Shades of Cocoa Brown #2A2014
Tints of Cocoa Brown #2A2014
RGB
CMYK
RGB Variations
Color information
#2A2014 (or 0x2A2014) is known color: Cocoa Brown. HEX triplet: 2A, 20 and 14. RGB value is (42,32,20). Sum of RGB (Red+Green+Blue) = 42+32+20=94 (12% of max value = 765). Red value is 42 (16.80% from 255 or 44.68% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2014 is #D5DFEB. Grayscale: #212121. Windows color (decimal): -14016492 or 1318954. OLE color: 1318954.
HSL color Cylindrical-coordinate representation of color #2A2014: hue angle of 32.73º degrees, saturation: 0.35, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2A2014 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 32 | 20 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.84 |
| HSL | 32.73º | 0.35% | 0.12% | - |
| HSV(B) | 32.73º | 0.52% | 0.16% | - |
| XYZ | 1.6 | 1.58 | 0.88 | - |
| YUV | 33.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 32 | 20 | 0 | 0.24 | 0.52 | 0.84 | 32.73 | 0.35 | 0.12 |
| Hex | 2A | 20 | 14 | 0 | 18 | 34 | 54 | 21 | 23 | C |
| Octal | 52 | 40 | 24 | 0 | 30 | 64 | 124 | 41 | 43 | 14 |
| Binary | 101010 | 100000 | 10100 | 0 | 11000 | 110100 | 1010100 | 100001 | 100011 | 1100 |
Color Harmonies of #2A2014
Complementary color
Monochromatic Colors of #2A2014
Black with #2A2014
Text Example
Text Example
White with #2A2014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2014; }
p { color: rgb(42,32,20); }
H1.HeaderClassName
{
color: #2A2014;
}
.AnyTagClassName
{
color: #2A2014;
}
</style>
background-color css
<style>
a { background-color: #2A2014; }
a { background-color: rgb(42,32,20); }
div.DivClassName
{
background-color: #2A2014;
}
.BgClassName
{
background-color: #2A2014;
}
</style>
border-color css
<style>
span { border-color: #2A2014; }
span { border-color: rgb(42,32,20); }
td.TdClassName
{
border-color: #2A2014;
}
.TagClassName
{
border-color: #2A2014;
}
</style>