Shades of Cocoa Brown #211305
Tints of Cocoa Brown #211305
RGB
CMYK
RGB Variations
Color information
#211305 (or 0x211305) is known color: Cocoa Brown. HEX triplet: 21, 13 and 05. RGB value is (33,19,5). Sum of RGB (Red+Green+Blue) = 33+19+5=57 (7% of max value = 765). Red value is 33 (13.28% from 255 or 57.89% from 57); Green value is 19 (7.81% from 255 or 33.33% from 57); Blue value is 5 (2.34% from 255 or 8.77% from 57); Max value from RGB is 33 - color contains mainly: red. Hex color #211305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211305 is #DEECFA. Grayscale: #151515. Windows color (decimal): -14609659 or 332577. OLE color: 332577.
HSL color Cylindrical-coordinate representation of color #211305: hue angle of 30º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #211305 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 19 | 5 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.87 |
| HSL | 30º | 0.74% | 0.07% | - |
| HSV(B) | 30º | 0.85% | 0.13% | - |
| XYZ | 0.89 | 0.8 | 0.25 | - |
| YUV | 21.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 5 | 0 | 0.42 | 0.85 | 0.87 | 30 | 0.74 | 0.07 |
| Hex | 21 | 13 | 5 | 0 | 2A | 55 | 57 | 1E | 4A | 7 |
| Octal | 41 | 23 | 5 | 0 | 52 | 125 | 127 | 36 | 112 | 7 |
| Binary | 100001 | 10011 | 101 | 0 | 101010 | 1010101 | 1010111 | 11110 | 1001010 | 111 |
Color Harmonies of #211305
Complementary color
Monochromatic Colors of #211305
Black with #211305
Text Example
Text Example
White with #211305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211305; }
p { color: rgb(33,19,5); }
H1.HeaderClassName
{
color: #211305;
}
.AnyTagClassName
{
color: #211305;
}
</style>
background-color css
<style>
a { background-color: #211305; }
a { background-color: rgb(33,19,5); }
div.DivClassName
{
background-color: #211305;
}
.BgClassName
{
background-color: #211305;
}
</style>
border-color css
<style>
span { border-color: #211305; }
span { border-color: rgb(33,19,5); }
td.TdClassName
{
border-color: #211305;
}
.TagClassName
{
border-color: #211305;
}
</style>