Shades of Wood Bark #20140D
Tints of Wood Bark #20140D
RGB
CMYK
RGB Variations
Color information
#20140D (or 0x20140D) is known color: Wood Bark. HEX triplet: 20, 14 and 0D. RGB value is (32,20,13). Sum of RGB (Red+Green+Blue) = 32+20+13=65 (8% of max value = 765). Red value is 32 (12.89% from 255 or 49.23% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 13 (5.47% from 255 or 20% from 65); Max value from RGB is 32 - color contains mainly: red. Hex color #20140D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20140D is #DFEBF2. Grayscale: #161616. Windows color (decimal): -14674931 or 857120. OLE color: 857120.
HSL color Cylindrical-coordinate representation of color #20140D: hue angle of 22.11º 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 #20140D is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 20 | 13 | - |
| CMYK | 0 | 0.37 | 0.59 | 0.87 |
| HSL | 22.11º | 0.42% | 0.09% | - |
| HSV(B) | 22.11º | 0.59% | 0.13% | - |
| XYZ | 0.92 | 0.84 | 0.49 | - |
| YUV | 22.79 | 122.48 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 13 | 0 | 0.37 | 0.59 | 0.87 | 22.11 | 0.42 | 0.09 |
| Hex | 20 | 14 | D | 0 | 25 | 3B | 57 | 16 | 2A | 9 |
| Octal | 40 | 24 | 15 | 0 | 45 | 73 | 127 | 26 | 52 | 11 |
| Binary | 100000 | 10100 | 1101 | 0 | 100101 | 111011 | 1010111 | 10110 | 101010 | 1001 |
Color Harmonies of #20140D
Complementary color
Monochromatic Colors of #20140D
Black with #20140D
Text Example
Text Example
White with #20140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20140D; }
p { color: rgb(32,20,13); }
H1.HeaderClassName
{
color: #20140D;
}
.AnyTagClassName
{
color: #20140D;
}
</style>
background-color css
<style>
a { background-color: #20140D; }
a { background-color: rgb(32,20,13); }
div.DivClassName
{
background-color: #20140D;
}
.BgClassName
{
background-color: #20140D;
}
</style>
border-color css
<style>
span { border-color: #20140D; }
span { border-color: rgb(32,20,13); }
td.TdClassName
{
border-color: #20140D;
}
.TagClassName
{
border-color: #20140D;
}
</style>