Shades of Cocoa Brown #362105
Tints of Cocoa Brown #362105
RGB
CMYK
RGB Variations
Color information
#362105 (or 0x362105) is known color: Cocoa Brown. HEX triplet: 36, 21 and 05. RGB value is (54,33,5). Sum of RGB (Red+Green+Blue) = 54+33+5=92 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.70% from 92); Green value is 33 (13.28% from 255 or 35.87% from 92); Blue value is 5 (2.34% from 255 or 5.43% from 92); Max value from RGB is 54 - color contains mainly: red. Hex color #362105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362105 is #C9DEFA. Grayscale: #242424. Windows color (decimal): -13229819 or 336182. OLE color: 336182.
HSL color Cylindrical-coordinate representation of color #362105: hue angle of 34.29º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #362105 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 33 | 5 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.79 |
| HSL | 34.29º | 0.83% | 0.12% | - |
| HSV(B) | 34.29º | 0.91% | 0.21% | - |
| XYZ | 2.09 | 1.88 | 0.4 | - |
| YUV | 36.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 33 | 5 | 0 | 0.39 | 0.91 | 0.79 | 34.29 | 0.83 | 0.12 |
| Hex | 36 | 21 | 5 | 0 | 27 | 5B | 4F | 22 | 53 | C |
| Octal | 66 | 41 | 5 | 0 | 47 | 133 | 117 | 42 | 123 | 14 |
| Binary | 110110 | 100001 | 101 | 0 | 100111 | 1011011 | 1001111 | 100010 | 1010011 | 1100 |
Color Harmonies of #362105
Complementary color
Monochromatic Colors of #362105
Black with #362105
Text Example
Text Example
White with #362105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362105; }
p { color: rgb(54,33,5); }
H1.HeaderClassName
{
color: #362105;
}
.AnyTagClassName
{
color: #362105;
}
</style>
background-color css
<style>
a { background-color: #362105; }
a { background-color: rgb(54,33,5); }
div.DivClassName
{
background-color: #362105;
}
.BgClassName
{
background-color: #362105;
}
</style>
border-color css
<style>
span { border-color: #362105; }
span { border-color: rgb(54,33,5); }
td.TdClassName
{
border-color: #362105;
}
.TagClassName
{
border-color: #362105;
}
</style>