#7C5F0F
A dark, vivid orange closely aligning with Olive.
About #7C5F0F
When working with digital screens, the color #7C5F0F is rendered by mixing light. Designers often compare it to the standard color Olive. In the RGB color space, it consists of 124 red, 95 green, and 15 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 23% magenta, 88% 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. 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#7C5F0F
RGB124, 95, 15
HSL44.0°, 78.4%, 27.3%
CMYK0%, 23%, 88%, 51%
HSV44.0°, 87.9%, 48.6%
LAB42.0, 4.2, 45.5
XYZ12.5, 12.5, 2.2
Decimal8150799
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.00:1
Text on #FFFFFF
AA
3.50:1
Text on #000000
AA Large
5.73:1
Text on #F8FAFC
AA
2.98:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C5F0F;
}
.text-color {
color: #7C5F0F;
}
.border-color {
border: 2px solid #7C5F0F;
}