Shades of Cocoa Brown #362B20
Tints of Cocoa Brown #362B20
RGB
CMYK
RGB Variations
Color information
#362B20 (or 0x362B20) is known color: Cocoa Brown. HEX triplet: 36, 2B and 20. RGB value is (54,43,32). Sum of RGB (Red+Green+Blue) = 54+43+32=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 43 (17.19% from 255 or 33.33% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 54 - color contains mainly: red. Hex color #362B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362B20 is #C9D4DF. Grayscale: #2D2D2D. Windows color (decimal): -13227232 or 2108214. OLE color: 2108214.
HSL color Cylindrical-coordinate representation of color #362B20: hue angle of 30º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #362B20 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 43 | 32 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.79 |
| HSL | 30º | 0.26% | 0.17% | - |
| HSV(B) | 30º | 0.41% | 0.21% | - |
| XYZ | 2.65 | 2.62 | 1.73 | - |
| YUV | 45.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 43 | 32 | 0 | 0.20 | 0.41 | 0.79 | 30 | 0.26 | 0.17 |
| Hex | 36 | 2B | 20 | 0 | 14 | 29 | 4F | 1E | 1A | 11 |
| Octal | 66 | 53 | 40 | 0 | 24 | 51 | 117 | 36 | 32 | 21 |
| Binary | 110110 | 101011 | 100000 | 0 | 10100 | 101001 | 1001111 | 11110 | 11010 | 10001 |
Color Harmonies of #362B20
Complementary color
Monochromatic Colors of #362B20
Black with #362B20
Text Example
Text Example
White with #362B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362B20; }
p { color: rgb(54,43,32); }
H1.HeaderClassName
{
color: #362B20;
}
.AnyTagClassName
{
color: #362B20;
}
</style>
background-color css
<style>
a { background-color: #362B20; }
a { background-color: rgb(54,43,32); }
div.DivClassName
{
background-color: #362B20;
}
.BgClassName
{
background-color: #362B20;
}
</style>
border-color css
<style>
span { border-color: #362B20; }
span { border-color: rgb(54,43,32); }
td.TdClassName
{
border-color: #362B20;
}
.TagClassName
{
border-color: #362B20;
}
</style>