Shades of Cocoa Brown #211000
Tints of Cocoa Brown #211000
RGB
CMYK
RGB Variations
Color information
#211000 (or 0x211000) is known color: Cocoa Brown. HEX triplet: 21, 10 and 00. RGB value is (33,16,0). Sum of RGB (Red+Green+Blue) = 33+16+0=49 (6% of max value = 765). Red value is 33 (13.28% from 255 or 67.35% from 49); Green value is 16 (6.64% from 255 or 32.65% from 49); Blue value is 0 (0.39% from 255 or 0% from 49); Max value from RGB is 33 - color contains mainly: red. Hex color #211000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211000 is #DEEFFF. Grayscale: #131313. Windows color (decimal): -14610432 or 4129. OLE color: 4129.
HSL color Cylindrical-coordinate representation of color #211000: hue angle of 29.09º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #211000 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 16 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.87 |
| HSL | 29.09º | 1% | 0.06% | - |
| HSV(B) | 29.09º | 1% | 0.13% | - |
| XYZ | 0.81 | 0.69 | 0.09 | - |
| YUV | 19.26 | 117.13 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 16 | 0 | 0 | 0.52 | 1 | 0.87 | 29.09 | 1 | 0.06 |
| Hex | 21 | 10 | 0 | 0 | 34 | 64 | 57 | 1D | 64 | 6 |
| Octal | 41 | 20 | 0 | 0 | 64 | 144 | 127 | 35 | 144 | 6 |
| Binary | 100001 | 10000 | 0 | 0 | 110100 | 1100100 | 1010111 | 11101 | 1100100 | 110 |
Color Harmonies of #211000
Complementary color
Monochromatic Colors of #211000
Black with #211000
Text Example
Text Example
White with #211000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211000; }
p { color: rgb(33,16,0); }
H1.HeaderClassName
{
color: #211000;
}
.AnyTagClassName
{
color: #211000;
}
</style>
background-color css
<style>
a { background-color: #211000; }
a { background-color: rgb(33,16,0); }
div.DivClassName
{
background-color: #211000;
}
.BgClassName
{
background-color: #211000;
}
</style>
border-color css
<style>
span { border-color: #211000; }
span { border-color: rgb(33,16,0); }
td.TdClassName
{
border-color: #211000;
}
.TagClassName
{
border-color: #211000;
}
</style>