#C58A49
A medium, moderate orange closely aligning with Peru.
About #C58A49
When working with digital screens, the color #C58A49 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Peru. In the RGB color space, it consists of 197 red, 138 green, and 73 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 30% M, 63% Y, and 23% K. The HSL representation is 31.5° hue, 51.7% saturation, and 52.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#C58A49
RGB197, 138, 73
HSL31.5°, 51.7%, 52.9%
CMYK0%, 30%, 63%, 23%
HSV31.5°, 62.9%, 77.3%
LAB62.1, 15.9, 43.1
XYZ33.3, 30.5, 10.4
Decimal12945993
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.96:1
Text on #FFFFFF
FAIL
7.11:1
Text on #000000
AAA
2.82:1
Text on #F8FAFC
FAIL
6.04:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #C58A49;
}
.text-color {
color: #C58A49;
}
.border-color {
border: 2px solid #C58A49;
}