Shades of Cocoa Brown #201605
Tints of Cocoa Brown #201605
RGB
CMYK
RGB Variations
Color information
#201605 (or 0x201605) is known color: Cocoa Brown. HEX triplet: 20, 16 and 05. RGB value is (32,22,5). Sum of RGB (Red+Green+Blue) = 32+22+5=59 (7% of max value = 765). Red value is 32 (12.89% from 255 or 54.24% from 59); Green value is 22 (8.98% from 255 or 37.29% from 59); Blue value is 5 (2.34% from 255 or 8.47% from 59); Max value from RGB is 32 - color contains mainly: red. Hex color #201605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201605 is #DFE9FA. Grayscale: #171717. Windows color (decimal): -14674427 or 333344. OLE color: 333344.
HSL color Cylindrical-coordinate representation of color #201605: hue angle of 37.78º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201605 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 22 | 5 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.87 |
| HSL | 37.78º | 0.73% | 0.07% | - |
| HSV(B) | 37.78º | 0.84% | 0.13% | - |
| XYZ | 0.91 | 0.89 | 0.27 | - |
| YUV | 23.05 | 117.81 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 5 | 0 | 0.31 | 0.84 | 0.87 | 37.78 | 0.73 | 0.07 |
| Hex | 20 | 16 | 5 | 0 | 1F | 54 | 57 | 26 | 49 | 7 |
| Octal | 40 | 26 | 5 | 0 | 37 | 124 | 127 | 46 | 111 | 7 |
| Binary | 100000 | 10110 | 101 | 0 | 11111 | 1010100 | 1010111 | 100110 | 1001001 | 111 |
Color Harmonies of #201605
Complementary color
Monochromatic Colors of #201605
Black with #201605
Text Example
Text Example
White with #201605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201605; }
p { color: rgb(32,22,5); }
H1.HeaderClassName
{
color: #201605;
}
.AnyTagClassName
{
color: #201605;
}
</style>
background-color css
<style>
a { background-color: #201605; }
a { background-color: rgb(32,22,5); }
div.DivClassName
{
background-color: #201605;
}
.BgClassName
{
background-color: #201605;
}
</style>
border-color css
<style>
span { border-color: #201605; }
span { border-color: rgb(32,22,5); }
td.TdClassName
{
border-color: #201605;
}
.TagClassName
{
border-color: #201605;
}
</style>