Shades of Cocoa Brown #201304
Tints of Cocoa Brown #201304
RGB
CMYK
RGB Variations
Color information
#201304 (or 0x201304) is known color: Cocoa Brown. HEX triplet: 20, 13 and 04. RGB value is (32,19,4). Sum of RGB (Red+Green+Blue) = 32+19+4=55 (7% of max value = 765). Red value is 32 (12.89% from 255 or 58.18% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 4 (1.95% from 255 or 7.27% from 55); Max value from RGB is 32 - color contains mainly: red. Hex color #201304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201304 is #DFECFB. Grayscale: #151515. Windows color (decimal): -14675196 or 267040. OLE color: 267040.
HSL color Cylindrical-coordinate representation of color #201304: hue angle of 32.14º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #201304 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 19 | 4 | - |
CMYK | 0 | 0.41 | 0.87 | 0.87 |
HSL | 32.14º | 0.78% | 0.07% | - |
HSV(B) | 32.14º | 0.88% | 0.13% | - |
XYZ | 0.85 | 0.78 | 0.22 | - |
YUV | 21.18 | 118.31 | 135.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 19 | 4 | 0 | 0.41 | 0.87 | 0.87 | 32.14 | 0.78 | 0.07 |
Hex | 20 | 13 | 4 | 0 | 29 | 57 | 57 | 20 | 4E | 7 |
Octal | 40 | 23 | 4 | 0 | 51 | 127 | 127 | 40 | 116 | 7 |
Binary | 100000 | 10011 | 100 | 0 | 101001 | 1010111 | 1010111 | 100000 | 1001110 | 111 |
Color Harmonies of #201304
Complementary color
Monochromatic Colors of #201304
Black with #201304
Text Example
Text Example
White with #201304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201304; }
p { color: rgb(32,19,4); }
H1.HeaderClassName
{
color: #201304;
}
.AnyTagClassName
{
color: #201304;
}
</style>
background-color css
<style>
a { background-color: #201304; }
a { background-color: rgb(32,19,4); }
div.DivClassName
{
background-color: #201304;
}
.BgClassName
{
background-color: #201304;
}
</style>
border-color css
<style>
span { border-color: #201304; }
span { border-color: rgb(32,19,4); }
td.TdClassName
{
border-color: #201304;
}
.TagClassName
{
border-color: #201304;
}
</style>