Shades of Cocoa Brown #2A2016
Tints of Cocoa Brown #2A2016
RGB
CMYK
RGB Variations
Color information
#2A2016 (or 0x2A2016) is known color: Cocoa Brown. HEX triplet: 2A, 20 and 16. RGB value is (42,32,22). Sum of RGB (Red+Green+Blue) = 42+32+22=96 (12% of max value = 765). Red value is 42 (16.80% from 255 or 43.75% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2016 is #D5DFE9. Grayscale: #212121. Windows color (decimal): -14016490 or 1450026. OLE color: 1450026.
HSL color Cylindrical-coordinate representation of color #2A2016: hue angle of 30º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2A2016 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 32 | 22 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.84 |
| HSL | 30º | 0.31% | 0.13% | - |
| HSV(B) | 30º | 0.48% | 0.16% | - |
| XYZ | 1.62 | 1.58 | 0.98 | - |
| YUV | 33.85 | 121.31 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 32 | 22 | 0 | 0.24 | 0.48 | 0.84 | 30 | 0.31 | 0.13 |
| Hex | 2A | 20 | 16 | 0 | 18 | 30 | 54 | 1E | 1F | D |
| Octal | 52 | 40 | 26 | 0 | 30 | 60 | 124 | 36 | 37 | 15 |
| Binary | 101010 | 100000 | 10110 | 0 | 11000 | 110000 | 1010100 | 11110 | 11111 | 1101 |
Color Harmonies of #2A2016
Complementary color
Monochromatic Colors of #2A2016
Black with #2A2016
Text Example
Text Example
White with #2A2016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2016; }
p { color: rgb(42,32,22); }
H1.HeaderClassName
{
color: #2A2016;
}
.AnyTagClassName
{
color: #2A2016;
}
</style>
background-color css
<style>
a { background-color: #2A2016; }
a { background-color: rgb(42,32,22); }
div.DivClassName
{
background-color: #2A2016;
}
.BgClassName
{
background-color: #2A2016;
}
</style>
border-color css
<style>
span { border-color: #2A2016; }
span { border-color: rgb(42,32,22); }
td.TdClassName
{
border-color: #2A2016;
}
.TagClassName
{
border-color: #2A2016;
}
</style>