#7C5F00
A dark, vivid yellow closely aligning with Olive.
About #7C5F00
When working with digital screens, the color #7C5F00 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Olive. In the RGB color space, it consists of 124 red, 95 green, and 0 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 23% Magenta, 100% Yellow, and 51% Black. With a hue angle of 46.0 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#7C5F00
RGB124, 95, 0
HSL46.0°, 100.0%, 24.3%
CMYK0%, 23%, 100%, 51%
HSV46.0°, 100.0%, 48.6%
LAB42.0, 3.8, 49.4
XYZ12.4, 12.5, 1.8
Decimal8150784
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.01:1
Text on #FFFFFF
AA
3.49:1
Text on #000000
AA Large
5.74:1
Text on #F8FAFC
AA
2.97:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C5F00;
}
.text-color {
color: #7C5F00;
}
.border-color {
border: 2px solid #7C5F00;
}