#7C4900
A dark, vivid orange closely aligning with Saddlebrown.
About #7C4900
At its core, #7C4900 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Saddlebrown. In the RGB color space, it consists of 124 red, 73 green, and 0 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 41% Magenta, 100% Yellow, and 51% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C4900
RGB124, 73, 0
HSL35.3°, 100.0%, 24.3%
CMYK0%, 41%, 100%, 51%
HSV35.3°, 100.0%, 48.6%
LAB36.1, 16.9, 45.5
XYZ10.7, 9.1, 1.2
Decimal8145152
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.47:1
Text on #FFFFFF
AAA
2.81:1
Text on #000000
FAIL
7.14:1
Text on #F8FAFC
AAA
2.39:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C4900;
}
.text-color {
color: #7C4900;
}
.border-color {
border: 2px solid #7C4900;
}