Burned
#520b00
Burned, represented by the hex value #520b00, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #520b00 | |
|---|---|---|
| RGB | rgb(82, 11, 0) | |
| HSL | hsl(8, 100%, 16%) | |
| CMYK | cmyk(0%, 87%, 100%, 68%) | |
| LAB | lab(16, 32, 25) | |
| OKLCH | oklch(0.29 0.104 33) |
Color harmonies
Tints & shades
Code snippets
color: #520b00;
background-color: #520b00;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF520B00)
/* Swift / UIKit */
UIColor(red: 0.32, green: 0.04, blue: 0.00, alpha: 1.0)