Crown of Thorns
#763c33
Crown of Thorns, represented by the hex value #763c33, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #763c33 | |
|---|---|---|
| RGB | rgb(118, 60, 51) | |
| HSL | hsl(8, 40%, 33%) | |
| CMYK | cmyk(0%, 49%, 57%, 54%) | |
| LAB | lab(33, 25, 18) | |
| OKLCH | oklch(0.43 0.083 30) |
Color harmonies
Tints & shades
Code snippets
color: #763c33;
background-color: #763c33;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF763C33)
/* Swift / UIKit */
UIColor(red: 0.46, green: 0.24, blue: 0.20, alpha: 1.0)