#49502C
A dark, muted yellow closely aligning with Darkolivegreen.
About #49502C
The hex code #49502C represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Darkolivegreen. This translates to an RGB value of rgb(73, 80, 44).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 9% C, 0% M, 45% Y, and 69% K. With a hue angle of 71.7 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#49502C
RGB73, 80, 44
HSL71.7°, 29.0%, 24.3%
CMYK9%, 0%, 45%, 69%
HSV71.7°, 45.0%, 31.4%
LAB32.6, -9.4, 20.3
XYZ6.1, 7.3, 3.5
Decimal4804652
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.51:1
Text on #FFFFFF
AAA
2.47:1
Text on #000000
FAIL
8.14:1
Text on #F8FAFC
AAA
2.10:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #49502C;
}
.text-color {
color: #49502C;
}
.border-color {
border: 2px solid #49502C;
}