#926D33
A dark, moderate orange closely aligning with Peru.
About #926D33
At its core, #926D33 is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Peru. This translates to an RGB value of rgb(146, 109, 51).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 25% Magenta, 65% Yellow, and 43% Black. With a hue angle of 36.6 degrees, it sits comfortably in the orange spectrum.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#926D33
RGB146, 109, 51
HSL36.6°, 48.2%, 38.6%
CMYK0%, 25%, 65%, 43%
HSV36.6°, 65.1%, 57.3%
LAB48.6, 8.2, 37.4
XYZ17.9, 17.3, 5.5
Decimal9596211
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.71:1
Text on #FFFFFF
AA
4.46:1
Text on #000000
AA Large
4.50:1
Text on #F8FAFC
AA
3.79:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #926D33;
}
.text-color {
color: #926D33;
}
.border-color {
border: 2px solid #926D33;
}