Shades of Wood Bark #20140E
Tints of Wood Bark #20140E
RGB
CMYK
RGB Variations
Color information
#20140E (or 0x20140E) is known color: Wood Bark. HEX triplet: 20, 14 and 0E. RGB value is (32,20,14). Sum of RGB (Red+Green+Blue) = 32+20+14=66 (8% of max value = 765). Red value is 32 (12.89% from 255 or 48.48% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 14 (5.86% from 255 or 21.21% from 66); Max value from RGB is 32 - color contains mainly: red. Hex color #20140E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20140E is #DFEBF1. Grayscale: #161616. Windows color (decimal): -14674930 or 922656. OLE color: 922656.
HSL color Cylindrical-coordinate representation of color #20140E: hue angle of 20º degrees, saturation: 0.39, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #20140E is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 20 | 14 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.87 |
| HSL | 20º | 0.39% | 0.09% | - |
| HSV(B) | 20º | 0.56% | 0.13% | - |
| XYZ | 0.93 | 0.84 | 0.53 | - |
| YUV | 22.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 14 | 0 | 0.37 | 0.56 | 0.87 | 20 | 0.39 | 0.09 |
| Hex | 20 | 14 | E | 0 | 25 | 38 | 57 | 14 | 27 | 9 |
| Octal | 40 | 24 | 16 | 0 | 45 | 70 | 127 | 24 | 47 | 11 |
| Binary | 100000 | 10100 | 1110 | 0 | 100101 | 111000 | 1010111 | 10100 | 100111 | 1001 |
Color Harmonies of #20140E
Complementary color
Monochromatic Colors of #20140E
Black with #20140E
Text Example
Text Example
White with #20140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20140E; }
p { color: rgb(32,20,14); }
H1.HeaderClassName
{
color: #20140E;
}
.AnyTagClassName
{
color: #20140E;
}
</style>
background-color css
<style>
a { background-color: #20140E; }
a { background-color: rgb(32,20,14); }
div.DivClassName
{
background-color: #20140E;
}
.BgClassName
{
background-color: #20140E;
}
</style>
border-color css
<style>
span { border-color: #20140E; }
span { border-color: rgb(32,20,14); }
td.TdClassName
{
border-color: #20140E;
}
.TagClassName
{
border-color: #20140E;
}
</style>