Shades of Cocoa Brown #362008
Tints of Cocoa Brown #362008
RGB
CMYK
RGB Variations
Color information
#362008 (or 0x362008) is known color: Cocoa Brown. HEX triplet: 36, 20 and 08. RGB value is (54,32,8). Sum of RGB (Red+Green+Blue) = 54+32+8=94 (12% of max value = 765). Red value is 54 (21.48% from 255 or 57.45% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 8 (3.52% from 255 or 8.51% from 94); Max value from RGB is 54 - color contains mainly: red. Hex color #362008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362008 is #C9DFF7. Grayscale: #232323. Windows color (decimal): -13230072 or 532534. OLE color: 532534.
HSL color Cylindrical-coordinate representation of color #362008: hue angle of 31.3º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #362008 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 32 | 8 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.79 |
| HSL | 31.3º | 0.74% | 0.12% | - |
| HSV(B) | 31.3º | 0.85% | 0.21% | - |
| XYZ | 2.08 | 1.83 | 0.47 | - |
| YUV | 35.84 | 112.29 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 32 | 8 | 0 | 0.41 | 0.85 | 0.79 | 31.3 | 0.74 | 0.12 |
| Hex | 36 | 20 | 8 | 0 | 29 | 55 | 4F | 1F | 4A | C |
| Octal | 66 | 40 | 10 | 0 | 51 | 125 | 117 | 37 | 112 | 14 |
| Binary | 110110 | 100000 | 1000 | 0 | 101001 | 1010101 | 1001111 | 11111 | 1001010 | 1100 |
Color Harmonies of #362008
Complementary color
Monochromatic Colors of #362008
Black with #362008
Text Example
Text Example
White with #362008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362008; }
p { color: rgb(54,32,8); }
H1.HeaderClassName
{
color: #362008;
}
.AnyTagClassName
{
color: #362008;
}
</style>
background-color css
<style>
a { background-color: #362008; }
a { background-color: rgb(54,32,8); }
div.DivClassName
{
background-color: #362008;
}
.BgClassName
{
background-color: #362008;
}
</style>
border-color css
<style>
span { border-color: #362008; }
span { border-color: rgb(54,32,8); }
td.TdClassName
{
border-color: #362008;
}
.TagClassName
{
border-color: #362008;
}
</style>