#662C1D
A dark, moderate red closely aligning with Saddlebrown.
About #662C1D
When working with digital screens, the color #662C1D is rendered by mixing light. Its closest recognized web color is Saddlebrown. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 44, and 29.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 57% Magenta, 72% Yellow, and 60% Black. With a hue angle of 12.3 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#662C1D
RGB102, 44, 29
HSL12.3°, 55.7%, 25.7%
CMYK0%, 57%, 72%, 60%
HSV12.3°, 71.6%, 40.0%
LAB25.9, 24.9, 22.0
XYZ6.6, 4.7, 1.7
Decimal6695965
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.81:1
Text on #FFFFFF
AAA
1.94:1
Text on #000000
FAIL
10.33:1
Text on #F8FAFC
AAA
1.65:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #662C1D;
}
.text-color {
color: #662C1D;
}
.border-color {
border: 2px solid #662C1D;
}