#755F0F
A dark, vivid yellow closely aligning with Olive.
About #755F0F
When working with digital screens, the color #755F0F is rendered by mixing light. Designers often compare it to the standard color Olive. This translates to an RGB value of rgb(117, 95, 15).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 19% M, 87% Y, and 54% K. With a hue angle of 47.1 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#755F0F
RGB117, 95, 15
HSL47.1°, 77.3%, 25.9%
CMYK0%, 19%, 87%, 54%
HSV47.1°, 87.2%, 45.9%
LAB41.2, 0.8, 44.5
XYZ11.5, 12.0, 2.2
Decimal7692047
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.18:1
Text on #FFFFFF
AA
3.40:1
Text on #000000
AA Large
5.90:1
Text on #F8FAFC
AA
2.89:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #755F0F;
}
.text-color {
color: #755F0F;
}
.border-color {
border: 2px solid #755F0F;
}