Shades of Cocoa Brown #210F00
Tints of Cocoa Brown #210F00
RGB
CMYK
RGB Variations
Color information
#210F00 (or 0x210F00) is known color: Cocoa Brown. HEX triplet: 21, 0F and 00. RGB value is (33,15,0). Sum of RGB (Red+Green+Blue) = 33+15+0=48 (6% of max value = 765). Red value is 33 (13.28% from 255 or 68.75% from 48); Green value is 15 (6.25% from 255 or 31.25% from 48); Blue value is 0 (0.39% from 255 or 0% from 48); Max value from RGB is 33 - color contains mainly: red. Hex color #210F00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210F00 is #DEF0FF. Grayscale: #121212. Windows color (decimal): -14610688 or 3873. OLE color: 3873.
HSL color Cylindrical-coordinate representation of color #210F00: hue angle of 27.27º 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 #210F00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 15 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.87 |
| HSL | 27.27º | 1% | 0.06% | - |
| HSV(B) | 27.27º | 1% | 0.13% | - |
| XYZ | 0.8 | 0.66 | 0.09 | - |
| YUV | 18.67 | 117.46 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 0 | 0 | 0.55 | 1 | 0.87 | 27.27 | 1 | 0.06 |
| Hex | 21 | F | 0 | 0 | 37 | 64 | 57 | 1B | 64 | 6 |
| Octal | 41 | 17 | 0 | 0 | 67 | 144 | 127 | 33 | 144 | 6 |
| Binary | 100001 | 1111 | 0 | 0 | 110111 | 1100100 | 1010111 | 11011 | 1100100 | 110 |
Color Harmonies of #210F00
Complementary color
Monochromatic Colors of #210F00
Black with #210F00
Text Example
Text Example
White with #210F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210F00; }
p { color: rgb(33,15,0); }
H1.HeaderClassName
{
color: #210F00;
}
.AnyTagClassName
{
color: #210F00;
}
</style>
background-color css
<style>
a { background-color: #210F00; }
a { background-color: rgb(33,15,0); }
div.DivClassName
{
background-color: #210F00;
}
.BgClassName
{
background-color: #210F00;
}
</style>
border-color css
<style>
span { border-color: #210F00; }
span { border-color: rgb(33,15,0); }
td.TdClassName
{
border-color: #210F00;
}
.TagClassName
{
border-color: #210F00;
}
</style>