Shades of Cocoa Brown #2A1E13
Tints of Cocoa Brown #2A1E13
RGB
CMYK
RGB Variations
Color information
#2A1E13 (or 0x2A1E13) is known color: Cocoa Brown. HEX triplet: 2A, 1E and 13. RGB value is (42,30,19). Sum of RGB (Red+Green+Blue) = 42+30+19=91 (12% of max value = 765). Red value is 42 (16.80% from 255 or 46.15% from 91); Green value is 30 (12.11% from 255 or 32.97% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A1E13 is #D5E1EC. Grayscale: #202020. Windows color (decimal): -14017005 or 1252906. OLE color: 1252906.
HSL color Cylindrical-coordinate representation of color #2A1E13: hue angle of 28.7º 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 #2A1E13 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 30 | 19 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.84 |
| HSL | 28.7º | 0.38% | 0.12% | - |
| HSV(B) | 28.7º | 0.55% | 0.16% | - |
| XYZ | 1.54 | 1.47 | 0.82 | - |
| YUV | 32.33 | 120.48 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 30 | 19 | 0 | 0.29 | 0.55 | 0.84 | 28.7 | 0.38 | 0.12 |
| Hex | 2A | 1E | 13 | 0 | 1D | 37 | 54 | 1D | 26 | C |
| Octal | 52 | 36 | 23 | 0 | 35 | 67 | 124 | 35 | 46 | 14 |
| Binary | 101010 | 11110 | 10011 | 0 | 11101 | 110111 | 1010100 | 11101 | 100110 | 1100 |
Color Harmonies of #2A1E13
Complementary color
Monochromatic Colors of #2A1E13
Black with #2A1E13
Text Example
Text Example
White with #2A1E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1E13; }
p { color: rgb(42,30,19); }
H1.HeaderClassName
{
color: #2A1E13;
}
.AnyTagClassName
{
color: #2A1E13;
}
</style>
background-color css
<style>
a { background-color: #2A1E13; }
a { background-color: rgb(42,30,19); }
div.DivClassName
{
background-color: #2A1E13;
}
.BgClassName
{
background-color: #2A1E13;
}
</style>
border-color css
<style>
span { border-color: #2A1E13; }
span { border-color: rgb(42,30,19); }
td.TdClassName
{
border-color: #2A1E13;
}
.TagClassName
{
border-color: #2A1E13;
}
</style>