Shades of Cocoa Brown #36220D
Tints of Cocoa Brown #36220D
RGB
CMYK
RGB Variations
Color information
#36220D (or 0x36220D) is known color: Cocoa Brown. HEX triplet: 36, 22 and 0D. RGB value is (54,34,13). Sum of RGB (Red+Green+Blue) = 54+34+13=101 (13% of max value = 765). Red value is 54 (21.48% from 255 or 53.47% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 54 - color contains mainly: red. Hex color #36220D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36220D is #C9DDF2. Grayscale: #252525. Windows color (decimal): -13229555 or 860726. OLE color: 860726.
HSL color Cylindrical-coordinate representation of color #36220D: hue angle of 30.73º 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 #36220D is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 34 | 13 | - |
| CMYK | 0 | 0.37 | 0.76 | 0.79 |
| HSL | 30.73º | 0.61% | 0.13% | - |
| HSV(B) | 30.73º | 0.76% | 0.21% | - |
| XYZ | 2.17 | 1.96 | 0.64 | - |
| YUV | 37.59 | 114.13 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 34 | 13 | 0 | 0.37 | 0.76 | 0.79 | 30.73 | 0.61 | 0.13 |
| Hex | 36 | 22 | D | 0 | 25 | 4C | 4F | 1F | 3D | D |
| Octal | 66 | 42 | 15 | 0 | 45 | 114 | 117 | 37 | 75 | 15 |
| Binary | 110110 | 100010 | 1101 | 0 | 100101 | 1001100 | 1001111 | 11111 | 111101 | 1101 |
Color Harmonies of #36220D
Complementary color
Monochromatic Colors of #36220D
Black with #36220D
Text Example
Text Example
White with #36220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36220D; }
p { color: rgb(54,34,13); }
H1.HeaderClassName
{
color: #36220D;
}
.AnyTagClassName
{
color: #36220D;
}
</style>
background-color css
<style>
a { background-color: #36220D; }
a { background-color: rgb(54,34,13); }
div.DivClassName
{
background-color: #36220D;
}
.BgClassName
{
background-color: #36220D;
}
</style>
border-color css
<style>
span { border-color: #36220D; }
span { border-color: rgb(54,34,13); }
td.TdClassName
{
border-color: #36220D;
}
.TagClassName
{
border-color: #36220D;
}
</style>