Polished Bronze
#cd7f32
Polished Bronze, represented by the hex value #cd7f32, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #cd7f32 | |
|---|---|---|
| RGB | rgb(205, 127, 50) | |
| HSL | hsl(30, 61%, 50%) | |
| CMYK | cmyk(0%, 38%, 76%, 20%) | |
| LAB | lab(61, 27, 53) | |
| OKLCH | oklch(0.67 0.132 61) |
Color harmonies
Tints & shades
Code snippets
color: #cd7f32;
background-color: #cd7f32;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFCD7F32)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.50, blue: 0.20, alpha: 1.0)