Shades of Cocoa Brown #201403
Tints of Cocoa Brown #201403
RGB
CMYK
RGB Variations
Color information
#201403 (or 0x201403) is known color: Cocoa Brown. HEX triplet: 20, 14 and 03. RGB value is (32,20,3). Sum of RGB (Red+Green+Blue) = 32+20+3=55 (7% of max value = 765). Red value is 32 (12.89% from 255 or 58.18% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 3 (1.56% from 255 or 5.45% from 55); Max value from RGB is 32 - color contains mainly: red. Hex color #201403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201403 is #DFEBFC. Grayscale: #151515. Windows color (decimal): -14674941 or 201760. OLE color: 201760.
HSL color Cylindrical-coordinate representation of color #201403: hue angle of 35.17º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #201403 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 20 | 3 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.87 |
| HSL | 35.17º | 0.83% | 0.07% | - |
| HSV(B) | 35.17º | 0.91% | 0.13% | - |
| XYZ | 0.86 | 0.81 | 0.2 | - |
| YUV | 21.65 | 117.48 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 3 | 0 | 0.37 | 0.91 | 0.87 | 35.17 | 0.83 | 0.07 |
| Hex | 20 | 14 | 3 | 0 | 25 | 5B | 57 | 23 | 53 | 7 |
| Octal | 40 | 24 | 3 | 0 | 45 | 133 | 127 | 43 | 123 | 7 |
| Binary | 100000 | 10100 | 11 | 0 | 100101 | 1011011 | 1010111 | 100011 | 1010011 | 111 |
Color Harmonies of #201403
Complementary color
Monochromatic Colors of #201403
Black with #201403
Text Example
Text Example
White with #201403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201403; }
p { color: rgb(32,20,3); }
H1.HeaderClassName
{
color: #201403;
}
.AnyTagClassName
{
color: #201403;
}
</style>
background-color css
<style>
a { background-color: #201403; }
a { background-color: rgb(32,20,3); }
div.DivClassName
{
background-color: #201403;
}
.BgClassName
{
background-color: #201403;
}
</style>
border-color css
<style>
span { border-color: #201403; }
span { border-color: rgb(32,20,3); }
td.TdClassName
{
border-color: #201403;
}
.TagClassName
{
border-color: #201403;
}
</style>