Shades of Wood Bark #1D0F06
Tints of Wood Bark #1D0F06
RGB
CMYK
RGB Variations
Color information
#1D0F06 (or 0x1D0F06) is known color: Wood Bark. HEX triplet: 1D, 0F and 06. RGB value is (29,15,6). Sum of RGB (Red+Green+Blue) = 29+15+6=50 (6% of max value = 765). Red value is 29 (11.72% from 255 or 58% from 50); Green value is 15 (6.25% from 255 or 30% from 50); Blue value is 6 (2.73% from 255 or 12% from 50); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0F06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0F06 is #E2F0F9. Grayscale: #121212. Windows color (decimal): -14872826 or 397085. OLE color: 397085.
HSL color Cylindrical-coordinate representation of color #1D0F06: hue angle of 23.48º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D0F06 is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 15 | 6 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.89 |
| HSL | 23.48º | 0.66% | 0.07% | - |
| HSV(B) | 23.48º | 0.79% | 0.11% | - |
| XYZ | 0.71 | 0.62 | 0.25 | - |
| YUV | 18.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 15 | 6 | 0 | 0.48 | 0.79 | 0.89 | 23.48 | 0.66 | 0.07 |
| Hex | 1D | F | 6 | 0 | 30 | 4F | 59 | 17 | 42 | 7 |
| Octal | 35 | 17 | 6 | 0 | 60 | 117 | 131 | 27 | 102 | 7 |
| Binary | 11101 | 1111 | 110 | 0 | 110000 | 1001111 | 1011001 | 10111 | 1000010 | 111 |
Color Harmonies of #1D0F06
Complementary color
Monochromatic Colors of #1D0F06
Black with #1D0F06
Text Example
Text Example
White with #1D0F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0F06; }
p { color: rgb(29,15,6); }
H1.HeaderClassName
{
color: #1D0F06;
}
.AnyTagClassName
{
color: #1D0F06;
}
</style>
background-color css
<style>
a { background-color: #1D0F06; }
a { background-color: rgb(29,15,6); }
div.DivClassName
{
background-color: #1D0F06;
}
.BgClassName
{
background-color: #1D0F06;
}
</style>
border-color css
<style>
span { border-color: #1D0F06; }
span { border-color: rgb(29,15,6); }
td.TdClassName
{
border-color: #1D0F06;
}
.TagClassName
{
border-color: #1D0F06;
}
</style>