Shades of Wood Bark #21160E
Tints of Wood Bark #21160E
RGB
CMYK
RGB Variations
Color information
#21160E (or 0x21160E) is known color: Wood Bark. HEX triplet: 21, 16 and 0E. RGB value is (33,22,14). Sum of RGB (Red+Green+Blue) = 33+22+14=69 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.83% from 69); Green value is 22 (8.98% from 255 or 31.88% from 69); Blue value is 14 (5.86% from 255 or 20.29% from 69); Max value from RGB is 33 - color contains mainly: red. Hex color #21160E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21160E is #DEE9F1. Grayscale: #181818. Windows color (decimal): -14608882 or 923169. OLE color: 923169.
HSL color Cylindrical-coordinate representation of color #21160E: hue angle of 25.26º degrees, saturation: 0.4, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #21160E is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 22 | 14 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.87 |
| HSL | 25.26º | 0.4% | 0.09% | - |
| HSV(B) | 25.26º | 0.58% | 0.13% | - |
| XYZ | 0.99 | 0.93 | 0.54 | - |
| YUV | 24.38 | 122.14 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 22 | 14 | 0 | 0.33 | 0.58 | 0.87 | 25.26 | 0.4 | 0.09 |
| Hex | 21 | 16 | E | 0 | 21 | 3A | 57 | 19 | 28 | 9 |
| Octal | 41 | 26 | 16 | 0 | 41 | 72 | 127 | 31 | 50 | 11 |
| Binary | 100001 | 10110 | 1110 | 0 | 100001 | 111010 | 1010111 | 11001 | 101000 | 1001 |
Color Harmonies of #21160E
Complementary color
Monochromatic Colors of #21160E
Black with #21160E
Text Example
Text Example
White with #21160E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21160E; }
p { color: rgb(33,22,14); }
H1.HeaderClassName
{
color: #21160E;
}
.AnyTagClassName
{
color: #21160E;
}
</style>
background-color css
<style>
a { background-color: #21160E; }
a { background-color: rgb(33,22,14); }
div.DivClassName
{
background-color: #21160E;
}
.BgClassName
{
background-color: #21160E;
}
</style>
border-color css
<style>
span { border-color: #21160E; }
span { border-color: rgb(33,22,14); }
td.TdClassName
{
border-color: #21160E;
}
.TagClassName
{
border-color: #21160E;
}
</style>