Shades of Cocoa Brown #201001
Tints of Cocoa Brown #201001
RGB
CMYK
RGB Variations
Color information
#201001 (or 0x201001) is known color: Cocoa Brown. HEX triplet: 20, 10 and 01. RGB value is (32,16,1). Sum of RGB (Red+Green+Blue) = 32+16+1=49 (6% of max value = 765). Red value is 32 (12.89% from 255 or 65.31% from 49); Green value is 16 (6.64% from 255 or 32.65% from 49); Blue value is 1 (0.78% from 255 or 2.04% from 49); Max value from RGB is 32 - color contains mainly: red. Hex color #201001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201001 is #DFEFFE. Grayscale: #131313. Windows color (decimal): -14675967 or 69664. OLE color: 69664.
HSL color Cylindrical-coordinate representation of color #201001: hue angle of 29.03º 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 #201001 is Cyan = 0, Magento = 0.5, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 16 | 1 | - |
| CMYK | 0 | 0.5 | 0.97 | 0.87 |
| HSL | 29.03º | 0.94% | 0.06% | - |
| HSV(B) | 29.03º | 0.97% | 0.13% | - |
| XYZ | 0.79 | 0.68 | 0.12 | - |
| YUV | 19.07 | 117.8 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 1 | 0 | 0.5 | 0.97 | 0.87 | 29.03 | 0.94 | 0.06 |
| Hex | 20 | 10 | 1 | 0 | 32 | 61 | 57 | 1D | 5E | 6 |
| Octal | 40 | 20 | 1 | 0 | 62 | 141 | 127 | 35 | 136 | 6 |
| Binary | 100000 | 10000 | 1 | 0 | 110010 | 1100001 | 1010111 | 11101 | 1011110 | 110 |
Color Harmonies of #201001
Complementary color
Monochromatic Colors of #201001
Black with #201001
Text Example
Text Example
White with #201001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201001; }
p { color: rgb(32,16,1); }
H1.HeaderClassName
{
color: #201001;
}
.AnyTagClassName
{
color: #201001;
}
</style>
background-color css
<style>
a { background-color: #201001; }
a { background-color: rgb(32,16,1); }
div.DivClassName
{
background-color: #201001;
}
.BgClassName
{
background-color: #201001;
}
</style>
border-color css
<style>
span { border-color: #201001; }
span { border-color: rgb(32,16,1); }
td.TdClassName
{
border-color: #201001;
}
.TagClassName
{
border-color: #201001;
}
</style>