Shades of Cocoa Brown #2A1C0B
Tints of Cocoa Brown #2A1C0B
RGB
CMYK
RGB Variations
Color information
#2A1C0B (or 0x2A1C0B) is known color: Cocoa Brown. HEX triplet: 2A, 1C and 0B. RGB value is (42,28,11). Sum of RGB (Red+Green+Blue) = 42+28+11=81 (10% of max value = 765). Red value is 42 (16.80% from 255 or 51.85% from 81); Green value is 28 (11.33% from 255 or 34.57% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1C0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A1C0B is #D5E3F4. Grayscale: #1E1E1E. Windows color (decimal): -14017525 or 728106. OLE color: 728106.
HSL color Cylindrical-coordinate representation of color #2A1C0B: hue angle of 32.9º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A1C0B is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 28 | 11 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.84 |
| HSL | 32.9º | 0.58% | 0.1% | - |
| HSV(B) | 32.9º | 0.74% | 0.16% | - |
| XYZ | 1.43 | 1.35 | 0.5 | - |
| YUV | 30.25 | 117.14 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 28 | 11 | 0 | 0.33 | 0.74 | 0.84 | 32.9 | 0.58 | 0.1 |
| Hex | 2A | 1C | B | 0 | 21 | 4A | 54 | 21 | 3A | A |
| Octal | 52 | 34 | 13 | 0 | 41 | 112 | 124 | 41 | 72 | 12 |
| Binary | 101010 | 11100 | 1011 | 0 | 100001 | 1001010 | 1010100 | 100001 | 111010 | 1010 |
Color Harmonies of #2A1C0B
Complementary color
Monochromatic Colors of #2A1C0B
Black with #2A1C0B
Text Example
Text Example
White with #2A1C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1C0B; }
p { color: rgb(42,28,11); }
H1.HeaderClassName
{
color: #2A1C0B;
}
.AnyTagClassName
{
color: #2A1C0B;
}
</style>
background-color css
<style>
a { background-color: #2A1C0B; }
a { background-color: rgb(42,28,11); }
div.DivClassName
{
background-color: #2A1C0B;
}
.BgClassName
{
background-color: #2A1C0B;
}
</style>
border-color css
<style>
span { border-color: #2A1C0B; }
span { border-color: rgb(42,28,11); }
td.TdClassName
{
border-color: #2A1C0B;
}
.TagClassName
{
border-color: #2A1C0B;
}
</style>