#CD853F
peru
#CD853F is a orange colour. In RGB it is 205 red, 133 green and 63 blue, which converts to a hue of 30 degrees, 59% saturation and 53% lightness. It is one of the named CSS colours, written as peru in stylesheets.
Color values
| HEX | #CD853F |
|---|---|
| RGB | rgb(205, 133, 63) |
| HSL | hsl(30, 59%, 53%) |
| HSV | hsv(30, 69%, 80%) |
| CMYK | cmyk(0%, 35%, 69%, 20%) |
Contrast and accessibility
Against white the contrast ratio is 2.99:1, and against black it is 7.02:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 2.99:1 | Fail | Fail |
| Black | 7.02:1 | AAA | AAA |
Tints and shades
Lighter tints move #CD853F toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #CD853F; |
|---|---|
| CSS rgb() | color: rgb(205 133 63); |
| Tailwind | bg-[#cd853f] |
| SwiftUI | Color(red: 0.804, green: 0.522, blue: 0.247) |
| Android | Color.parseColor("#CD853F") |