Shades of Cocoa Brown #291E14
Tints of Cocoa Brown #291E14
RGB
CMYK
RGB Variations
Color information
#291E14 (or 0x291E14) is known color: Cocoa Brown. HEX triplet: 29, 1E and 14. RGB value is (41,30,20). Sum of RGB (Red+Green+Blue) = 41+30+20=91 (12% of max value = 765). Red value is 41 (16.41% from 255 or 45.05% from 91); Green value is 30 (12.11% from 255 or 32.97% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 41 - color contains mainly: red. Hex color #291E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291E14 is #D6E1EB. Grayscale: #202020. Windows color (decimal): -14082540 or 1318441. OLE color: 1318441.
HSL color Cylindrical-coordinate representation of color #291E14: hue angle of 28.57º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #291E14 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 30 | 20 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.84 |
| HSL | 28.57º | 0.34% | 0.12% | - |
| HSV(B) | 28.57º | 0.51% | 0.16% | - |
| XYZ | 1.5 | 1.45 | 0.86 | - |
| YUV | 32.15 | 121.14 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 30 | 20 | 0 | 0.27 | 0.51 | 0.84 | 28.57 | 0.34 | 0.12 |
| Hex | 29 | 1E | 14 | 0 | 1B | 33 | 54 | 1D | 22 | C |
| Octal | 51 | 36 | 24 | 0 | 33 | 63 | 124 | 35 | 42 | 14 |
| Binary | 101001 | 11110 | 10100 | 0 | 11011 | 110011 | 1010100 | 11101 | 100010 | 1100 |
Color Harmonies of #291E14
Complementary color
Monochromatic Colors of #291E14
Black with #291E14
Text Example
Text Example
White with #291E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291E14; }
p { color: rgb(41,30,20); }
H1.HeaderClassName
{
color: #291E14;
}
.AnyTagClassName
{
color: #291E14;
}
</style>
background-color css
<style>
a { background-color: #291E14; }
a { background-color: rgb(41,30,20); }
div.DivClassName
{
background-color: #291E14;
}
.BgClassName
{
background-color: #291E14;
}
</style>
border-color css
<style>
span { border-color: #291E14; }
span { border-color: rgb(41,30,20); }
td.TdClassName
{
border-color: #291E14;
}
.TagClassName
{
border-color: #291E14;
}
</style>