Shades of Carnaby Tan #5B3625
Tints of Carnaby Tan #5B3625
RGB
CMYK
RGB Variations
Color information
#5B3625 (or 0x5B3625) is known color: Carnaby Tan. HEX triplet: 5B, 36 and 25. RGB value is (91,54,37). Sum of RGB (Red+Green+Blue) = 91+54+37=182 (24% of max value = 765). Red value is 91 (35.94% from 255 or 50% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3625 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3625 is #A4C9DA. Grayscale: #3F3F3F. Windows color (decimal): -10799579 or 2438747. OLE color: 2438747.
HSL color Cylindrical-coordinate representation of color #5B3625: hue angle of 18.89º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B3625 is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 54 | 37 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.64 |
| HSL | 18.89º | 0.42% | 0.25% | - |
| HSV(B) | 18.89º | 0.59% | 0.36% | - |
| XYZ | 5.97 | 5 | 2.4 | - |
| YUV | 63.13 | 113.26 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 54 | 37 | 0 | 0.41 | 0.59 | 0.64 | 18.89 | 0.42 | 0.25 |
| Hex | 5B | 36 | 25 | 0 | 29 | 3B | 40 | 13 | 2A | 19 |
| Octal | 133 | 66 | 45 | 0 | 51 | 73 | 100 | 23 | 52 | 31 |
| Binary | 1011011 | 110110 | 100101 | 0 | 101001 | 111011 | 1000000 | 10011 | 101010 | 11001 |
Color Harmonies of #5B3625
Complementary color
Monochromatic Colors of #5B3625
Black with #5B3625
Text Example
Text Example
White with #5B3625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3625; }
p { color: rgb(91,54,37); }
H1.HeaderClassName
{
color: #5B3625;
}
.AnyTagClassName
{
color: #5B3625;
}
</style>
background-color css
<style>
a { background-color: #5B3625; }
a { background-color: rgb(91,54,37); }
div.DivClassName
{
background-color: #5B3625;
}
.BgClassName
{
background-color: #5B3625;
}
</style>
border-color css
<style>
span { border-color: #5B3625; }
span { border-color: rgb(91,54,37); }
td.TdClassName
{
border-color: #5B3625;
}
.TagClassName
{
border-color: #5B3625;
}
</style>