Shades of Cocoa Brown #211402
Tints of Cocoa Brown #211402
RGB
CMYK
RGB Variations
Color information
#211402 (or 0x211402) is known color: Cocoa Brown. HEX triplet: 21, 14 and 02. RGB value is (33,20,2). Sum of RGB (Red+Green+Blue) = 33+20+2=55 (7% of max value = 765). Red value is 33 (13.28% from 255 or 60% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 2 (1.17% from 255 or 3.64% from 55); Max value from RGB is 33 - color contains mainly: red. Hex color #211402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211402 is #DEEBFD. Grayscale: #151515. Windows color (decimal): -14609406 or 136225. OLE color: 136225.
HSL color Cylindrical-coordinate representation of color #211402: hue angle of 34.84º 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 #211402 is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 20 | 2 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.87 |
| HSL | 34.84º | 0.89% | 0.07% | - |
| HSV(B) | 34.84º | 0.94% | 0.13% | - |
| XYZ | 0.89 | 0.83 | 0.17 | - |
| YUV | 21.84 | 116.81 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 2 | 0 | 0.39 | 0.94 | 0.87 | 34.84 | 0.89 | 0.07 |
| Hex | 21 | 14 | 2 | 0 | 27 | 5E | 57 | 23 | 59 | 7 |
| Octal | 41 | 24 | 2 | 0 | 47 | 136 | 127 | 43 | 131 | 7 |
| Binary | 100001 | 10100 | 10 | 0 | 100111 | 1011110 | 1010111 | 100011 | 1011001 | 111 |
Color Harmonies of #211402
Complementary color
Monochromatic Colors of #211402
Black with #211402
Text Example
Text Example
White with #211402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211402; }
p { color: rgb(33,20,2); }
H1.HeaderClassName
{
color: #211402;
}
.AnyTagClassName
{
color: #211402;
}
</style>
background-color css
<style>
a { background-color: #211402; }
a { background-color: rgb(33,20,2); }
div.DivClassName
{
background-color: #211402;
}
.BgClassName
{
background-color: #211402;
}
</style>
border-color css
<style>
span { border-color: #211402; }
span { border-color: rgb(33,20,2); }
td.TdClassName
{
border-color: #211402;
}
.TagClassName
{
border-color: #211402;
}
</style>