Shades of Cocoa Brown #20160A
Tints of Cocoa Brown #20160A
RGB
CMYK
RGB Variations
Color information
#20160A (or 0x20160A) is known color: Cocoa Brown. HEX triplet: 20, 16 and 0A. RGB value is (32,22,10). Sum of RGB (Red+Green+Blue) = 32+22+10=64 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50% from 64); Green value is 22 (8.98% from 255 or 34.38% from 64); Blue value is 10 (4.30% from 255 or 15.62% from 64); Max value from RGB is 32 - color contains mainly: red. Hex color #20160A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20160A is #DFE9F5. Grayscale: #171717. Windows color (decimal): -14674422 or 661024. OLE color: 661024.
HSL color Cylindrical-coordinate representation of color #20160A: hue angle of 32.73º degrees, saturation: 0.52, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #20160A is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 22 | 10 | - |
CMYK | 0 | 0.31 | 0.69 | 0.87 |
HSL | 32.73º | 0.52% | 0.08% | - |
HSV(B) | 32.73º | 0.69% | 0.13% | - |
XYZ | 0.94 | 0.9 | 0.41 | - |
YUV | 23.62 | 120.31 | 133.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 22 | 10 | 0 | 0.31 | 0.69 | 0.87 | 32.73 | 0.52 | 0.08 |
Hex | 20 | 16 | A | 0 | 1F | 45 | 57 | 21 | 34 | 8 |
Octal | 40 | 26 | 12 | 0 | 37 | 105 | 127 | 41 | 64 | 10 |
Binary | 100000 | 10110 | 1010 | 0 | 11111 | 1000101 | 1010111 | 100001 | 110100 | 1000 |
Color Harmonies of #20160A
Complementary color
Monochromatic Colors of #20160A
Black with #20160A
Text Example
Text Example
White with #20160A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20160A; }
p { color: rgb(32,22,10); }
H1.HeaderClassName
{
color: #20160A;
}
.AnyTagClassName
{
color: #20160A;
}
</style>
background-color css
<style>
a { background-color: #20160A; }
a { background-color: rgb(32,22,10); }
div.DivClassName
{
background-color: #20160A;
}
.BgClassName
{
background-color: #20160A;
}
</style>
border-color css
<style>
span { border-color: #20160A; }
span { border-color: rgb(32,22,10); }
td.TdClassName
{
border-color: #20160A;
}
.TagClassName
{
border-color: #20160A;
}
</style>