Vintage Copper
#9d5f46
Looking for the precise values behind Vintage Copper (#9d5f46)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #9d5f46 | |
|---|---|---|
| RGB | rgb(157, 95, 70) | |
| HSL | hsl(17, 38%, 45%) | |
| CMYK | cmyk(0%, 39%, 55%, 38%) | |
| LAB | lab(47, 24, 25) | |
| OKLCH | oklch(0.55 0.089 43) |
Color harmonies
Tints & shades
Code snippets
color: #9d5f46;
background-color: #9d5f46;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF9D5F46)
/* Swift / UIKit */
UIColor(red: 0.62, green: 0.37, blue: 0.27, alpha: 1.0)