Shades of Cocoa Brown #291805
Tints of Cocoa Brown #291805
RGB
CMYK
RGB Variations
Color information
#291805 (or 0x291805) is known color: Cocoa Brown. HEX triplet: 29, 18 and 05. RGB value is (41,24,5). Sum of RGB (Red+Green+Blue) = 41+24+5=70 (9% of max value = 765). Red value is 41 (16.41% from 255 or 58.57% from 70); Green value is 24 (9.77% from 255 or 34.29% from 70); Blue value is 5 (2.34% from 255 or 7.14% from 70); Max value from RGB is 41 - color contains mainly: red. Hex color #291805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291805 is #D6E7FA. Grayscale: #1B1B1B. Windows color (decimal): -14084091 or 333865. OLE color: 333865.
HSL color Cylindrical-coordinate representation of color #291805: hue angle of 31.67º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291805 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 24 | 5 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.84 |
| HSL | 31.67º | 0.78% | 0.09% | - |
| HSV(B) | 31.67º | 0.88% | 0.16% | - |
| XYZ | 1.27 | 1.14 | 0.3 | - |
| YUV | 26.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 24 | 5 | 0 | 0.41 | 0.88 | 0.84 | 31.67 | 0.78 | 0.09 |
| Hex | 29 | 18 | 5 | 0 | 29 | 58 | 54 | 20 | 4E | 9 |
| Octal | 51 | 30 | 5 | 0 | 51 | 130 | 124 | 40 | 116 | 11 |
| Binary | 101001 | 11000 | 101 | 0 | 101001 | 1011000 | 1010100 | 100000 | 1001110 | 1001 |
Color Harmonies of #291805
Complementary color
Monochromatic Colors of #291805
Black with #291805
Text Example
Text Example
White with #291805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291805; }
p { color: rgb(41,24,5); }
H1.HeaderClassName
{
color: #291805;
}
.AnyTagClassName
{
color: #291805;
}
</style>
background-color css
<style>
a { background-color: #291805; }
a { background-color: rgb(41,24,5); }
div.DivClassName
{
background-color: #291805;
}
.BgClassName
{
background-color: #291805;
}
</style>
border-color css
<style>
span { border-color: #291805; }
span { border-color: rgb(41,24,5); }
td.TdClassName
{
border-color: #291805;
}
.TagClassName
{
border-color: #291805;
}
</style>