Shades of Cocoa Brown #2A1904
Tints of Cocoa Brown #2A1904
RGB
CMYK
RGB Variations
Color information
#2A1904 (or 0x2A1904) is known color: Cocoa Brown. HEX triplet: 2A, 19 and 04. RGB value is (42,25,4). Sum of RGB (Red+Green+Blue) = 42+25+4=71 (9% of max value = 765). Red value is 42 (16.80% from 255 or 59.15% from 71); Green value is 25 (10.16% from 255 or 35.21% from 71); Blue value is 4 (1.95% from 255 or 5.63% from 71); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A1904 is #D5E6FB. Grayscale: #1B1B1B. Windows color (decimal): -14018300 or 268586. OLE color: 268586.
HSL color Cylindrical-coordinate representation of color #2A1904: hue angle of 33.16º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A1904 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 25 | 4 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.84 |
| HSL | 33.16º | 0.83% | 0.09% | - |
| HSV(B) | 33.16º | 0.9% | 0.16% | - |
| XYZ | 1.32 | 1.2 | 0.28 | - |
| YUV | 27.69 | 114.63 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 25 | 4 | 0 | 0.40 | 0.90 | 0.84 | 33.16 | 0.83 | 0.09 |
| Hex | 2A | 19 | 4 | 0 | 28 | 5A | 54 | 21 | 53 | 9 |
| Octal | 52 | 31 | 4 | 0 | 50 | 132 | 124 | 41 | 123 | 11 |
| Binary | 101010 | 11001 | 100 | 0 | 101000 | 1011010 | 1010100 | 100001 | 1010011 | 1001 |
Color Harmonies of #2A1904
Complementary color
Monochromatic Colors of #2A1904
Black with #2A1904
Text Example
Text Example
White with #2A1904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1904; }
p { color: rgb(42,25,4); }
H1.HeaderClassName
{
color: #2A1904;
}
.AnyTagClassName
{
color: #2A1904;
}
</style>
background-color css
<style>
a { background-color: #2A1904; }
a { background-color: rgb(42,25,4); }
div.DivClassName
{
background-color: #2A1904;
}
.BgClassName
{
background-color: #2A1904;
}
</style>
border-color css
<style>
span { border-color: #2A1904; }
span { border-color: rgb(42,25,4); }
td.TdClassName
{
border-color: #2A1904;
}
.TagClassName
{
border-color: #2A1904;
}
</style>