Shades of Wood Bark #291A11
Tints of Wood Bark #291A11
RGB
CMYK
RGB Variations
Color information
#291A11 (or 0x291A11) is known color: Wood Bark. HEX triplet: 29, 1A and 11. RGB value is (41,26,17). Sum of RGB (Red+Green+Blue) = 41+26+17=84 (11% of max value = 765). Red value is 41 (16.41% from 255 or 48.81% from 84); Green value is 26 (10.55% from 255 or 30.95% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 41 - color contains mainly: red. Hex color #291A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291A11 is #D6E5EE. Grayscale: #1D1D1D. Windows color (decimal): -14083567 or 1120809. OLE color: 1120809.
HSL color Cylindrical-coordinate representation of color #291A11: hue angle of 22.5º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #291A11 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 26 | 17 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.84 |
| HSL | 22.5º | 0.41% | 0.11% | - |
| HSV(B) | 22.5º | 0.59% | 0.16% | - |
| XYZ | 1.39 | 1.25 | 0.7 | - |
| YUV | 29.46 | 120.97 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 26 | 17 | 0 | 0.37 | 0.59 | 0.84 | 22.5 | 0.41 | 0.11 |
| Hex | 29 | 1A | 11 | 0 | 25 | 3B | 54 | 16 | 29 | B |
| Octal | 51 | 32 | 21 | 0 | 45 | 73 | 124 | 26 | 51 | 13 |
| Binary | 101001 | 11010 | 10001 | 0 | 100101 | 111011 | 1010100 | 10110 | 101001 | 1011 |
Color Harmonies of #291A11
Complementary color
Monochromatic Colors of #291A11
Black with #291A11
Text Example
Text Example
White with #291A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291A11; }
p { color: rgb(41,26,17); }
H1.HeaderClassName
{
color: #291A11;
}
.AnyTagClassName
{
color: #291A11;
}
</style>
background-color css
<style>
a { background-color: #291A11; }
a { background-color: rgb(41,26,17); }
div.DivClassName
{
background-color: #291A11;
}
.BgClassName
{
background-color: #291A11;
}
</style>
border-color css
<style>
span { border-color: #291A11; }
span { border-color: rgb(41,26,17); }
td.TdClassName
{
border-color: #291A11;
}
.TagClassName
{
border-color: #291A11;
}
</style>