Shades of Cocoa Brown #21190D
Tints of Cocoa Brown #21190D
RGB
CMYK
RGB Variations
Color information
#21190D (or 0x21190D) is known color: Cocoa Brown. HEX triplet: 21, 19 and 0D. RGB value is (33,25,13). Sum of RGB (Red+Green+Blue) = 33+25+13=71 (9% of max value = 765). Red value is 33 (13.28% from 255 or 46.48% from 71); Green value is 25 (10.16% from 255 or 35.21% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 33 - color contains mainly: red. Hex color #21190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21190D is #DEE6F2. Grayscale: #1A1A1A. Windows color (decimal): -14608115 or 858401. OLE color: 858401.
HSL color Cylindrical-coordinate representation of color #21190D: hue angle of 36º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #21190D is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 25 | 13 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.87 |
| HSL | 36º | 0.43% | 0.09% | - |
| HSV(B) | 36º | 0.61% | 0.13% | - |
| XYZ | 1.05 | 1.05 | 0.53 | - |
| YUV | 26.02 | 120.65 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 13 | 0 | 0.24 | 0.61 | 0.87 | 36 | 0.43 | 0.09 |
| Hex | 21 | 19 | D | 0 | 18 | 3D | 57 | 24 | 2B | 9 |
| Octal | 41 | 31 | 15 | 0 | 30 | 75 | 127 | 44 | 53 | 11 |
| Binary | 100001 | 11001 | 1101 | 0 | 11000 | 111101 | 1010111 | 100100 | 101011 | 1001 |
Color Harmonies of #21190D
Complementary color
Monochromatic Colors of #21190D
Black with #21190D
Text Example
Text Example
White with #21190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21190D; }
p { color: rgb(33,25,13); }
H1.HeaderClassName
{
color: #21190D;
}
.AnyTagClassName
{
color: #21190D;
}
</style>
background-color css
<style>
a { background-color: #21190D; }
a { background-color: rgb(33,25,13); }
div.DivClassName
{
background-color: #21190D;
}
.BgClassName
{
background-color: #21190D;
}
</style>
border-color css
<style>
span { border-color: #21190D; }
span { border-color: rgb(33,25,13); }
td.TdClassName
{
border-color: #21190D;
}
.TagClassName
{
border-color: #21190D;
}
</style>