Shades of Cocoa Brown #291C0E
Tints of Cocoa Brown #291C0E
RGB
CMYK
RGB Variations
Color information
#291C0E (or 0x291C0E) is known color: Cocoa Brown. HEX triplet: 29, 1C and 0E. RGB value is (41,28,14). Sum of RGB (Red+Green+Blue) = 41+28+14=83 (10% of max value = 765). Red value is 41 (16.41% from 255 or 49.40% from 83); Green value is 28 (11.33% from 255 or 33.73% from 83); Blue value is 14 (5.86% from 255 or 16.87% from 83); Max value from RGB is 41 - color contains mainly: red. Hex color #291C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291C0E is #D6E3F1. Grayscale: #1E1E1E. Windows color (decimal): -14083058 or 924713. OLE color: 924713.
HSL color Cylindrical-coordinate representation of color #291C0E: hue angle of 31.11º degrees, saturation: 0.49, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #291C0E is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 28 | 14 | - |
| CMYK | 0 | 0.32 | 0.66 | 0.84 |
| HSL | 31.11º | 0.49% | 0.11% | - |
| HSV(B) | 31.11º | 0.66% | 0.16% | - |
| XYZ | 1.41 | 1.33 | 0.6 | - |
| YUV | 30.29 | 118.81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 28 | 14 | 0 | 0.32 | 0.66 | 0.84 | 31.11 | 0.49 | 0.11 |
| Hex | 29 | 1C | E | 0 | 20 | 42 | 54 | 1F | 31 | B |
| Octal | 51 | 34 | 16 | 0 | 40 | 102 | 124 | 37 | 61 | 13 |
| Binary | 101001 | 11100 | 1110 | 0 | 100000 | 1000010 | 1010100 | 11111 | 110001 | 1011 |
Color Harmonies of #291C0E
Complementary color
Monochromatic Colors of #291C0E
Black with #291C0E
Text Example
Text Example
White with #291C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291C0E; }
p { color: rgb(41,28,14); }
H1.HeaderClassName
{
color: #291C0E;
}
.AnyTagClassName
{
color: #291C0E;
}
</style>
background-color css
<style>
a { background-color: #291C0E; }
a { background-color: rgb(41,28,14); }
div.DivClassName
{
background-color: #291C0E;
}
.BgClassName
{
background-color: #291C0E;
}
</style>
border-color css
<style>
span { border-color: #291C0E; }
span { border-color: rgb(41,28,14); }
td.TdClassName
{
border-color: #291C0E;
}
.TagClassName
{
border-color: #291C0E;
}
</style>