Shades of Wood Bark #29201B
Tints of Wood Bark #29201B
RGB
CMYK
RGB Variations
Color information
#29201B (or 0x29201B) is known color: Wood Bark. HEX triplet: 29, 20 and 1B. RGB value is (41,32,27). Sum of RGB (Red+Green+Blue) = 41+32+27=100 (13% of max value = 765). Red value is 41 (16.41% from 255 or 41% from 100); Green value is 32 (12.89% from 255 or 32% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 41 - color contains mainly: red. Hex color #29201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29201B is #D6DFE4. Grayscale: #222222. Windows color (decimal): -14082021 or 1777705. OLE color: 1777705.
HSL color Cylindrical-coordinate representation of color #29201B: hue angle of 21.43º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #29201B is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 32 | 27 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.84 |
| HSL | 21.43º | 0.21% | 0.13% | - |
| HSV(B) | 21.43º | 0.34% | 0.16% | - |
| XYZ | 1.63 | 1.58 | 1.26 | - |
| YUV | 34.12 | 123.98 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 32 | 27 | 0 | 0.22 | 0.34 | 0.84 | 21.43 | 0.21 | 0.13 |
| Hex | 29 | 20 | 1B | 0 | 16 | 22 | 54 | 15 | 15 | D |
| Octal | 51 | 40 | 33 | 0 | 26 | 42 | 124 | 25 | 25 | 15 |
| Binary | 101001 | 100000 | 11011 | 0 | 10110 | 100010 | 1010100 | 10101 | 10101 | 1101 |
Color Harmonies of #29201B
Complementary color
Monochromatic Colors of #29201B
Black with #29201B
Text Example
Text Example
White with #29201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29201B; }
p { color: rgb(41,32,27); }
H1.HeaderClassName
{
color: #29201B;
}
.AnyTagClassName
{
color: #29201B;
}
</style>
background-color css
<style>
a { background-color: #29201B; }
a { background-color: rgb(41,32,27); }
div.DivClassName
{
background-color: #29201B;
}
.BgClassName
{
background-color: #29201B;
}
</style>
border-color css
<style>
span { border-color: #29201B; }
span { border-color: rgb(41,32,27); }
td.TdClassName
{
border-color: #29201B;
}
.TagClassName
{
border-color: #29201B;
}
</style>