#755F33
A dark, moderate orange closely aligning with Darkolivegreen.
About #755F33
Visually, #755F33 is defined as a moderate orange. If you're using CSS, you might find it aligns closely with Darkolivegreen. This translates to an RGB value of rgb(117, 95, 51).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 19% magenta inks. With a hue angle of 40.0 degrees, it sits comfortably in the orange spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#755F33
RGB117, 95, 51
HSL40.0°, 39.3%, 32.9%
CMYK0%, 19%, 56%, 54%
HSV40.0°, 56.4%, 45.9%
LAB41.5, 3.0, 28.3
XYZ12.0, 12.2, 4.9
Decimal7692083
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.10:1
Text on #FFFFFF
AA
3.44:1
Text on #000000
AA Large
5.83:1
Text on #F8FAFC
AA
2.93:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #755F33;
}
.text-color {
color: #755F33;
}
.border-color {
border: 2px solid #755F33;
}