Shades of Cocoa Brown #36210F
Tints of Cocoa Brown #36210F
RGB
CMYK
RGB Variations
Color information
#36210F (or 0x36210F) is known color: Cocoa Brown. HEX triplet: 36, 21 and 0F. RGB value is (54,33,15). Sum of RGB (Red+Green+Blue) = 54+33+15=102 (13% of max value = 765). Red value is 54 (21.48% from 255 or 52.94% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 15 (6.25% from 255 or 14.71% from 102); Max value from RGB is 54 - color contains mainly: red. Hex color #36210F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36210F is #C9DEF0. Grayscale: #252525. Windows color (decimal): -13229809 or 991542. OLE color: 991542.
HSL color Cylindrical-coordinate representation of color #36210F: hue angle of 27.69º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36210F is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 33 | 15 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.79 |
| HSL | 27.69º | 0.57% | 0.14% | - |
| HSV(B) | 27.69º | 0.72% | 0.21% | - |
| XYZ | 2.15 | 1.91 | 0.71 | - |
| YUV | 37.23 | 115.46 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 33 | 15 | 0 | 0.39 | 0.72 | 0.79 | 27.69 | 0.57 | 0.14 |
| Hex | 36 | 21 | F | 0 | 27 | 48 | 4F | 1C | 39 | E |
| Octal | 66 | 41 | 17 | 0 | 47 | 110 | 117 | 34 | 71 | 16 |
| Binary | 110110 | 100001 | 1111 | 0 | 100111 | 1001000 | 1001111 | 11100 | 111001 | 1110 |
Color Harmonies of #36210F
Complementary color
Monochromatic Colors of #36210F
Black with #36210F
Text Example
Text Example
White with #36210F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36210F; }
p { color: rgb(54,33,15); }
H1.HeaderClassName
{
color: #36210F;
}
.AnyTagClassName
{
color: #36210F;
}
</style>
background-color css
<style>
a { background-color: #36210F; }
a { background-color: rgb(54,33,15); }
div.DivClassName
{
background-color: #36210F;
}
.BgClassName
{
background-color: #36210F;
}
</style>
border-color css
<style>
span { border-color: #36210F; }
span { border-color: rgb(54,33,15); }
td.TdClassName
{
border-color: #36210F;
}
.TagClassName
{
border-color: #36210F;
}
</style>