Shades of Carnaby Tan #5B3B24
Tints of Carnaby Tan #5B3B24
RGB
CMYK
RGB Variations
Color information
#5B3B24 (or 0x5B3B24) is known color: Carnaby Tan. HEX triplet: 5B, 3B and 24. RGB value is (91,59,36). Sum of RGB (Red+Green+Blue) = 91+59+36=186 (24% of max value = 765). Red value is 91 (35.94% from 255 or 48.92% from 186); Green value is 59 (23.44% from 255 or 31.72% from 186); Blue value is 36 (14.45% from 255 or 19.35% from 186); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3B24 is #A4C4DB. Grayscale: #424242. Windows color (decimal): -10798300 or 2374491. OLE color: 2374491.
HSL color Cylindrical-coordinate representation of color #5B3B24: hue angle of 25.09º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B3B24 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 59 | 36 | - |
| CMYK | 0 | 0.35 | 0.60 | 0.64 |
| HSL | 25.09º | 0.43% | 0.25% | - |
| HSV(B) | 25.09º | 0.6% | 0.36% | - |
| XYZ | 6.2 | 5.48 | 2.4 | - |
| YUV | 65.95 | 111.1 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 59 | 36 | 0 | 0.35 | 0.60 | 0.64 | 25.09 | 0.43 | 0.25 |
| Hex | 5B | 3B | 24 | 0 | 23 | 3C | 40 | 19 | 2B | 19 |
| Octal | 133 | 73 | 44 | 0 | 43 | 74 | 100 | 31 | 53 | 31 |
| Binary | 1011011 | 111011 | 100100 | 0 | 100011 | 111100 | 1000000 | 11001 | 101011 | 11001 |
Color Harmonies of #5B3B24
Complementary color
Monochromatic Colors of #5B3B24
Black with #5B3B24
Text Example
Text Example
White with #5B3B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3B24; }
p { color: rgb(91,59,36); }
H1.HeaderClassName
{
color: #5B3B24;
}
.AnyTagClassName
{
color: #5B3B24;
}
</style>
background-color css
<style>
a { background-color: #5B3B24; }
a { background-color: rgb(91,59,36); }
div.DivClassName
{
background-color: #5B3B24;
}
.BgClassName
{
background-color: #5B3B24;
}
</style>
border-color css
<style>
span { border-color: #5B3B24; }
span { border-color: rgb(91,59,36); }
td.TdClassName
{
border-color: #5B3B24;
}
.TagClassName
{
border-color: #5B3B24;
}
</style>