Peru Hex Code — #CD853F
RGB, HSL, and CMYK values for Peru.
Peru Color Values
| Format | Value |
|---|---|
| HEX | #CD853F |
| RGB | rgb(205, 133, 63) |
| HSL | hsl(30, 59%, 53%) |
| CMYK | cmyk(0%, 35%, 69%, 20%) |
Want to explore more shades? Use our Color Converter
About Peru
Color psychology: Naturalness, simplicity.
Peru (#CD853F) is a medium shade of brown. It's commonly used in web design, graphic design, and branding where naturalness, simplicity are desired associations.
How to Use Peru in CSS
/* Using HEX */ color: #CD853F; background-color: #CD853F; /* Using RGB */ color: rgb(205, 133, 63); /* Using HSL */ color: hsl(30, 59%, 53%);