Shades of Cocoa Brown #36220B
Tints of Cocoa Brown #36220B
RGB
CMYK
RGB Variations
Color information
#36220B (or 0x36220B) is known color: Cocoa Brown. HEX triplet: 36, 22 and 0B. RGB value is (54,34,11). Sum of RGB (Red+Green+Blue) = 54+34+11=99 (13% of max value = 765). Red value is 54 (21.48% from 255 or 54.55% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 54 - color contains mainly: red. Hex color #36220B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36220B is #C9DDF4. Grayscale: #252525. Windows color (decimal): -13229557 or 729654. OLE color: 729654.
HSL color Cylindrical-coordinate representation of color #36220B: hue angle of 32.09º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36220B is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 34 | 11 | - |
| CMYK | 0 | 0.37 | 0.80 | 0.79 |
| HSL | 32.09º | 0.66% | 0.13% | - |
| HSV(B) | 32.09º | 0.8% | 0.21% | - |
| XYZ | 2.15 | 1.95 | 0.58 | - |
| YUV | 37.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 34 | 11 | 0 | 0.37 | 0.80 | 0.79 | 32.09 | 0.66 | 0.13 |
| Hex | 36 | 22 | B | 0 | 25 | 50 | 4F | 20 | 42 | D |
| Octal | 66 | 42 | 13 | 0 | 45 | 120 | 117 | 40 | 102 | 15 |
| Binary | 110110 | 100010 | 1011 | 0 | 100101 | 1010000 | 1001111 | 100000 | 1000010 | 1101 |
Color Harmonies of #36220B
Complementary color
Monochromatic Colors of #36220B
Black with #36220B
Text Example
Text Example
White with #36220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36220B; }
p { color: rgb(54,34,11); }
H1.HeaderClassName
{
color: #36220B;
}
.AnyTagClassName
{
color: #36220B;
}
</style>
background-color css
<style>
a { background-color: #36220B; }
a { background-color: rgb(54,34,11); }
div.DivClassName
{
background-color: #36220B;
}
.BgClassName
{
background-color: #36220B;
}
</style>
border-color css
<style>
span { border-color: #36220B; }
span { border-color: rgb(54,34,11); }
td.TdClassName
{
border-color: #36220B;
}
.TagClassName
{
border-color: #36220B;
}
</style>