Shades of Cocoa Brown #211304
Tints of Cocoa Brown #211304
RGB
CMYK
RGB Variations
Color information
#211304 (or 0x211304) is known color: Cocoa Brown. HEX triplet: 21, 13 and 04. RGB value is (33,19,4). Sum of RGB (Red+Green+Blue) = 33+19+4=56 (7% of max value = 765). Red value is 33 (13.28% from 255 or 58.93% from 56); Green value is 19 (7.81% from 255 or 33.93% from 56); Blue value is 4 (1.95% from 255 or 7.14% from 56); Max value from RGB is 33 - color contains mainly: red. Hex color #211304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211304 is #DEECFB. Grayscale: #151515. Windows color (decimal): -14609660 or 267041. OLE color: 267041.
HSL color Cylindrical-coordinate representation of color #211304: hue angle of 31.03º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211304 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 19 | 4 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.87 |
| HSL | 31.03º | 0.78% | 0.07% | - |
| HSV(B) | 31.03º | 0.88% | 0.13% | - |
| XYZ | 0.88 | 0.8 | 0.22 | - |
| YUV | 21.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 4 | 0 | 0.42 | 0.88 | 0.87 | 31.03 | 0.78 | 0.07 |
| Hex | 21 | 13 | 4 | 0 | 2A | 58 | 57 | 1F | 4E | 7 |
| Octal | 41 | 23 | 4 | 0 | 52 | 130 | 127 | 37 | 116 | 7 |
| Binary | 100001 | 10011 | 100 | 0 | 101010 | 1011000 | 1010111 | 11111 | 1001110 | 111 |
Color Harmonies of #211304
Complementary color
Monochromatic Colors of #211304
Black with #211304
Text Example
Text Example
White with #211304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211304; }
p { color: rgb(33,19,4); }
H1.HeaderClassName
{
color: #211304;
}
.AnyTagClassName
{
color: #211304;
}
</style>
background-color css
<style>
a { background-color: #211304; }
a { background-color: rgb(33,19,4); }
div.DivClassName
{
background-color: #211304;
}
.BgClassName
{
background-color: #211304;
}
</style>
border-color css
<style>
span { border-color: #211304; }
span { border-color: rgb(33,19,4); }
td.TdClassName
{
border-color: #211304;
}
.TagClassName
{
border-color: #211304;
}
</style>