Shades of Wood Bark #200F03
Tints of Wood Bark #200F03
RGB
CMYK
RGB Variations
Color information
#200F03 (or 0x200F03) is known color: Wood Bark. HEX triplet: 20, 0F and 03. RGB value is (32,15,3). Sum of RGB (Red+Green+Blue) = 32+15+3=50 (6% of max value = 765). Red value is 32 (12.89% from 255 or 64% from 50); Green value is 15 (6.25% from 255 or 30% from 50); Blue value is 3 (1.56% from 255 or 6% from 50); Max value from RGB is 32 - color contains mainly: red. Hex color #200F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200F03 is #DFF0FC. Grayscale: #121212. Windows color (decimal): -14676221 or 200480. OLE color: 200480.
HSL color Cylindrical-coordinate representation of color #200F03: hue angle of 24.83º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200F03 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 15 | 3 | - |
| CMYK | 0 | 0.53 | 0.91 | 0.87 |
| HSL | 24.83º | 0.83% | 0.07% | - |
| HSV(B) | 24.83º | 0.91% | 0.13% | - |
| XYZ | 0.78 | 0.66 | 0.17 | - |
| YUV | 18.72 | 119.13 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 3 | 0 | 0.53 | 0.91 | 0.87 | 24.83 | 0.83 | 0.07 |
| Hex | 20 | F | 3 | 0 | 35 | 5B | 57 | 19 | 53 | 7 |
| Octal | 40 | 17 | 3 | 0 | 65 | 133 | 127 | 31 | 123 | 7 |
| Binary | 100000 | 1111 | 11 | 0 | 110101 | 1011011 | 1010111 | 11001 | 1010011 | 111 |
Color Harmonies of #200F03
Complementary color
Monochromatic Colors of #200F03
Black with #200F03
Text Example
Text Example
White with #200F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200F03; }
p { color: rgb(32,15,3); }
H1.HeaderClassName
{
color: #200F03;
}
.AnyTagClassName
{
color: #200F03;
}
</style>
background-color css
<style>
a { background-color: #200F03; }
a { background-color: rgb(32,15,3); }
div.DivClassName
{
background-color: #200F03;
}
.BgClassName
{
background-color: #200F03;
}
</style>
border-color css
<style>
span { border-color: #200F03; }
span { border-color: rgb(32,15,3); }
td.TdClassName
{
border-color: #200F03;
}
.TagClassName
{
border-color: #200F03;
}
</style>