Shades of Cocoa Brown #211507
Tints of Cocoa Brown #211507
RGB
CMYK
RGB Variations
Color information
#211507 (or 0x211507) is known color: Cocoa Brown. HEX triplet: 21, 15 and 07. RGB value is (33,21,7). Sum of RGB (Red+Green+Blue) = 33+21+7=61 (8% of max value = 765). Red value is 33 (13.28% from 255 or 54.10% from 61); Green value is 21 (8.59% from 255 or 34.43% from 61); Blue value is 7 (3.12% from 255 or 11.48% from 61); Max value from RGB is 33 - color contains mainly: red. Hex color #211507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211507 is #DEEAF8. Grayscale: #171717. Windows color (decimal): -14609145 or 464161. OLE color: 464161.
HSL color Cylindrical-coordinate representation of color #211507: hue angle of 32.31º degrees, saturation: 0.65, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #211507 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 21 | 7 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.87 |
| HSL | 32.31º | 0.65% | 0.08% | - |
| HSV(B) | 32.31º | 0.79% | 0.13% | - |
| XYZ | 0.93 | 0.88 | 0.32 | - |
| YUV | 22.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 21 | 7 | 0 | 0.36 | 0.79 | 0.87 | 32.31 | 0.65 | 0.08 |
| Hex | 21 | 15 | 7 | 0 | 24 | 4F | 57 | 20 | 41 | 8 |
| Octal | 41 | 25 | 7 | 0 | 44 | 117 | 127 | 40 | 101 | 10 |
| Binary | 100001 | 10101 | 111 | 0 | 100100 | 1001111 | 1010111 | 100000 | 1000001 | 1000 |
Color Harmonies of #211507
Complementary color
Monochromatic Colors of #211507
Black with #211507
Text Example
Text Example
White with #211507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211507; }
p { color: rgb(33,21,7); }
H1.HeaderClassName
{
color: #211507;
}
.AnyTagClassName
{
color: #211507;
}
</style>
background-color css
<style>
a { background-color: #211507; }
a { background-color: rgb(33,21,7); }
div.DivClassName
{
background-color: #211507;
}
.BgClassName
{
background-color: #211507;
}
</style>
border-color css
<style>
span { border-color: #211507; }
span { border-color: rgb(33,21,7); }
td.TdClassName
{
border-color: #211507;
}
.TagClassName
{
border-color: #211507;
}
</style>