Shades of Cocoa Brown #201501
Tints of Cocoa Brown #201501
RGB
CMYK
RGB Variations
Color information
#201501 (or 0x201501) is known color: Cocoa Brown. HEX triplet: 20, 15 and 01. RGB value is (32,21,1). Sum of RGB (Red+Green+Blue) = 32+21+1=54 (7% of max value = 765). Red value is 32 (12.89% from 255 or 59.26% from 54); Green value is 21 (8.59% from 255 or 38.89% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 32 - color contains mainly: red. Hex color #201501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201501 is #DFEAFE. Grayscale: #161616. Windows color (decimal): -14674687 or 70944. OLE color: 70944.
HSL color Cylindrical-coordinate representation of color #201501: hue angle of 38.71º 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 #201501 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 21 | 1 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.87 |
| HSL | 38.71º | 0.94% | 0.06% | - |
| HSV(B) | 38.71º | 0.97% | 0.13% | - |
| XYZ | 0.87 | 0.85 | 0.15 | - |
| YUV | 22.01 | 116.14 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 1 | 0 | 0.34 | 0.97 | 0.87 | 38.71 | 0.94 | 0.06 |
| Hex | 20 | 15 | 1 | 0 | 22 | 61 | 57 | 27 | 5E | 6 |
| Octal | 40 | 25 | 1 | 0 | 42 | 141 | 127 | 47 | 136 | 6 |
| Binary | 100000 | 10101 | 1 | 0 | 100010 | 1100001 | 1010111 | 100111 | 1011110 | 110 |
Color Harmonies of #201501
Complementary color
Monochromatic Colors of #201501
Black with #201501
Text Example
Text Example
White with #201501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201501; }
p { color: rgb(32,21,1); }
H1.HeaderClassName
{
color: #201501;
}
.AnyTagClassName
{
color: #201501;
}
</style>
background-color css
<style>
a { background-color: #201501; }
a { background-color: rgb(32,21,1); }
div.DivClassName
{
background-color: #201501;
}
.BgClassName
{
background-color: #201501;
}
</style>
border-color css
<style>
span { border-color: #201501; }
span { border-color: rgb(32,21,1); }
td.TdClassName
{
border-color: #201501;
}
.TagClassName
{
border-color: #201501;
}
</style>