Shades of Wood Bark #20150D
Tints of Wood Bark #20150D
RGB
CMYK
RGB Variations
Color information
#20150D (or 0x20150D) is known color: Wood Bark. HEX triplet: 20, 15 and 0D. RGB value is (32,21,13). Sum of RGB (Red+Green+Blue) = 32+21+13=66 (8% of max value = 765). Red value is 32 (12.89% from 255 or 48.48% from 66); Green value is 21 (8.59% from 255 or 31.82% from 66); Blue value is 13 (5.47% from 255 or 19.70% from 66); Max value from RGB is 32 - color contains mainly: red. Hex color #20150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20150D is #DFEAF2. Grayscale: #171717. Windows color (decimal): -14674675 or 857376. OLE color: 857376.
HSL color Cylindrical-coordinate representation of color #20150D: hue angle of 25.26º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #20150D is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 21 | 13 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.87 |
| HSL | 25.26º | 0.42% | 0.09% | - |
| HSV(B) | 25.26º | 0.59% | 0.13% | - |
| XYZ | 0.94 | 0.87 | 0.5 | - |
| YUV | 23.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 13 | 0 | 0.34 | 0.59 | 0.87 | 25.26 | 0.42 | 0.09 |
| Hex | 20 | 15 | D | 0 | 22 | 3B | 57 | 19 | 2A | 9 |
| Octal | 40 | 25 | 15 | 0 | 42 | 73 | 127 | 31 | 52 | 11 |
| Binary | 100000 | 10101 | 1101 | 0 | 100010 | 111011 | 1010111 | 11001 | 101010 | 1001 |
Color Harmonies of #20150D
Complementary color
Monochromatic Colors of #20150D
Black with #20150D
Text Example
Text Example
White with #20150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20150D; }
p { color: rgb(32,21,13); }
H1.HeaderClassName
{
color: #20150D;
}
.AnyTagClassName
{
color: #20150D;
}
</style>
background-color css
<style>
a { background-color: #20150D; }
a { background-color: rgb(32,21,13); }
div.DivClassName
{
background-color: #20150D;
}
.BgClassName
{
background-color: #20150D;
}
</style>
border-color css
<style>
span { border-color: #20150D; }
span { border-color: rgb(32,21,13); }
td.TdClassName
{
border-color: #20150D;
}
.TagClassName
{
border-color: #20150D;
}
</style>