Skip to main content

Merlin

#39352D

Merlin is a warm dark color with the hex code #39352D. This muted hue can be represented as RGB 57, 53, 45 in digital design or CMYK 0%, 7%, 21%, 78% for print applications. Find matching Pantone color.

Merlin color values

HEX
#39352D
RGB
57, 53, 45
HSL
40°, 12%, 20%
CMYK
0, 7, 21, 78

About this color

Merlin sits at 40° on the color wheel with 12% saturation and 20% lightness, placing it in the orange-red segment of the spectrum. Its restrained 12% saturation keeps the hue subtle — present but not assertive, making it easy to layer over or under more expressive colors. The lower lightness gives it weight and depth, lending gravity to any palette it enters.

In digital environments, Merlin is rendered as rgb(57, 53, 45), where the red channel dominates at 57, though the other channels keep the hue balanced. Low saturation at this depth produces the kind of sophisticated, near-neutral dark that works for application shells, sidebars, and dark-mode base layers.

For print, Merlin translates to a CMYK breakdown of 0C 7M 21Y 78K. A substantial black component (78%) anchors this color in print. The remaining ink channels supplement rather than drive the hue, which keeps the result stable across different paper stocks. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.

How to use Merlin

CSS Variable

:root {
  --brand-primary: #39352D;
  --brand-primary-rgb: 57, 53, 45;
}

Define as a CSS custom property for consistent theming across your site.

Tailwind Config

colors: {
  brand: '#39352D',
}

Add to your Tailwind config to use classes like bg-brand.

Print Design (CMYK)

C: 0%
M: 7%
Y: 21%
K: 78%

Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.

RGB for Screens

rgb(57, 53, 45)
rgba(57, 53, 45, 0.8)

Use RGB notation for compatibility or add alpha channel for transparency.

Frequently asked questions

What color is #39352D?
#39352D is Merlin, a warm dark color with RGB values of 57, 53, 45. It has a hue of 40°, 12% saturation, and 20% lightness in the HSL color space.
What is the RGB value of #39352D?
The RGB color code for #39352D is rgb(57, 53, 45). This means it contains 57 red, 53 green, and 45 blue in the RGB color model.
Is Merlin a warm or cool color?
Merlin (#39352D) is a warm color with a hue between 0-60° or 300-360° on the color wheel.
How do I use #39352D in CSS?
You can use #39352D in CSS with: background-color: #39352D; or color: #39352D; or as an RGB value: rgb(57, 53, 45). For print design, use CMYK: 0%, 7%, 21%, 78%.