Shades of Wood Bark #29150C
Tints of Wood Bark #29150C
RGB
CMYK
RGB Variations
Color information
#29150C (or 0x29150C) is known color: Wood Bark. HEX triplet: 29, 15 and 0C. RGB value is (41,21,12). Sum of RGB (Red+Green+Blue) = 41+21+12=74 (9% of max value = 765). Red value is 41 (16.41% from 255 or 55.41% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 12 (5.08% from 255 or 16.22% from 74); Max value from RGB is 41 - color contains mainly: red. Hex color #29150C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29150C is #D6EAF3. Grayscale: #1A1A1A. Windows color (decimal): -14084852 or 791849. OLE color: 791849.
HSL color Cylindrical-coordinate representation of color #29150C: hue angle of 18.62º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29150C is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 21 | 12 | - |
| CMYK | 0 | 0.49 | 0.71 | 0.84 |
| HSL | 18.62º | 0.55% | 0.1% | - |
| HSV(B) | 18.62º | 0.71% | 0.16% | - |
| XYZ | 1.25 | 1.03 | 0.48 | - |
| YUV | 25.95 | 120.13 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 21 | 12 | 0 | 0.49 | 0.71 | 0.84 | 18.62 | 0.55 | 0.1 |
| Hex | 29 | 15 | C | 0 | 31 | 47 | 54 | 13 | 37 | A |
| Octal | 51 | 25 | 14 | 0 | 61 | 107 | 124 | 23 | 67 | 12 |
| Binary | 101001 | 10101 | 1100 | 0 | 110001 | 1000111 | 1010100 | 10011 | 110111 | 1010 |
Color Harmonies of #29150C
Complementary color
Monochromatic Colors of #29150C
Black with #29150C
Text Example
Text Example
White with #29150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29150C; }
p { color: rgb(41,21,12); }
H1.HeaderClassName
{
color: #29150C;
}
.AnyTagClassName
{
color: #29150C;
}
</style>
background-color css
<style>
a { background-color: #29150C; }
a { background-color: rgb(41,21,12); }
div.DivClassName
{
background-color: #29150C;
}
.BgClassName
{
background-color: #29150C;
}
</style>
border-color css
<style>
span { border-color: #29150C; }
span { border-color: rgb(41,21,12); }
td.TdClassName
{
border-color: #29150C;
}
.TagClassName
{
border-color: #29150C;
}
</style>