Shades of Wood Bark #1D120D
Tints of Wood Bark #1D120D
RGB
CMYK
RGB Variations
Color information
#1D120D (or 0x1D120D) is known color: Wood Bark. HEX triplet: 1D, 12 and 0D. RGB value is (29,18,13). Sum of RGB (Red+Green+Blue) = 29+18+13=60 (7% of max value = 765). Red value is 29 (11.72% from 255 or 48.33% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 13 (5.47% from 255 or 21.67% from 60); Max value from RGB is 29 - color contains mainly: red. Hex color #1D120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D120D is #E2EDF2. Grayscale: #141414. Windows color (decimal): -14872051 or 856605. OLE color: 856605.
HSL color Cylindrical-coordinate representation of color #1D120D: hue angle of 18.75º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D120D is Cyan = 0, Magento = 0.38, Yellow = 0.55 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 18 | 13 | - |
| CMYK | 0 | 0.38 | 0.55 | 0.89 |
| HSL | 18.75º | 0.38% | 0.08% | - |
| HSV(B) | 18.75º | 0.55% | 0.11% | - |
| XYZ | 0.8 | 0.72 | 0.48 | - |
| YUV | 20.72 | 123.64 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 18 | 13 | 0 | 0.38 | 0.55 | 0.89 | 18.75 | 0.38 | 0.08 |
| Hex | 1D | 12 | D | 0 | 26 | 37 | 59 | 13 | 26 | 8 |
| Octal | 35 | 22 | 15 | 0 | 46 | 67 | 131 | 23 | 46 | 10 |
| Binary | 11101 | 10010 | 1101 | 0 | 100110 | 110111 | 1011001 | 10011 | 100110 | 1000 |
Color Harmonies of #1D120D
Complementary color
Monochromatic Colors of #1D120D
Black with #1D120D
Text Example
Text Example
White with #1D120D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D120D; }
p { color: rgb(29,18,13); }
H1.HeaderClassName
{
color: #1D120D;
}
.AnyTagClassName
{
color: #1D120D;
}
</style>
background-color css
<style>
a { background-color: #1D120D; }
a { background-color: rgb(29,18,13); }
div.DivClassName
{
background-color: #1D120D;
}
.BgClassName
{
background-color: #1D120D;
}
</style>
border-color css
<style>
span { border-color: #1D120D; }
span { border-color: rgb(29,18,13); }
td.TdClassName
{
border-color: #1D120D;
}
.TagClassName
{
border-color: #1D120D;
}
</style>