Victorian Crown
#c38b36
Victorian Crown is a color with the hex code #c38b36. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #c38b36 | |
|---|---|---|
| RGB | rgb(195, 139, 54) | |
| HSL | hsl(36, 57%, 49%) | |
| CMYK | cmyk(0%, 29%, 72%, 24%) | |
| LAB | lab(62, 16, 52) | |
| OKLCH | oklch(0.68 0.12 74) |
Color harmonies
Tints & shades
Code snippets
color: #c38b36;
background-color: #c38b36;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFC38B36)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.55, blue: 0.21, alpha: 1.0)