Shades of Wood Bark #1D1007
Tints of Wood Bark #1D1007
RGB
CMYK
RGB Variations
Color information
#1D1007 (or 0x1D1007) is known color: Wood Bark. HEX triplet: 1D, 10 and 07. RGB value is (29,16,7). Sum of RGB (Red+Green+Blue) = 29+16+7=52 (6% of max value = 765). Red value is 29 (11.72% from 255 or 55.77% from 52); Green value is 16 (6.64% from 255 or 30.77% from 52); Blue value is 7 (3.12% from 255 or 13.46% from 52); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1007 is #E2EFF8. Grayscale: #121212. Windows color (decimal): -14872569 or 462877. OLE color: 462877.
HSL color Cylindrical-coordinate representation of color #1D1007: hue angle of 24.55º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D1007 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 16 | 7 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.89 |
| HSL | 24.55º | 0.61% | 0.07% | - |
| HSV(B) | 24.55º | 0.76% | 0.11% | - |
| XYZ | 0.73 | 0.65 | 0.29 | - |
| YUV | 18.86 | 121.31 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 16 | 7 | 0 | 0.45 | 0.76 | 0.89 | 24.55 | 0.61 | 0.07 |
| Hex | 1D | 10 | 7 | 0 | 2D | 4C | 59 | 19 | 3D | 7 |
| Octal | 35 | 20 | 7 | 0 | 55 | 114 | 131 | 31 | 75 | 7 |
| Binary | 11101 | 10000 | 111 | 0 | 101101 | 1001100 | 1011001 | 11001 | 111101 | 111 |
Color Harmonies of #1D1007
Complementary color
Monochromatic Colors of #1D1007
Black with #1D1007
Text Example
Text Example
White with #1D1007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1007; }
p { color: rgb(29,16,7); }
H1.HeaderClassName
{
color: #1D1007;
}
.AnyTagClassName
{
color: #1D1007;
}
</style>
background-color css
<style>
a { background-color: #1D1007; }
a { background-color: rgb(29,16,7); }
div.DivClassName
{
background-color: #1D1007;
}
.BgClassName
{
background-color: #1D1007;
}
</style>
border-color css
<style>
span { border-color: #1D1007; }
span { border-color: rgb(29,16,7); }
td.TdClassName
{
border-color: #1D1007;
}
.TagClassName
{
border-color: #1D1007;
}
</style>