Shades of Carnaby Tan #5B3525
Tints of Carnaby Tan #5B3525
RGB
CMYK
RGB Variations
Color information
#5B3525 (or 0x5B3525) is known color: Carnaby Tan. HEX triplet: 5B, 35 and 25. RGB value is (91,53,37). Sum of RGB (Red+Green+Blue) = 91+53+37=181 (23% of max value = 765). Red value is 91 (35.94% from 255 or 50.28% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 37 (14.84% from 255 or 20.44% from 181); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3525 is #A4CADA. Grayscale: #3E3E3E. Windows color (decimal): -10799835 or 2438491. OLE color: 2438491.
HSL color Cylindrical-coordinate representation of color #5B3525: hue angle of 17.78º 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 #5B3525 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 53 | 37 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.64 |
| HSL | 17.78º | 0.42% | 0.25% | - |
| HSV(B) | 17.78º | 0.59% | 0.36% | - |
| XYZ | 5.92 | 4.9 | 2.38 | - |
| YUV | 62.54 | 113.59 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 53 | 37 | 0 | 0.42 | 0.59 | 0.64 | 17.78 | 0.42 | 0.25 |
| Hex | 5B | 35 | 25 | 0 | 2A | 3B | 40 | 12 | 2A | 19 |
| Octal | 133 | 65 | 45 | 0 | 52 | 73 | 100 | 22 | 52 | 31 |
| Binary | 1011011 | 110101 | 100101 | 0 | 101010 | 111011 | 1000000 | 10010 | 101010 | 11001 |
Color Harmonies of #5B3525
Complementary color
Monochromatic Colors of #5B3525
Black with #5B3525
Text Example
Text Example
White with #5B3525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3525; }
p { color: rgb(91,53,37); }
H1.HeaderClassName
{
color: #5B3525;
}
.AnyTagClassName
{
color: #5B3525;
}
</style>
background-color css
<style>
a { background-color: #5B3525; }
a { background-color: rgb(91,53,37); }
div.DivClassName
{
background-color: #5B3525;
}
.BgClassName
{
background-color: #5B3525;
}
</style>
border-color css
<style>
span { border-color: #5B3525; }
span { border-color: rgb(91,53,37); }
td.TdClassName
{
border-color: #5B3525;
}
.TagClassName
{
border-color: #5B3525;
}
</style>