Shades of Wood Bark #201003
Tints of Wood Bark #201003
RGB
CMYK
RGB Variations
Color information
#201003 (or 0x201003) is known color: Wood Bark. HEX triplet: 20, 10 and 03. RGB value is (32,16,3). Sum of RGB (Red+Green+Blue) = 32+16+3=51 (6% of max value = 765). Red value is 32 (12.89% from 255 or 62.75% from 51); Green value is 16 (6.64% from 255 or 31.37% from 51); Blue value is 3 (1.56% from 255 or 5.88% from 51); Max value from RGB is 32 - color contains mainly: red. Hex color #201003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201003 is #DFEFFC. Grayscale: #131313. Windows color (decimal): -14675965 or 200736. OLE color: 200736.
HSL color Cylindrical-coordinate representation of color #201003: hue angle of 26.9º 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 #201003 is Cyan = 0, Magento = 0.5, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 16 | 3 | - |
| CMYK | 0 | 0.5 | 0.91 | 0.87 |
| HSL | 26.9º | 0.83% | 0.07% | - |
| HSV(B) | 26.9º | 0.91% | 0.13% | - |
| XYZ | 0.8 | 0.68 | 0.18 | - |
| YUV | 19.3 | 118.8 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 3 | 0 | 0.5 | 0.91 | 0.87 | 26.9 | 0.83 | 0.07 |
| Hex | 20 | 10 | 3 | 0 | 32 | 5B | 57 | 1B | 53 | 7 |
| Octal | 40 | 20 | 3 | 0 | 62 | 133 | 127 | 33 | 123 | 7 |
| Binary | 100000 | 10000 | 11 | 0 | 110010 | 1011011 | 1010111 | 11011 | 1010011 | 111 |
Color Harmonies of #201003
Complementary color
Monochromatic Colors of #201003
Black with #201003
Text Example
Text Example
White with #201003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201003; }
p { color: rgb(32,16,3); }
H1.HeaderClassName
{
color: #201003;
}
.AnyTagClassName
{
color: #201003;
}
</style>
background-color css
<style>
a { background-color: #201003; }
a { background-color: rgb(32,16,3); }
div.DivClassName
{
background-color: #201003;
}
.BgClassName
{
background-color: #201003;
}
</style>
border-color css
<style>
span { border-color: #201003; }
span { border-color: rgb(32,16,3); }
td.TdClassName
{
border-color: #201003;
}
.TagClassName
{
border-color: #201003;
}
</style>