Shades of Cocoa Brown #2A1E11
Tints of Cocoa Brown #2A1E11
RGB
CMYK
RGB Variations
Color information
#2A1E11 (or 0x2A1E11) is known color: Cocoa Brown. HEX triplet: 2A, 1E and 11. RGB value is (42,30,17). Sum of RGB (Red+Green+Blue) = 42+30+17=89 (11% of max value = 765). Red value is 42 (16.80% from 255 or 47.19% from 89); Green value is 30 (12.11% from 255 or 33.71% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A1E11 is #D5E1EE. Grayscale: #202020. Windows color (decimal): -14017007 or 1121834. OLE color: 1121834.
HSL color Cylindrical-coordinate representation of color #2A1E11: hue angle of 31.2º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A1E11 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 30 | 17 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.84 |
| HSL | 31.2º | 0.42% | 0.12% | - |
| HSV(B) | 31.2º | 0.6% | 0.16% | - |
| XYZ | 1.52 | 1.46 | 0.73 | - |
| YUV | 32.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 30 | 17 | 0 | 0.29 | 0.60 | 0.84 | 31.2 | 0.42 | 0.12 |
| Hex | 2A | 1E | 11 | 0 | 1D | 3C | 54 | 1F | 2A | C |
| Octal | 52 | 36 | 21 | 0 | 35 | 74 | 124 | 37 | 52 | 14 |
| Binary | 101010 | 11110 | 10001 | 0 | 11101 | 111100 | 1010100 | 11111 | 101010 | 1100 |
Color Harmonies of #2A1E11
Complementary color
Monochromatic Colors of #2A1E11
Black with #2A1E11
Text Example
Text Example
White with #2A1E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1E11; }
p { color: rgb(42,30,17); }
H1.HeaderClassName
{
color: #2A1E11;
}
.AnyTagClassName
{
color: #2A1E11;
}
</style>
background-color css
<style>
a { background-color: #2A1E11; }
a { background-color: rgb(42,30,17); }
div.DivClassName
{
background-color: #2A1E11;
}
.BgClassName
{
background-color: #2A1E11;
}
</style>
border-color css
<style>
span { border-color: #2A1E11; }
span { border-color: rgb(42,30,17); }
td.TdClassName
{
border-color: #2A1E11;
}
.TagClassName
{
border-color: #2A1E11;
}
</style>