Shades of Wood Bark #29160B
Tints of Wood Bark #29160B
RGB
CMYK
RGB Variations
Color information
#29160B (or 0x29160B) is known color: Wood Bark. HEX triplet: 29, 16 and 0B. RGB value is (41,22,11). Sum of RGB (Red+Green+Blue) = 41+22+11=74 (9% of max value = 765). Red value is 41 (16.41% from 255 or 55.41% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 41 - color contains mainly: red. Hex color #29160B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29160B is #D6E9F4. Grayscale: #1A1A1A. Windows color (decimal): -14084597 or 726569. OLE color: 726569.
HSL color Cylindrical-coordinate representation of color #29160B: hue angle of 22º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29160B is Cyan = 0, Magento = 0.46, Yellow = 0.73 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 22 | 11 | - |
| CMYK | 0 | 0.46 | 0.73 | 0.84 |
| HSL | 22º | 0.58% | 0.1% | - |
| HSV(B) | 22º | 0.73% | 0.16% | - |
| XYZ | 1.26 | 1.07 | 0.46 | - |
| YUV | 26.43 | 119.29 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 22 | 11 | 0 | 0.46 | 0.73 | 0.84 | 22 | 0.58 | 0.1 |
| Hex | 29 | 16 | B | 0 | 2E | 49 | 54 | 16 | 3A | A |
| Octal | 51 | 26 | 13 | 0 | 56 | 111 | 124 | 26 | 72 | 12 |
| Binary | 101001 | 10110 | 1011 | 0 | 101110 | 1001001 | 1010100 | 10110 | 111010 | 1010 |
Color Harmonies of #29160B
Complementary color
Monochromatic Colors of #29160B
Black with #29160B
Text Example
Text Example
White with #29160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29160B; }
p { color: rgb(41,22,11); }
H1.HeaderClassName
{
color: #29160B;
}
.AnyTagClassName
{
color: #29160B;
}
</style>
background-color css
<style>
a { background-color: #29160B; }
a { background-color: rgb(41,22,11); }
div.DivClassName
{
background-color: #29160B;
}
.BgClassName
{
background-color: #29160B;
}
</style>
border-color css
<style>
span { border-color: #29160B; }
span { border-color: rgb(41,22,11); }
td.TdClassName
{
border-color: #29160B;
}
.TagClassName
{
border-color: #29160B;
}
</style>