Shades of Cocoa Brown #362112
Tints of Cocoa Brown #362112
RGB
CMYK
RGB Variations
Color information
#362112 (or 0x362112) is known color: Cocoa Brown. HEX triplet: 36, 21 and 12. RGB value is (54,33,18). Sum of RGB (Red+Green+Blue) = 54+33+18=105 (13% of max value = 765). Red value is 54 (21.48% from 255 or 51.43% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 54 - color contains mainly: red. Hex color #362112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362112 is #C9DEED. Grayscale: #252525. Windows color (decimal): -13229806 or 1188150. OLE color: 1188150.
HSL color Cylindrical-coordinate representation of color #362112: hue angle of 25º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #362112 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 33 | 18 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.79 |
| HSL | 25º | 0.5% | 0.14% | - |
| HSV(B) | 25º | 0.67% | 0.21% | - |
| XYZ | 2.17 | 1.92 | 0.83 | - |
| YUV | 37.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 33 | 18 | 0 | 0.39 | 0.67 | 0.79 | 25 | 0.5 | 0.14 |
| Hex | 36 | 21 | 12 | 0 | 27 | 43 | 4F | 19 | 32 | E |
| Octal | 66 | 41 | 22 | 0 | 47 | 103 | 117 | 31 | 62 | 16 |
| Binary | 110110 | 100001 | 10010 | 0 | 100111 | 1000011 | 1001111 | 11001 | 110010 | 1110 |
Color Harmonies of #362112
Complementary color
Monochromatic Colors of #362112
Black with #362112
Text Example
Text Example
White with #362112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362112; }
p { color: rgb(54,33,18); }
H1.HeaderClassName
{
color: #362112;
}
.AnyTagClassName
{
color: #362112;
}
</style>
background-color css
<style>
a { background-color: #362112; }
a { background-color: rgb(54,33,18); }
div.DivClassName
{
background-color: #362112;
}
.BgClassName
{
background-color: #362112;
}
</style>
border-color css
<style>
span { border-color: #362112; }
span { border-color: rgb(54,33,18); }
td.TdClassName
{
border-color: #362112;
}
.TagClassName
{
border-color: #362112;
}
</style>