Monkey Island
#553b39
Monkey Island is a color with the hex code #553b39. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #553b39 | |
|---|---|---|
| RGB | rgb(85, 59, 57) | |
| HSL | hsl(4, 20%, 28%) | |
| CMYK | cmyk(0%, 31%, 33%, 67%) | |
| LAB | lab(28, 12, 6) | |
| OKLCH | oklch(0.38 0.037 24) |
Color harmonies
Tints & shades
Code snippets
color: #553b39;
background-color: #553b39;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF553B39)
/* Swift / UIKit */
UIColor(red: 0.33, green: 0.23, blue: 0.22, alpha: 1.0)