Shades of Wood Bark #29190E
Tints of Wood Bark #29190E
RGB
CMYK
RGB Variations
Color information
#29190E (or 0x29190E) is known color: Wood Bark. HEX triplet: 29, 19 and 0E. RGB value is (41,25,14). Sum of RGB (Red+Green+Blue) = 41+25+14=80 (10% of max value = 765). Red value is 41 (16.41% from 255 or 51.25% from 80); Green value is 25 (10.16% from 255 or 31.25% from 80); Blue value is 14 (5.86% from 255 or 17.5% from 80); Max value from RGB is 41 - color contains mainly: red. Hex color #29190E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29190E is #D6E6F1. Grayscale: #1C1C1C. Windows color (decimal): -14083826 or 923945. OLE color: 923945.
HSL color Cylindrical-coordinate representation of color #29190E: hue angle of 24.44º 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 #29190E is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 25 | 14 | - |
| CMYK | 0 | 0.39 | 0.66 | 0.84 |
| HSL | 24.44º | 0.49% | 0.11% | - |
| HSV(B) | 24.44º | 0.66% | 0.16% | - |
| XYZ | 1.34 | 1.2 | 0.58 | - |
| YUV | 28.53 | 119.8 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 25 | 14 | 0 | 0.39 | 0.66 | 0.84 | 24.44 | 0.49 | 0.11 |
| Hex | 29 | 19 | E | 0 | 27 | 42 | 54 | 18 | 31 | B |
| Octal | 51 | 31 | 16 | 0 | 47 | 102 | 124 | 30 | 61 | 13 |
| Binary | 101001 | 11001 | 1110 | 0 | 100111 | 1000010 | 1010100 | 11000 | 110001 | 1011 |
Color Harmonies of #29190E
Complementary color
Monochromatic Colors of #29190E
Black with #29190E
Text Example
Text Example
White with #29190E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29190E; }
p { color: rgb(41,25,14); }
H1.HeaderClassName
{
color: #29190E;
}
.AnyTagClassName
{
color: #29190E;
}
</style>
background-color css
<style>
a { background-color: #29190E; }
a { background-color: rgb(41,25,14); }
div.DivClassName
{
background-color: #29190E;
}
.BgClassName
{
background-color: #29190E;
}
</style>
border-color css
<style>
span { border-color: #29190E; }
span { border-color: rgb(41,25,14); }
td.TdClassName
{
border-color: #29190E;
}
.TagClassName
{
border-color: #29190E;
}
</style>