Shades of Cocoa Brown #201401
Tints of Cocoa Brown #201401
RGB
CMYK
RGB Variations
Color information
#201401 (or 0x201401) is known color: Cocoa Brown. HEX triplet: 20, 14 and 01. RGB value is (32,20,1). Sum of RGB (Red+Green+Blue) = 32+20+1=53 (7% of max value = 765). Red value is 32 (12.89% from 255 or 60.38% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 1 (0.78% from 255 or 1.89% from 53); Max value from RGB is 32 - color contains mainly: red. Hex color #201401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201401 is #DFEBFE. Grayscale: #151515. Windows color (decimal): -14674943 or 70688. OLE color: 70688.
HSL color Cylindrical-coordinate representation of color #201401: hue angle of 36.77º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #201401 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 20 | 1 | - |
| CMYK | 0 | 0.37 | 0.97 | 0.87 |
| HSL | 36.77º | 0.94% | 0.06% | - |
| HSV(B) | 36.77º | 0.97% | 0.13% | - |
| XYZ | 0.85 | 0.81 | 0.14 | - |
| YUV | 21.42 | 116.48 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 1 | 0 | 0.37 | 0.97 | 0.87 | 36.77 | 0.94 | 0.06 |
| Hex | 20 | 14 | 1 | 0 | 25 | 61 | 57 | 25 | 5E | 6 |
| Octal | 40 | 24 | 1 | 0 | 45 | 141 | 127 | 45 | 136 | 6 |
| Binary | 100000 | 10100 | 1 | 0 | 100101 | 1100001 | 1010111 | 100101 | 1011110 | 110 |
Color Harmonies of #201401
Complementary color
Monochromatic Colors of #201401
Black with #201401
Text Example
Text Example
White with #201401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201401; }
p { color: rgb(32,20,1); }
H1.HeaderClassName
{
color: #201401;
}
.AnyTagClassName
{
color: #201401;
}
</style>
background-color css
<style>
a { background-color: #201401; }
a { background-color: rgb(32,20,1); }
div.DivClassName
{
background-color: #201401;
}
.BgClassName
{
background-color: #201401;
}
</style>
border-color css
<style>
span { border-color: #201401; }
span { border-color: rgb(32,20,1); }
td.TdClassName
{
border-color: #201401;
}
.TagClassName
{
border-color: #201401;
}
</style>