Shades of Wood Bark #1D1511
Tints of Wood Bark #1D1511
RGB
CMYK
RGB Variations
Color information
#1D1511 (or 0x1D1511) is known color: Wood Bark. HEX triplet: 1D, 15 and 11. RGB value is (29,21,17). Sum of RGB (Red+Green+Blue) = 29+21+17=67 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.28% from 67); Green value is 21 (8.59% from 255 or 31.34% from 67); Blue value is 17 (7.03% from 255 or 25.37% from 67); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1511 is #E2EAEE. Grayscale: #161616. Windows color (decimal): -14871279 or 1119517. OLE color: 1119517.
HSL color Cylindrical-coordinate representation of color #1D1511: hue angle of 20º degrees, saturation: 0.26, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1D1511 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 21 | 17 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.89 |
| HSL | 20º | 0.26% | 0.09% | - |
| HSV(B) | 20º | 0.41% | 0.11% | - |
| XYZ | 0.88 | 0.84 | 0.65 | - |
| YUV | 22.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 21 | 17 | 0 | 0.28 | 0.41 | 0.89 | 20 | 0.26 | 0.09 |
| Hex | 1D | 15 | 11 | 0 | 1C | 29 | 59 | 14 | 1A | 9 |
| Octal | 35 | 25 | 21 | 0 | 34 | 51 | 131 | 24 | 32 | 11 |
| Binary | 11101 | 10101 | 10001 | 0 | 11100 | 101001 | 1011001 | 10100 | 11010 | 1001 |
Color Harmonies of #1D1511
Complementary color
Monochromatic Colors of #1D1511
Black with #1D1511
Text Example
Text Example
White with #1D1511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1511; }
p { color: rgb(29,21,17); }
H1.HeaderClassName
{
color: #1D1511;
}
.AnyTagClassName
{
color: #1D1511;
}
</style>
background-color css
<style>
a { background-color: #1D1511; }
a { background-color: rgb(29,21,17); }
div.DivClassName
{
background-color: #1D1511;
}
.BgClassName
{
background-color: #1D1511;
}
</style>
border-color css
<style>
span { border-color: #1D1511; }
span { border-color: rgb(29,21,17); }
td.TdClassName
{
border-color: #1D1511;
}
.TagClassName
{
border-color: #1D1511;
}
</style>