Shades of Cocoa Brown #291F13
Tints of Cocoa Brown #291F13
RGB
CMYK
RGB Variations
Color information
#291F13 (or 0x291F13) is known color: Cocoa Brown. HEX triplet: 29, 1F and 13. RGB value is (41,31,19). Sum of RGB (Red+Green+Blue) = 41+31+19=91 (12% of max value = 765). Red value is 41 (16.41% from 255 or 45.05% from 91); Green value is 31 (12.5% from 255 or 34.07% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 41 - color contains mainly: red. Hex color #291F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291F13 is #D6E0EC. Grayscale: #202020. Windows color (decimal): -14082285 or 1253161. OLE color: 1253161.
HSL color Cylindrical-coordinate representation of color #291F13: hue angle of 32.73º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #291F13 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 31 | 19 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.84 |
| HSL | 32.73º | 0.37% | 0.12% | - |
| HSV(B) | 32.73º | 0.54% | 0.16% | - |
| XYZ | 1.52 | 1.5 | 0.83 | - |
| YUV | 32.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 31 | 19 | 0 | 0.24 | 0.54 | 0.84 | 32.73 | 0.37 | 0.12 |
| Hex | 29 | 1F | 13 | 0 | 18 | 36 | 54 | 21 | 25 | C |
| Octal | 51 | 37 | 23 | 0 | 30 | 66 | 124 | 41 | 45 | 14 |
| Binary | 101001 | 11111 | 10011 | 0 | 11000 | 110110 | 1010100 | 100001 | 100101 | 1100 |
Color Harmonies of #291F13
Complementary color
Monochromatic Colors of #291F13
Black with #291F13
Text Example
Text Example
White with #291F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291F13; }
p { color: rgb(41,31,19); }
H1.HeaderClassName
{
color: #291F13;
}
.AnyTagClassName
{
color: #291F13;
}
</style>
background-color css
<style>
a { background-color: #291F13; }
a { background-color: rgb(41,31,19); }
div.DivClassName
{
background-color: #291F13;
}
.BgClassName
{
background-color: #291F13;
}
</style>
border-color css
<style>
span { border-color: #291F13; }
span { border-color: rgb(41,31,19); }
td.TdClassName
{
border-color: #291F13;
}
.TagClassName
{
border-color: #291F13;
}
</style>