Shades of Cocoa Brown #211502
Tints of Cocoa Brown #211502
RGB
CMYK
RGB Variations
Color information
#211502 (or 0x211502) is known color: Cocoa Brown. HEX triplet: 21, 15 and 02. RGB value is (33,21,2). Sum of RGB (Red+Green+Blue) = 33+21+2=56 (7% of max value = 765). Red value is 33 (13.28% from 255 or 58.93% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 2 (1.17% from 255 or 3.57% from 56); Max value from RGB is 33 - color contains mainly: red. Hex color #211502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211502 is #DEEAFD. Grayscale: #161616. Windows color (decimal): -14609150 or 136481. OLE color: 136481.
HSL color Cylindrical-coordinate representation of color #211502: hue angle of 36.77º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #211502 is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 21 | 2 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.87 |
| HSL | 36.77º | 0.89% | 0.07% | - |
| HSV(B) | 36.77º | 0.94% | 0.13% | - |
| XYZ | 0.91 | 0.86 | 0.18 | - |
| YUV | 22.42 | 116.48 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 21 | 2 | 0 | 0.36 | 0.94 | 0.87 | 36.77 | 0.89 | 0.07 |
| Hex | 21 | 15 | 2 | 0 | 24 | 5E | 57 | 25 | 59 | 7 |
| Octal | 41 | 25 | 2 | 0 | 44 | 136 | 127 | 45 | 131 | 7 |
| Binary | 100001 | 10101 | 10 | 0 | 100100 | 1011110 | 1010111 | 100101 | 1011001 | 111 |
Color Harmonies of #211502
Complementary color
Monochromatic Colors of #211502
Black with #211502
Text Example
Text Example
White with #211502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211502; }
p { color: rgb(33,21,2); }
H1.HeaderClassName
{
color: #211502;
}
.AnyTagClassName
{
color: #211502;
}
</style>
background-color css
<style>
a { background-color: #211502; }
a { background-color: rgb(33,21,2); }
div.DivClassName
{
background-color: #211502;
}
.BgClassName
{
background-color: #211502;
}
</style>
border-color css
<style>
span { border-color: #211502; }
span { border-color: rgb(33,21,2); }
td.TdClassName
{
border-color: #211502;
}
.TagClassName
{
border-color: #211502;
}
</style>