Shades of Cocoa Brown #2A2013
Tints of Cocoa Brown #2A2013
RGB
CMYK
RGB Variations
Color information
#2A2013 (or 0x2A2013) is known color: Cocoa Brown. HEX triplet: 2A, 20 and 13. RGB value is (42,32,19). Sum of RGB (Red+Green+Blue) = 42+32+19=93 (12% of max value = 765). Red value is 42 (16.80% from 255 or 45.16% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 42 - color contains mainly: red. Hex color #2A2013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A2013 is #D5DFEC. Grayscale: #212121. Windows color (decimal): -14016493 or 1253418. OLE color: 1253418.
HSL color Cylindrical-coordinate representation of color #2A2013: hue angle of 33.91º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A2013 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 32 | 19 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.84 |
| HSL | 33.91º | 0.38% | 0.12% | - |
| HSV(B) | 33.91º | 0.55% | 0.16% | - |
| XYZ | 1.59 | 1.57 | 0.84 | - |
| YUV | 33.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 32 | 19 | 0 | 0.24 | 0.55 | 0.84 | 33.91 | 0.38 | 0.12 |
| Hex | 2A | 20 | 13 | 0 | 18 | 37 | 54 | 22 | 26 | C |
| Octal | 52 | 40 | 23 | 0 | 30 | 67 | 124 | 42 | 46 | 14 |
| Binary | 101010 | 100000 | 10011 | 0 | 11000 | 110111 | 1010100 | 100010 | 100110 | 1100 |
Color Harmonies of #2A2013
Complementary color
Monochromatic Colors of #2A2013
Black with #2A2013
Text Example
Text Example
White with #2A2013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2013; }
p { color: rgb(42,32,19); }
H1.HeaderClassName
{
color: #2A2013;
}
.AnyTagClassName
{
color: #2A2013;
}
</style>
background-color css
<style>
a { background-color: #2A2013; }
a { background-color: rgb(42,32,19); }
div.DivClassName
{
background-color: #2A2013;
}
.BgClassName
{
background-color: #2A2013;
}
</style>
border-color css
<style>
span { border-color: #2A2013; }
span { border-color: rgb(42,32,19); }
td.TdClassName
{
border-color: #2A2013;
}
.TagClassName
{
border-color: #2A2013;
}
</style>