Shades of Cocoa Brown #201405
Tints of Cocoa Brown #201405
RGB
CMYK
RGB Variations
Color information
#201405 (or 0x201405) is known color: Cocoa Brown. HEX triplet: 20, 14 and 05. RGB value is (32,20,5). Sum of RGB (Red+Green+Blue) = 32+20+5=57 (7% of max value = 765). Red value is 32 (12.89% from 255 or 56.14% from 57); Green value is 20 (8.20% from 255 or 35.09% from 57); Blue value is 5 (2.34% from 255 or 8.77% from 57); Max value from RGB is 32 - color contains mainly: red. Hex color #201405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201405 is #DFEBFA. Grayscale: #151515. Windows color (decimal): -14674939 or 332832. OLE color: 332832.
HSL color Cylindrical-coordinate representation of color #201405: hue angle of 33.33º 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 #201405 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 20 | 5 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.87 |
| HSL | 33.33º | 0.73% | 0.07% | - |
| HSV(B) | 33.33º | 0.84% | 0.13% | - |
| XYZ | 0.87 | 0.82 | 0.26 | - |
| YUV | 21.88 | 118.48 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 5 | 0 | 0.37 | 0.84 | 0.87 | 33.33 | 0.73 | 0.07 |
| Hex | 20 | 14 | 5 | 0 | 25 | 54 | 57 | 21 | 49 | 7 |
| Octal | 40 | 24 | 5 | 0 | 45 | 124 | 127 | 41 | 111 | 7 |
| Binary | 100000 | 10100 | 101 | 0 | 100101 | 1010100 | 1010111 | 100001 | 1001001 | 111 |
Color Harmonies of #201405
Complementary color
Monochromatic Colors of #201405
Black with #201405
Text Example
Text Example
White with #201405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201405; }
p { color: rgb(32,20,5); }
H1.HeaderClassName
{
color: #201405;
}
.AnyTagClassName
{
color: #201405;
}
</style>
background-color css
<style>
a { background-color: #201405; }
a { background-color: rgb(32,20,5); }
div.DivClassName
{
background-color: #201405;
}
.BgClassName
{
background-color: #201405;
}
</style>
border-color css
<style>
span { border-color: #201405; }
span { border-color: rgb(32,20,5); }
td.TdClassName
{
border-color: #201405;
}
.TagClassName
{
border-color: #201405;
}
</style>