Shades of Cocoa Brown #211509
Tints of Cocoa Brown #211509
RGB
CMYK
RGB Variations
Color information
#211509 (or 0x211509) is known color: Cocoa Brown. HEX triplet: 21, 15 and 09. RGB value is (33,21,9). Sum of RGB (Red+Green+Blue) = 33+21+9=63 (8% of max value = 765). Red value is 33 (13.28% from 255 or 52.38% from 63); Green value is 21 (8.59% from 255 or 33.33% from 63); Blue value is 9 (3.91% from 255 or 14.29% from 63); Max value from RGB is 33 - color contains mainly: red. Hex color #211509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211509 is #DEEAF6. Grayscale: #171717. Windows color (decimal): -14609143 or 595233. OLE color: 595233.
HSL color Cylindrical-coordinate representation of color #211509: hue angle of 30º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #211509 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 21 | 9 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.87 |
| HSL | 30º | 0.57% | 0.08% | - |
| HSV(B) | 30º | 0.73% | 0.13% | - |
| XYZ | 0.94 | 0.88 | 0.38 | - |
| YUV | 23.22 | 119.98 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 21 | 9 | 0 | 0.36 | 0.73 | 0.87 | 30 | 0.57 | 0.08 |
| Hex | 21 | 15 | 9 | 0 | 24 | 49 | 57 | 1E | 39 | 8 |
| Octal | 41 | 25 | 11 | 0 | 44 | 111 | 127 | 36 | 71 | 10 |
| Binary | 100001 | 10101 | 1001 | 0 | 100100 | 1001001 | 1010111 | 11110 | 111001 | 1000 |
Color Harmonies of #211509
Complementary color
Monochromatic Colors of #211509
Black with #211509
Text Example
Text Example
White with #211509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211509; }
p { color: rgb(33,21,9); }
H1.HeaderClassName
{
color: #211509;
}
.AnyTagClassName
{
color: #211509;
}
</style>
background-color css
<style>
a { background-color: #211509; }
a { background-color: rgb(33,21,9); }
div.DivClassName
{
background-color: #211509;
}
.BgClassName
{
background-color: #211509;
}
</style>
border-color css
<style>
span { border-color: #211509; }
span { border-color: rgb(33,21,9); }
td.TdClassName
{
border-color: #211509;
}
.TagClassName
{
border-color: #211509;
}
</style>