Shades of Wood Bark #291B17
Tints of Wood Bark #291B17
RGB
CMYK
RGB Variations
Color information
#291B17 (or 0x291B17) is known color: Wood Bark. HEX triplet: 29, 1B and 17. RGB value is (41,27,23). Sum of RGB (Red+Green+Blue) = 41+27+23=91 (12% of max value = 765). Red value is 41 (16.41% from 255 or 45.05% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 23 (9.38% from 255 or 25.27% from 91); Max value from RGB is 41 - color contains mainly: red. Hex color #291B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291B17 is #D6E4E8. Grayscale: #1E1E1E. Windows color (decimal): -14083305 or 1514281. OLE color: 1514281.
HSL color Cylindrical-coordinate representation of color #291B17: hue angle of 13.33º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #291B17 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 27 | 23 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.84 |
| HSL | 13.33º | 0.28% | 0.13% | - |
| HSV(B) | 13.33º | 0.44% | 0.16% | - |
| XYZ | 1.46 | 1.32 | 0.99 | - |
| YUV | 30.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 27 | 23 | 0 | 0.34 | 0.44 | 0.84 | 13.33 | 0.28 | 0.13 |
| Hex | 29 | 1B | 17 | 0 | 22 | 2C | 54 | D | 1C | D |
| Octal | 51 | 33 | 27 | 0 | 42 | 54 | 124 | 15 | 34 | 15 |
| Binary | 101001 | 11011 | 10111 | 0 | 100010 | 101100 | 1010100 | 1101 | 11100 | 1101 |
Color Harmonies of #291B17
Complementary color
Monochromatic Colors of #291B17
Black with #291B17
Text Example
Text Example
White with #291B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291B17; }
p { color: rgb(41,27,23); }
H1.HeaderClassName
{
color: #291B17;
}
.AnyTagClassName
{
color: #291B17;
}
</style>
background-color css
<style>
a { background-color: #291B17; }
a { background-color: rgb(41,27,23); }
div.DivClassName
{
background-color: #291B17;
}
.BgClassName
{
background-color: #291B17;
}
</style>
border-color css
<style>
span { border-color: #291B17; }
span { border-color: rgb(41,27,23); }
td.TdClassName
{
border-color: #291B17;
}
.TagClassName
{
border-color: #291B17;
}
</style>