Shades of Cocoa Brown #36200D
Tints of Cocoa Brown #36200D
RGB
CMYK
RGB Variations
Color information
#36200D (or 0x36200D) is known color: Cocoa Brown. HEX triplet: 36, 20 and 0D. RGB value is (54,32,13). Sum of RGB (Red+Green+Blue) = 54+32+13=99 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54.55% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 54 - color contains mainly: red. Hex color #36200D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36200D is #C9DFF2. Grayscale: #242424. Windows color (decimal): -13230067 or 860214. OLE color: 860214.
HSL color Cylindrical-coordinate representation of color #36200D: hue angle of 27.8º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36200D is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 32 | 13 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.79 |
| HSL | 27.8º | 0.61% | 0.13% | - |
| HSV(B) | 27.8º | 0.76% | 0.21% | - |
| XYZ | 2.11 | 1.85 | 0.63 | - |
| YUV | 36.41 | 114.79 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 32 | 13 | 0 | 0.41 | 0.76 | 0.79 | 27.8 | 0.61 | 0.13 |
| Hex | 36 | 20 | D | 0 | 29 | 4C | 4F | 1C | 3D | D |
| Octal | 66 | 40 | 15 | 0 | 51 | 114 | 117 | 34 | 75 | 15 |
| Binary | 110110 | 100000 | 1101 | 0 | 101001 | 1001100 | 1001111 | 11100 | 111101 | 1101 |
Color Harmonies of #36200D
Complementary color
Monochromatic Colors of #36200D
Black with #36200D
Text Example
Text Example
White with #36200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36200D; }
p { color: rgb(54,32,13); }
H1.HeaderClassName
{
color: #36200D;
}
.AnyTagClassName
{
color: #36200D;
}
</style>
background-color css
<style>
a { background-color: #36200D; }
a { background-color: rgb(54,32,13); }
div.DivClassName
{
background-color: #36200D;
}
.BgClassName
{
background-color: #36200D;
}
</style>
border-color css
<style>
span { border-color: #36200D; }
span { border-color: rgb(54,32,13); }
td.TdClassName
{
border-color: #36200D;
}
.TagClassName
{
border-color: #36200D;
}
</style>