#7C4924
A dark, moderate orange closely aligning with Saddlebrown.
About #7C4924
At its core, #7C4924 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Saddlebrown. To achieve this exact tint on a monitor, you would use an RGB mix of 124, 73, and 36.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 41% Magenta, 71% Yellow, and 51% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C4924
RGB124, 73, 36
HSL25.2°, 55.0%, 31.4%
CMYK0%, 41%, 71%, 51%
HSV25.2°, 71.0%, 48.6%
LAB36.3, 18.2, 30.8
XYZ11.0, 9.2, 2.9
Decimal8145188
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.41:1
Text on #FFFFFF
AAA
2.84:1
Text on #000000
FAIL
7.08:1
Text on #F8FAFC
AAA
2.41:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C4924;
}
.text-color {
color: #7C4924;
}
.border-color {
border: 2px solid #7C4924;
}