Shades of Cocoa Brown #362109
Tints of Cocoa Brown #362109
RGB
CMYK
RGB Variations
Color information
#362109 (or 0x362109) is known color: Cocoa Brown. HEX triplet: 36, 21 and 09. RGB value is (54,33,9). Sum of RGB (Red+Green+Blue) = 54+33+9=96 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.25% from 96); Green value is 33 (13.28% from 255 or 34.38% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 54 - color contains mainly: red. Hex color #362109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362109 is #C9DEF6. Grayscale: #242424. Windows color (decimal): -13229815 or 598326. OLE color: 598326.
HSL color Cylindrical-coordinate representation of color #362109: hue angle of 32º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #362109 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 33 | 9 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.79 |
| HSL | 32º | 0.71% | 0.12% | - |
| HSV(B) | 32º | 0.83% | 0.21% | - |
| XYZ | 2.11 | 1.89 | 0.51 | - |
| YUV | 36.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 33 | 9 | 0 | 0.39 | 0.83 | 0.79 | 32 | 0.71 | 0.12 |
| Hex | 36 | 21 | 9 | 0 | 27 | 53 | 4F | 20 | 47 | C |
| Octal | 66 | 41 | 11 | 0 | 47 | 123 | 117 | 40 | 107 | 14 |
| Binary | 110110 | 100001 | 1001 | 0 | 100111 | 1010011 | 1001111 | 100000 | 1000111 | 1100 |
Color Harmonies of #362109
Complementary color
Monochromatic Colors of #362109
Black with #362109
Text Example
Text Example
White with #362109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362109; }
p { color: rgb(54,33,9); }
H1.HeaderClassName
{
color: #362109;
}
.AnyTagClassName
{
color: #362109;
}
</style>
background-color css
<style>
a { background-color: #362109; }
a { background-color: rgb(54,33,9); }
div.DivClassName
{
background-color: #362109;
}
.BgClassName
{
background-color: #362109;
}
</style>
border-color css
<style>
span { border-color: #362109; }
span { border-color: rgb(54,33,9); }
td.TdClassName
{
border-color: #362109;
}
.TagClassName
{
border-color: #362109;
}
</style>