Shades of Cocoa Brown #201508
Tints of Cocoa Brown #201508
RGB
CMYK
RGB Variations
Color information
#201508 (or 0x201508) is known color: Cocoa Brown. HEX triplet: 20, 15 and 08. RGB value is (32,21,8). Sum of RGB (Red+Green+Blue) = 32+21+8=61 (8% of max value = 765). Red value is 32 (12.89% from 255 or 52.46% from 61); Green value is 21 (8.59% from 255 or 34.43% from 61); Blue value is 8 (3.52% from 255 or 13.11% from 61); Max value from RGB is 32 - color contains mainly: red. Hex color #201508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201508 is #DFEAF7. Grayscale: #161616. Windows color (decimal): -14674680 or 529696. OLE color: 529696.
HSL color Cylindrical-coordinate representation of color #201508: hue angle of 32.5º degrees, saturation: 0.6, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #201508 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 21 | 8 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.87 |
| HSL | 32.5º | 0.6% | 0.08% | - |
| HSV(B) | 32.5º | 0.75% | 0.13% | - |
| XYZ | 0.91 | 0.86 | 0.35 | - |
| YUV | 22.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 8 | 0 | 0.34 | 0.75 | 0.87 | 32.5 | 0.6 | 0.08 |
| Hex | 20 | 15 | 8 | 0 | 22 | 4B | 57 | 20 | 3C | 8 |
| Octal | 40 | 25 | 10 | 0 | 42 | 113 | 127 | 40 | 74 | 10 |
| Binary | 100000 | 10101 | 1000 | 0 | 100010 | 1001011 | 1010111 | 100000 | 111100 | 1000 |
Color Harmonies of #201508
Complementary color
Monochromatic Colors of #201508
Black with #201508
Text Example
Text Example
White with #201508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201508; }
p { color: rgb(32,21,8); }
H1.HeaderClassName
{
color: #201508;
}
.AnyTagClassName
{
color: #201508;
}
</style>
background-color css
<style>
a { background-color: #201508; }
a { background-color: rgb(32,21,8); }
div.DivClassName
{
background-color: #201508;
}
.BgClassName
{
background-color: #201508;
}
</style>
border-color css
<style>
span { border-color: #201508; }
span { border-color: rgb(32,21,8); }
td.TdClassName
{
border-color: #201508;
}
.TagClassName
{
border-color: #201508;
}
</style>