Shades of Cocoa Brown #291705
Tints of Cocoa Brown #291705
RGB
CMYK
RGB Variations
Color information
#291705 (or 0x291705) is known color: Cocoa Brown. HEX triplet: 29, 17 and 05. RGB value is (41,23,5). Sum of RGB (Red+Green+Blue) = 41+23+5=69 (9% of max value = 765). Red value is 41 (16.41% from 255 or 59.42% from 69); Green value is 23 (9.38% from 255 or 33.33% from 69); Blue value is 5 (2.34% from 255 or 7.25% from 69); Max value from RGB is 41 - color contains mainly: red. Hex color #291705 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291705 is #D6E8FA. Grayscale: #1A1A1A. Windows color (decimal): -14084347 or 333609. OLE color: 333609.
HSL color Cylindrical-coordinate representation of color #291705: hue angle of 30º 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 #291705 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 23 | 5 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.84 |
| HSL | 30º | 0.78% | 0.09% | - |
| HSV(B) | 30º | 0.88% | 0.16% | - |
| XYZ | 1.25 | 1.1 | 0.29 | - |
| YUV | 26.33 | 115.96 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 23 | 5 | 0 | 0.44 | 0.88 | 0.84 | 30 | 0.78 | 0.09 |
| Hex | 29 | 17 | 5 | 0 | 2C | 58 | 54 | 1E | 4E | 9 |
| Octal | 51 | 27 | 5 | 0 | 54 | 130 | 124 | 36 | 116 | 11 |
| Binary | 101001 | 10111 | 101 | 0 | 101100 | 1011000 | 1010100 | 11110 | 1001110 | 1001 |
Color Harmonies of #291705
Complementary color
Monochromatic Colors of #291705
Black with #291705
Text Example
Text Example
White with #291705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291705; }
p { color: rgb(41,23,5); }
H1.HeaderClassName
{
color: #291705;
}
.AnyTagClassName
{
color: #291705;
}
</style>
background-color css
<style>
a { background-color: #291705; }
a { background-color: rgb(41,23,5); }
div.DivClassName
{
background-color: #291705;
}
.BgClassName
{
background-color: #291705;
}
</style>
border-color css
<style>
span { border-color: #291705; }
span { border-color: rgb(41,23,5); }
td.TdClassName
{
border-color: #291705;
}
.TagClassName
{
border-color: #291705;
}
</style>