Shades of Wood Bark #29150A
Tints of Wood Bark #29150A
RGB
CMYK
RGB Variations
Color information
#29150A (or 0x29150A) is known color: Wood Bark. HEX triplet: 29, 15 and 0A. RGB value is (41,21,10). Sum of RGB (Red+Green+Blue) = 41+21+10=72 (9% of max value = 765). Red value is 41 (16.41% from 255 or 56.94% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 10 (4.30% from 255 or 13.89% from 72); Max value from RGB is 41 - color contains mainly: red. Hex color #29150A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29150A is #D6EAF5. Grayscale: #191919. Windows color (decimal): -14084854 or 660777. OLE color: 660777.
HSL color Cylindrical-coordinate representation of color #29150A: hue angle of 21.29º 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 #29150A is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 21 | 10 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.84 |
| HSL | 21.29º | 0.61% | 0.1% | - |
| HSV(B) | 21.29º | 0.76% | 0.16% | - |
| XYZ | 1.24 | 1.03 | 0.42 | - |
| YUV | 25.73 | 119.13 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 21 | 10 | 0 | 0.49 | 0.76 | 0.84 | 21.29 | 0.61 | 0.1 |
| Hex | 29 | 15 | A | 0 | 31 | 4C | 54 | 15 | 3D | A |
| Octal | 51 | 25 | 12 | 0 | 61 | 114 | 124 | 25 | 75 | 12 |
| Binary | 101001 | 10101 | 1010 | 0 | 110001 | 1001100 | 1010100 | 10101 | 111101 | 1010 |
Color Harmonies of #29150A
Complementary color
Monochromatic Colors of #29150A
Black with #29150A
Text Example
Text Example
White with #29150A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29150A; }
p { color: rgb(41,21,10); }
H1.HeaderClassName
{
color: #29150A;
}
.AnyTagClassName
{
color: #29150A;
}
</style>
background-color css
<style>
a { background-color: #29150A; }
a { background-color: rgb(41,21,10); }
div.DivClassName
{
background-color: #29150A;
}
.BgClassName
{
background-color: #29150A;
}
</style>
border-color css
<style>
span { border-color: #29150A; }
span { border-color: rgb(41,21,10); }
td.TdClassName
{
border-color: #29150A;
}
.TagClassName
{
border-color: #29150A;
}
</style>