Shades of Wood Bark #201511
Tints of Wood Bark #201511
RGB
CMYK
RGB Variations
Color information
#201511 (or 0x201511) is known color: Wood Bark. HEX triplet: 20, 15 and 11. RGB value is (32,21,17). Sum of RGB (Red+Green+Blue) = 32+21+17=70 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.71% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 17 (7.03% from 255 or 24.29% from 70); Max value from RGB is 32 - color contains mainly: red. Hex color #201511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201511 is #DFEAEE. Grayscale: #171717. Windows color (decimal): -14674671 or 1119520. OLE color: 1119520.
HSL color Cylindrical-coordinate representation of color #201511: hue angle of 16º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #201511 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 21 | 17 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.87 |
| HSL | 16º | 0.31% | 0.1% | - |
| HSV(B) | 16º | 0.47% | 0.13% | - |
| XYZ | 0.97 | 0.88 | 0.65 | - |
| YUV | 23.83 | 124.14 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 17 | 0 | 0.34 | 0.47 | 0.87 | 16 | 0.31 | 0.1 |
| Hex | 20 | 15 | 11 | 0 | 22 | 2F | 57 | 10 | 1F | A |
| Octal | 40 | 25 | 21 | 0 | 42 | 57 | 127 | 20 | 37 | 12 |
| Binary | 100000 | 10101 | 10001 | 0 | 100010 | 101111 | 1010111 | 10000 | 11111 | 1010 |
Color Harmonies of #201511
Complementary color
Monochromatic Colors of #201511
Black with #201511
Text Example
Text Example
White with #201511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201511; }
p { color: rgb(32,21,17); }
H1.HeaderClassName
{
color: #201511;
}
.AnyTagClassName
{
color: #201511;
}
</style>
background-color css
<style>
a { background-color: #201511; }
a { background-color: rgb(32,21,17); }
div.DivClassName
{
background-color: #201511;
}
.BgClassName
{
background-color: #201511;
}
</style>
border-color css
<style>
span { border-color: #201511; }
span { border-color: rgb(32,21,17); }
td.TdClassName
{
border-color: #201511;
}
.TagClassName
{
border-color: #201511;
}
</style>