Shades of Wood Bark #201510
Tints of Wood Bark #201510
RGB
CMYK
RGB Variations
Color information
#201510 (or 0x201510) is known color: Wood Bark. HEX triplet: 20, 15 and 10. RGB value is (32,21,16). Sum of RGB (Red+Green+Blue) = 32+21+16=69 (9% of max value = 765). Red value is 32 (12.89% from 255 or 46.38% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 16 (6.64% from 255 or 23.19% from 69); Max value from RGB is 32 - color contains mainly: red. Hex color #201510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201510 is #DFEAEF. Grayscale: #171717. Windows color (decimal): -14674672 or 1053984. OLE color: 1053984.
HSL color Cylindrical-coordinate representation of color #201510: hue angle of 18.75º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #201510 is Cyan = 0, Magento = 0.34, Yellow = 0.5 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 21 | 16 | - |
| CMYK | 0 | 0.34 | 0.5 | 0.87 |
| HSL | 18.75º | 0.33% | 0.09% | - |
| HSV(B) | 18.75º | 0.5% | 0.13% | - |
| XYZ | 0.96 | 0.88 | 0.61 | - |
| YUV | 23.72 | 123.64 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 16 | 0 | 0.34 | 0.5 | 0.87 | 18.75 | 0.33 | 0.09 |
| Hex | 20 | 15 | 10 | 0 | 22 | 32 | 57 | 13 | 21 | 9 |
| Octal | 40 | 25 | 20 | 0 | 42 | 62 | 127 | 23 | 41 | 11 |
| Binary | 100000 | 10101 | 10000 | 0 | 100010 | 110010 | 1010111 | 10011 | 100001 | 1001 |
Color Harmonies of #201510
Complementary color
Monochromatic Colors of #201510
Black with #201510
Text Example
Text Example
White with #201510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201510; }
p { color: rgb(32,21,16); }
H1.HeaderClassName
{
color: #201510;
}
.AnyTagClassName
{
color: #201510;
}
</style>
background-color css
<style>
a { background-color: #201510; }
a { background-color: rgb(32,21,16); }
div.DivClassName
{
background-color: #201510;
}
.BgClassName
{
background-color: #201510;
}
</style>
border-color css
<style>
span { border-color: #201510; }
span { border-color: rgb(32,21,16); }
td.TdClassName
{
border-color: #201510;
}
.TagClassName
{
border-color: #201510;
}
</style>