#7C5000
A dark, vivid orange closely aligning with Saddlebrown.
About #7C5000
The hex code #7C5000 represents a beautifully specific shade of orange. 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, 80, and 0.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 35% Magenta, 100% Yellow, and 51% Black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#7C5000
RGB124, 80, 0
HSL38.7°, 100.0%, 24.3%
CMYK0%, 35%, 100%, 51%
HSV38.7°, 100.0%, 48.6%
LAB37.9, 12.7, 46.7
XYZ11.2, 10.0, 1.3
Decimal8146944
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.99:1
Text on #FFFFFF
AA
3.00:1
Text on #000000
AA Large
6.68:1
Text on #F8FAFC
AA
2.55:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C5000;
}
.text-color {
color: #7C5000;
}
.border-color {
border: 2px solid #7C5000;
}