Shades of Cocoa Brown #36220C
Tints of Cocoa Brown #36220C
RGB
CMYK
RGB Variations
Color information
#36220C (or 0x36220C) is known color: Cocoa Brown. HEX triplet: 36, 22 and 0C. RGB value is (54,34,12). Sum of RGB (Red+Green+Blue) = 54+34+12=100 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 12 (5.08% from 255 or 12% from 100); Max value from RGB is 54 - color contains mainly: red. Hex color #36220C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36220C is #C9DDF3. Grayscale: #252525. Windows color (decimal): -13229556 or 795190. OLE color: 795190.
HSL color Cylindrical-coordinate representation of color #36220C: hue angle of 31.43º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36220C is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 34 | 12 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.79 |
| HSL | 31.43º | 0.64% | 0.13% | - |
| HSV(B) | 31.43º | 0.78% | 0.21% | - |
| XYZ | 2.16 | 1.95 | 0.61 | - |
| YUV | 37.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 34 | 12 | 0 | 0.37 | 0.78 | 0.79 | 31.43 | 0.64 | 0.13 |
| Hex | 36 | 22 | C | 0 | 25 | 4E | 4F | 1F | 40 | D |
| Octal | 66 | 42 | 14 | 0 | 45 | 116 | 117 | 37 | 100 | 15 |
| Binary | 110110 | 100010 | 1100 | 0 | 100101 | 1001110 | 1001111 | 11111 | 1000000 | 1101 |
Color Harmonies of #36220C
Complementary color
Monochromatic Colors of #36220C
Black with #36220C
Text Example
Text Example
White with #36220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36220C; }
p { color: rgb(54,34,12); }
H1.HeaderClassName
{
color: #36220C;
}
.AnyTagClassName
{
color: #36220C;
}
</style>
background-color css
<style>
a { background-color: #36220C; }
a { background-color: rgb(54,34,12); }
div.DivClassName
{
background-color: #36220C;
}
.BgClassName
{
background-color: #36220C;
}
</style>
border-color css
<style>
span { border-color: #36220C; }
span { border-color: rgb(54,34,12); }
td.TdClassName
{
border-color: #36220C;
}
.TagClassName
{
border-color: #36220C;
}
</style>