Shades of Carnaby Tan #5B3524
Tints of Carnaby Tan #5B3524
RGB
CMYK
RGB Variations
Color information
#5B3524 (or 0x5B3524) is known color: Carnaby Tan. HEX triplet: 5B, 35 and 24. RGB value is (91,53,36). Sum of RGB (Red+Green+Blue) = 91+53+36=180 (23% of max value = 765). Red value is 91 (35.94% from 255 or 50.56% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 36 (14.45% from 255 or 20% from 180); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3524 is #A4CADB. Grayscale: #3E3E3E. Windows color (decimal): -10799836 or 2372955. OLE color: 2372955.
HSL color Cylindrical-coordinate representation of color #5B3524: hue angle of 18.55º 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 #5B3524 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 53 | 36 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.64 |
| HSL | 18.55º | 0.43% | 0.25% | - |
| HSV(B) | 18.55º | 0.6% | 0.36% | - |
| XYZ | 5.91 | 4.9 | 2.3 | - |
| YUV | 62.42 | 113.09 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 53 | 36 | 0 | 0.42 | 0.60 | 0.64 | 18.55 | 0.43 | 0.25 |
| Hex | 5B | 35 | 24 | 0 | 2A | 3C | 40 | 13 | 2B | 19 |
| Octal | 133 | 65 | 44 | 0 | 52 | 74 | 100 | 23 | 53 | 31 |
| Binary | 1011011 | 110101 | 100100 | 0 | 101010 | 111100 | 1000000 | 10011 | 101011 | 11001 |
Color Harmonies of #5B3524
Complementary color
Monochromatic Colors of #5B3524
Black with #5B3524
Text Example
Text Example
White with #5B3524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3524; }
p { color: rgb(91,53,36); }
H1.HeaderClassName
{
color: #5B3524;
}
.AnyTagClassName
{
color: #5B3524;
}
</style>
background-color css
<style>
a { background-color: #5B3524; }
a { background-color: rgb(91,53,36); }
div.DivClassName
{
background-color: #5B3524;
}
.BgClassName
{
background-color: #5B3524;
}
</style>
border-color css
<style>
span { border-color: #5B3524; }
span { border-color: rgb(91,53,36); }
td.TdClassName
{
border-color: #5B3524;
}
.TagClassName
{
border-color: #5B3524;
}
</style>