Shades of Wood Bark #200E02
Tints of Wood Bark #200E02
RGB
CMYK
RGB Variations
Color information
#200E02 (or 0x200E02) is known color: Wood Bark. HEX triplet: 20, 0E and 02. RGB value is (32,14,2). Sum of RGB (Red+Green+Blue) = 32+14+2=48 (6% of max value = 765). Red value is 32 (12.89% from 255 or 66.67% from 48); Green value is 14 (5.86% from 255 or 29.17% from 48); Blue value is 2 (1.17% from 255 or 4.17% from 48); Max value from RGB is 32 - color contains mainly: red. Hex color #200E02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200E02 is #DFF1FD. Grayscale: #121212. Windows color (decimal): -14676478 or 134688. OLE color: 134688.
HSL color Cylindrical-coordinate representation of color #200E02: hue angle of 24º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200E02 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 14 | 2 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.87 |
| HSL | 24º | 0.88% | 0.07% | - |
| HSV(B) | 24º | 0.94% | 0.13% | - |
| XYZ | 0.76 | 0.63 | 0.14 | - |
| YUV | 18.01 | 118.96 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 2 | 0 | 0.56 | 0.94 | 0.87 | 24 | 0.88 | 0.07 |
| Hex | 20 | E | 2 | 0 | 38 | 5E | 57 | 18 | 58 | 7 |
| Octal | 40 | 16 | 2 | 0 | 70 | 136 | 127 | 30 | 130 | 7 |
| Binary | 100000 | 1110 | 10 | 0 | 111000 | 1011110 | 1010111 | 11000 | 1011000 | 111 |
Color Harmonies of #200E02
Complementary color
Monochromatic Colors of #200E02
Black with #200E02
Text Example
Text Example
White with #200E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200E02; }
p { color: rgb(32,14,2); }
H1.HeaderClassName
{
color: #200E02;
}
.AnyTagClassName
{
color: #200E02;
}
</style>
background-color css
<style>
a { background-color: #200E02; }
a { background-color: rgb(32,14,2); }
div.DivClassName
{
background-color: #200E02;
}
.BgClassName
{
background-color: #200E02;
}
</style>
border-color css
<style>
span { border-color: #200E02; }
span { border-color: rgb(32,14,2); }
td.TdClassName
{
border-color: #200E02;
}
.TagClassName
{
border-color: #200E02;
}
</style>