Shades of Cocoa Brown #362113
Tints of Cocoa Brown #362113
RGB
CMYK
RGB Variations
Color information
#362113 (or 0x362113) is known color: Cocoa Brown. HEX triplet: 36, 21 and 13. RGB value is (54,33,19). Sum of RGB (Red+Green+Blue) = 54+33+19=106 (14% of max value = 765). Red value is 54 (21.48% from 255 or 50.94% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 54 - color contains mainly: red. Hex color #362113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #362113 is #C9DEEC. Grayscale: #252525. Windows color (decimal): -13229805 or 1253686. OLE color: 1253686.
HSL color Cylindrical-coordinate representation of color #362113: hue angle of 24º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #362113 is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 33 | 19 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.79 |
| HSL | 24º | 0.48% | 0.14% | - |
| HSV(B) | 24º | 0.65% | 0.21% | - |
| XYZ | 2.18 | 1.92 | 0.87 | - |
| YUV | 37.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 33 | 19 | 0 | 0.39 | 0.65 | 0.79 | 24 | 0.48 | 0.14 |
| Hex | 36 | 21 | 13 | 0 | 27 | 41 | 4F | 18 | 30 | E |
| Octal | 66 | 41 | 23 | 0 | 47 | 101 | 117 | 30 | 60 | 16 |
| Binary | 110110 | 100001 | 10011 | 0 | 100111 | 1000001 | 1001111 | 11000 | 110000 | 1110 |
Color Harmonies of #362113
Complementary color
Monochromatic Colors of #362113
Black with #362113
Text Example
Text Example
White with #362113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362113; }
p { color: rgb(54,33,19); }
H1.HeaderClassName
{
color: #362113;
}
.AnyTagClassName
{
color: #362113;
}
</style>
background-color css
<style>
a { background-color: #362113; }
a { background-color: rgb(54,33,19); }
div.DivClassName
{
background-color: #362113;
}
.BgClassName
{
background-color: #362113;
}
</style>
border-color css
<style>
span { border-color: #362113; }
span { border-color: rgb(54,33,19); }
td.TdClassName
{
border-color: #362113;
}
.TagClassName
{
border-color: #362113;
}
</style>