#C58333
A medium, moderate orange closely aligning with Peru.
About #C58333
The precise color #C58333 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Peru. In the RGB color space, it consists of 197 red, 131 green, and 51 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 34% M, 74% Y, and 23% K. The HSL representation is 32.9° hue, 58.9% saturation, and 48.6% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#C58333
RGB197, 131, 51
HSL32.9°, 58.9%, 48.6%
CMYK0%, 34%, 74%, 23%
HSV32.9°, 74.1%, 77.3%
LAB60.2, 18.5, 51.5
XYZ31.7, 28.3, 6.9
Decimal12944179
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.15:1
Text on #FFFFFF
AA Large
6.67:1
Text on #000000
AA
3.01:1
Text on #F8FAFC
AA Large
5.67:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C58333;
}
.text-color {
color: #C58333;
}
.border-color {
border: 2px solid #C58333;
}