Shades of Wood Bark #200E00
Tints of Wood Bark #200E00
RGB
CMYK
RGB Variations
Color information
#200E00 (or 0x200E00) is known color: Wood Bark. HEX triplet: 20, 0E and 00. RGB value is (32,14,0). Sum of RGB (Red+Green+Blue) = 32+14+0=46 (6% of max value = 765). Red value is 32 (12.89% from 255 or 69.57% from 46); Green value is 14 (5.86% from 255 or 30.43% from 46); Blue value is 0 (0.39% from 255 or 0% from 46); Max value from RGB is 32 - color contains mainly: red. Hex color #200E00 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200E00 is #DFF1FF. Grayscale: #111111. Windows color (decimal): -14676480 or 3616. OLE color: 3616.
HSL color Cylindrical-coordinate representation of color #200E00: hue angle of 26.25º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200E00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 14 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.87 |
| HSL | 26.25º | 1% | 0.06% | - |
| HSV(B) | 26.25º | 1% | 0.13% | - |
| XYZ | 0.75 | 0.62 | 0.08 | - |
| YUV | 17.79 | 117.96 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 0 | 0 | 0.56 | 1 | 0.87 | 26.25 | 1 | 0.06 |
| Hex | 20 | E | 0 | 0 | 38 | 64 | 57 | 1A | 64 | 6 |
| Octal | 40 | 16 | 0 | 0 | 70 | 144 | 127 | 32 | 144 | 6 |
| Binary | 100000 | 1110 | 0 | 0 | 111000 | 1100100 | 1010111 | 11010 | 1100100 | 110 |
Color Harmonies of #200E00
Complementary color
Monochromatic Colors of #200E00
Black with #200E00
Text Example
Text Example
White with #200E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200E00; }
p { color: rgb(32,14,0); }
H1.HeaderClassName
{
color: #200E00;
}
.AnyTagClassName
{
color: #200E00;
}
</style>
background-color css
<style>
a { background-color: #200E00; }
a { background-color: rgb(32,14,0); }
div.DivClassName
{
background-color: #200E00;
}
.BgClassName
{
background-color: #200E00;
}
</style>
border-color css
<style>
span { border-color: #200E00; }
span { border-color: rgb(32,14,0); }
td.TdClassName
{
border-color: #200E00;
}
.TagClassName
{
border-color: #200E00;
}
</style>