Bronze Hex Code — #CD7F32
RGB, HSL, and CMYK values for Bronze.
Bronze Color Values
| Format | Value |
|---|---|
| HEX | #CD7F32 |
| RGB | rgb(205, 127, 50) |
| HSL | hsl(30, 61%, 50%) |
| CMYK | cmyk(0%, 38%, 76%, 20%) |
Want to explore more shades? Use our Color Converter
About Bronze
Color psychology: Strength, endurance.
Bronze (#CD7F32) is a medium shade of orange. It's commonly used in web design, graphic design, and branding where strength, endurance are desired associations.
How to Use Bronze in CSS
/* Using HEX */ color: #CD7F32; background-color: #CD7F32; /* Using RGB */ color: rgb(205, 127, 50); /* Using HSL */ color: hsl(30, 61%, 50%);