Reptile Revenge
#5e582b
Reptile Revenge, represented by the hex value #5e582b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #5e582b | |
|---|---|---|
| RGB | rgb(94, 88, 43) | |
| HSL | hsl(53, 37%, 27%) | |
| CMYK | cmyk(0%, 6%, 54%, 63%) | |
| LAB | lab(37, -3, 27) | |
| OKLCH | oklch(0.46 0.065 102) |
Color harmonies
Tints & shades
Code snippets
color: #5e582b;
background-color: #5e582b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF5E582B)
/* Swift / UIKit */
UIColor(red: 0.37, green: 0.35, blue: 0.17, alpha: 1.0)