#7C4216
A dark, moderate orange closely aligning with Saddlebrown.
About #7C4216
The hex code #7C4216 represents a beautifully specific shade of orange. It is closely associated with the named CSS color Saddlebrown. This translates to an RGB value of rgb(124, 66, 22).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 47% Magenta, 82% Yellow, and 51% Black. The HSL representation is 25.9° hue, 69.9% saturation, and 28.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#7C4216
RGB124, 66, 22
HSL25.9°, 69.9%, 28.6%
CMYK0%, 47%, 82%, 51%
HSV25.9°, 82.3%, 48.6%
LAB34.5, 21.6, 36.1
XYZ10.4, 8.2, 1.8
Decimal8143382
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.93:1
Text on #FFFFFF
AAA
2.65:1
Text on #000000
FAIL
7.58:1
Text on #F8FAFC
AAA
2.25:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C4216;
}
.text-color {
color: #7C4216;
}
.border-color {
border: 2px solid #7C4216;
}