Shades of Wood Bark #29211E
Tints of Wood Bark #29211E
RGB
CMYK
RGB Variations
Color information
#29211E (or 0x29211E) is known color: Wood Bark. HEX triplet: 29, 21 and 1E. RGB value is (41,33,30). Sum of RGB (Red+Green+Blue) = 41+33+30=104 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.42% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 30 (12.11% from 255 or 28.85% from 104); Max value from RGB is 41 - color contains mainly: red. Hex color #29211E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29211E is #D6DEE1. Grayscale: #232323. Windows color (decimal): -14081762 or 1974569. OLE color: 1974569.
HSL color Cylindrical-coordinate representation of color #29211E: hue angle of 16.36º degrees, saturation: 0.15, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #29211E is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 33 | 30 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.84 |
| HSL | 16.36º | 0.15% | 0.14% | - |
| HSV(B) | 16.36º | 0.27% | 0.16% | - |
| XYZ | 1.69 | 1.65 | 1.46 | - |
| YUV | 35.05 | 125.15 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 33 | 30 | 0 | 0.20 | 0.27 | 0.84 | 16.36 | 0.15 | 0.14 |
| Hex | 29 | 21 | 1E | 0 | 14 | 1B | 54 | 10 | F | E |
| Octal | 51 | 41 | 36 | 0 | 24 | 33 | 124 | 20 | 17 | 16 |
| Binary | 101001 | 100001 | 11110 | 0 | 10100 | 11011 | 1010100 | 10000 | 1111 | 1110 |
Color Harmonies of #29211E
Complementary color
Monochromatic Colors of #29211E
Black with #29211E
Text Example
Text Example
White with #29211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29211E; }
p { color: rgb(41,33,30); }
H1.HeaderClassName
{
color: #29211E;
}
.AnyTagClassName
{
color: #29211E;
}
</style>
background-color css
<style>
a { background-color: #29211E; }
a { background-color: rgb(41,33,30); }
div.DivClassName
{
background-color: #29211E;
}
.BgClassName
{
background-color: #29211E;
}
</style>
border-color css
<style>
span { border-color: #29211E; }
span { border-color: rgb(41,33,30); }
td.TdClassName
{
border-color: #29211E;
}
.TagClassName
{
border-color: #29211E;
}
</style>