Shades of Wood Bark #291D14
Tints of Wood Bark #291D14
RGB
CMYK
RGB Variations
Color information
#291D14 (or 0x291D14) is known color: Wood Bark. HEX triplet: 29, 1D and 14. RGB value is (41,29,20). Sum of RGB (Red+Green+Blue) = 41+29+20=90 (11% of max value = 765). Red value is 41 (16.41% from 255 or 45.56% from 90); Green value is 29 (11.72% from 255 or 32.22% from 90); Blue value is 20 (8.20% from 255 or 22.22% from 90); Max value from RGB is 41 - color contains mainly: red. Hex color #291D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291D14 is #D6E2EB. Grayscale: #1F1F1F. Windows color (decimal): -14082796 or 1318185. OLE color: 1318185.
HSL color Cylindrical-coordinate representation of color #291D14: hue angle of 25.71º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #291D14 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 29 | 20 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.84 |
| HSL | 25.71º | 0.34% | 0.12% | - |
| HSV(B) | 25.71º | 0.51% | 0.16% | - |
| XYZ | 1.48 | 1.4 | 0.85 | - |
| YUV | 31.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 29 | 20 | 0 | 0.29 | 0.51 | 0.84 | 25.71 | 0.34 | 0.12 |
| Hex | 29 | 1D | 14 | 0 | 1D | 33 | 54 | 1A | 22 | C |
| Octal | 51 | 35 | 24 | 0 | 35 | 63 | 124 | 32 | 42 | 14 |
| Binary | 101001 | 11101 | 10100 | 0 | 11101 | 110011 | 1010100 | 11010 | 100010 | 1100 |
Color Harmonies of #291D14
Complementary color
Monochromatic Colors of #291D14
Black with #291D14
Text Example
Text Example
White with #291D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291D14; }
p { color: rgb(41,29,20); }
H1.HeaderClassName
{
color: #291D14;
}
.AnyTagClassName
{
color: #291D14;
}
</style>
background-color css
<style>
a { background-color: #291D14; }
a { background-color: rgb(41,29,20); }
div.DivClassName
{
background-color: #291D14;
}
.BgClassName
{
background-color: #291D14;
}
</style>
border-color css
<style>
span { border-color: #291D14; }
span { border-color: rgb(41,29,20); }
td.TdClassName
{
border-color: #291D14;
}
.TagClassName
{
border-color: #291D14;
}
</style>