Shades of Wood Bark #29160A
Tints of Wood Bark #29160A
RGB
CMYK
RGB Variations
Color information
#29160A (or 0x29160A) is known color: Wood Bark. HEX triplet: 29, 16 and 0A. RGB value is (41,22,10). Sum of RGB (Red+Green+Blue) = 41+22+10=73 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.16% from 73); Green value is 22 (8.98% from 255 or 30.14% from 73); Blue value is 10 (4.30% from 255 or 13.70% from 73); Max value from RGB is 41 - color contains mainly: red. Hex color #29160A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29160A is #D6E9F5. Grayscale: #1A1A1A. Windows color (decimal): -14084598 or 661033. OLE color: 661033.
HSL color Cylindrical-coordinate representation of color #29160A: hue angle of 23.23º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29160A is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 22 | 10 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.84 |
| HSL | 23.23º | 0.61% | 0.1% | - |
| HSV(B) | 23.23º | 0.76% | 0.16% | - |
| XYZ | 1.26 | 1.07 | 0.43 | - |
| YUV | 26.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 22 | 10 | 0 | 0.46 | 0.76 | 0.84 | 23.23 | 0.61 | 0.1 |
| Hex | 29 | 16 | A | 0 | 2E | 4C | 54 | 17 | 3D | A |
| Octal | 51 | 26 | 12 | 0 | 56 | 114 | 124 | 27 | 75 | 12 |
| Binary | 101001 | 10110 | 1010 | 0 | 101110 | 1001100 | 1010100 | 10111 | 111101 | 1010 |
Color Harmonies of #29160A
Complementary color
Monochromatic Colors of #29160A
Black with #29160A
Text Example
Text Example
White with #29160A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29160A; }
p { color: rgb(41,22,10); }
H1.HeaderClassName
{
color: #29160A;
}
.AnyTagClassName
{
color: #29160A;
}
</style>
background-color css
<style>
a { background-color: #29160A; }
a { background-color: rgb(41,22,10); }
div.DivClassName
{
background-color: #29160A;
}
.BgClassName
{
background-color: #29160A;
}
</style>
border-color css
<style>
span { border-color: #29160A; }
span { border-color: rgb(41,22,10); }
td.TdClassName
{
border-color: #29160A;
}
.TagClassName
{
border-color: #29160A;
}
</style>