Shades of Wood Bark #201815
Tints of Wood Bark #201815
RGB
CMYK
RGB Variations
Color information
#201815 (or 0x201815) is known color: Wood Bark. HEX triplet: 20, 18 and 15. RGB value is (32,24,21). Sum of RGB (Red+Green+Blue) = 32+24+21=77 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.56% from 77); Green value is 24 (9.77% from 255 or 31.17% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 32 - color contains mainly: red. Hex color #201815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201815 is #DFE7EA. Grayscale: #1A1A1A. Windows color (decimal): -14673899 or 1382432. OLE color: 1382432.
HSL color Cylindrical-coordinate representation of color #201815: hue angle of 16.36º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #201815 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 24 | 21 | - |
CMYK | 0 | 0.25 | 0.34 | 0.87 |
HSL | 16.36º | 0.21% | 0.1% | - |
HSV(B) | 16.36º | 0.34% | 0.13% | - |
XYZ | 1.06 | 1.01 | 0.85 | - |
YUV | 26.05 | 125.15 | 132.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 24 | 21 | 0 | 0.25 | 0.34 | 0.87 | 16.36 | 0.21 | 0.1 |
Hex | 20 | 18 | 15 | 0 | 19 | 22 | 57 | 10 | 15 | A |
Octal | 40 | 30 | 25 | 0 | 31 | 42 | 127 | 20 | 25 | 12 |
Binary | 100000 | 11000 | 10101 | 0 | 11001 | 100010 | 1010111 | 10000 | 10101 | 1010 |
Color Harmonies of #201815
Complementary color
Monochromatic Colors of #201815
Black with #201815
Text Example
Text Example
White with #201815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201815; }
p { color: rgb(32,24,21); }
H1.HeaderClassName
{
color: #201815;
}
.AnyTagClassName
{
color: #201815;
}
</style>
background-color css
<style>
a { background-color: #201815; }
a { background-color: rgb(32,24,21); }
div.DivClassName
{
background-color: #201815;
}
.BgClassName
{
background-color: #201815;
}
</style>
border-color css
<style>
span { border-color: #201815; }
span { border-color: rgb(32,24,21); }
td.TdClassName
{
border-color: #201815;
}
.TagClassName
{
border-color: #201815;
}
</style>