Shades of Cocoa Brown #291D11
Tints of Cocoa Brown #291D11
RGB
CMYK
RGB Variations
Color information
#291D11 (or 0x291D11) is known color: Cocoa Brown. HEX triplet: 29, 1D and 11. RGB value is (41,29,17). Sum of RGB (Red+Green+Blue) = 41+29+17=87 (11% of max value = 765). Red value is 41 (16.41% from 255 or 47.13% from 87); Green value is 29 (11.72% from 255 or 33.33% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 41 - color contains mainly: red. Hex color #291D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291D11 is #D6E2EE. Grayscale: #1F1F1F. Windows color (decimal): -14082799 or 1121577. OLE color: 1121577.
HSL color Cylindrical-coordinate representation of color #291D11: hue angle of 30º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #291D11 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 29 | 17 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.84 |
| HSL | 30º | 0.41% | 0.11% | - |
| HSV(B) | 30º | 0.59% | 0.16% | - |
| XYZ | 1.45 | 1.39 | 0.72 | - |
| YUV | 31.22 | 119.98 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 29 | 17 | 0 | 0.29 | 0.59 | 0.84 | 30 | 0.41 | 0.11 |
| Hex | 29 | 1D | 11 | 0 | 1D | 3B | 54 | 1E | 29 | B |
| Octal | 51 | 35 | 21 | 0 | 35 | 73 | 124 | 36 | 51 | 13 |
| Binary | 101001 | 11101 | 10001 | 0 | 11101 | 111011 | 1010100 | 11110 | 101001 | 1011 |
Color Harmonies of #291D11
Complementary color
Monochromatic Colors of #291D11
Black with #291D11
Text Example
Text Example
White with #291D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291D11; }
p { color: rgb(41,29,17); }
H1.HeaderClassName
{
color: #291D11;
}
.AnyTagClassName
{
color: #291D11;
}
</style>
background-color css
<style>
a { background-color: #291D11; }
a { background-color: rgb(41,29,17); }
div.DivClassName
{
background-color: #291D11;
}
.BgClassName
{
background-color: #291D11;
}
</style>
border-color css
<style>
span { border-color: #291D11; }
span { border-color: rgb(41,29,17); }
td.TdClassName
{
border-color: #291D11;
}
.TagClassName
{
border-color: #291D11;
}
</style>