Shades of Wood Bark #291B12
Tints of Wood Bark #291B12
RGB
CMYK
RGB Variations
Color information
#291B12 (or 0x291B12) is known color: Wood Bark. HEX triplet: 29, 1B and 12. RGB value is (41,27,18). Sum of RGB (Red+Green+Blue) = 41+27+18=86 (11% of max value = 765). Red value is 41 (16.41% from 255 or 47.67% from 86); Green value is 27 (10.94% from 255 or 31.40% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 41 - color contains mainly: red. Hex color #291B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #291B12 is #D6E4ED. Grayscale: #1E1E1E. Windows color (decimal): -14083310 or 1186601. OLE color: 1186601.
HSL color Cylindrical-coordinate representation of color #291B12: hue angle of 23.48º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #291B12 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 27 | 18 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.84 |
| HSL | 23.48º | 0.39% | 0.12% | - |
| HSV(B) | 23.48º | 0.56% | 0.16% | - |
| XYZ | 1.42 | 1.3 | 0.75 | - |
| YUV | 30.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 27 | 18 | 0 | 0.34 | 0.56 | 0.84 | 23.48 | 0.39 | 0.12 |
| Hex | 29 | 1B | 12 | 0 | 22 | 38 | 54 | 17 | 27 | C |
| Octal | 51 | 33 | 22 | 0 | 42 | 70 | 124 | 27 | 47 | 14 |
| Binary | 101001 | 11011 | 10010 | 0 | 100010 | 111000 | 1010100 | 10111 | 100111 | 1100 |
Color Harmonies of #291B12
Complementary color
Monochromatic Colors of #291B12
Black with #291B12
Text Example
Text Example
White with #291B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291B12; }
p { color: rgb(41,27,18); }
H1.HeaderClassName
{
color: #291B12;
}
.AnyTagClassName
{
color: #291B12;
}
</style>
background-color css
<style>
a { background-color: #291B12; }
a { background-color: rgb(41,27,18); }
div.DivClassName
{
background-color: #291B12;
}
.BgClassName
{
background-color: #291B12;
}
</style>
border-color css
<style>
span { border-color: #291B12; }
span { border-color: rgb(41,27,18); }
td.TdClassName
{
border-color: #291B12;
}
.TagClassName
{
border-color: #291B12;
}
</style>