Shades of Cocoa Brown #291E15
Tints of Cocoa Brown #291E15
RGB
CMYK
RGB Variations
Color information
#291E15 (or 0x291E15) is known color: Cocoa Brown. HEX triplet: 29, 1E and 15. RGB value is (41,30,21). Sum of RGB (Red+Green+Blue) = 41+30+21=92 (12% of max value = 765). Red value is 41 (16.41% from 255 or 44.57% from 92); Green value is 30 (12.11% from 255 or 32.61% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 41 - color contains mainly: red. Hex color #291E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291E15 is #D6E1EA. Grayscale: #202020. Windows color (decimal): -14082539 or 1383977. OLE color: 1383977.
HSL color Cylindrical-coordinate representation of color #291E15: hue angle of 27º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #291E15 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 30 | 21 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.84 |
| HSL | 27º | 0.32% | 0.12% | - |
| HSV(B) | 27º | 0.49% | 0.16% | - |
| XYZ | 1.51 | 1.45 | 0.91 | - |
| YUV | 32.26 | 121.64 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 30 | 21 | 0 | 0.27 | 0.49 | 0.84 | 27 | 0.32 | 0.12 |
| Hex | 29 | 1E | 15 | 0 | 1B | 31 | 54 | 1B | 20 | C |
| Octal | 51 | 36 | 25 | 0 | 33 | 61 | 124 | 33 | 40 | 14 |
| Binary | 101001 | 11110 | 10101 | 0 | 11011 | 110001 | 1010100 | 11011 | 100000 | 1100 |
Color Harmonies of #291E15
Complementary color
Monochromatic Colors of #291E15
Black with #291E15
Text Example
Text Example
White with #291E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291E15; }
p { color: rgb(41,30,21); }
H1.HeaderClassName
{
color: #291E15;
}
.AnyTagClassName
{
color: #291E15;
}
</style>
background-color css
<style>
a { background-color: #291E15; }
a { background-color: rgb(41,30,21); }
div.DivClassName
{
background-color: #291E15;
}
.BgClassName
{
background-color: #291E15;
}
</style>
border-color css
<style>
span { border-color: #291E15; }
span { border-color: rgb(41,30,21); }
td.TdClassName
{
border-color: #291E15;
}
.TagClassName
{
border-color: #291E15;
}
</style>