Shades of Wood Bark #21140A
Tints of Wood Bark #21140A
RGB
CMYK
RGB Variations
Color information
#21140A (or 0x21140A) is known color: Wood Bark. HEX triplet: 21, 14 and 0A. RGB value is (33,20,10). Sum of RGB (Red+Green+Blue) = 33+20+10=63 (8% of max value = 765). Red value is 33 (13.28% from 255 or 52.38% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 10 (4.30% from 255 or 15.87% from 63); Max value from RGB is 33 - color contains mainly: red. Hex color #21140A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21140A is #DEEBF5. Grayscale: #161616. Windows color (decimal): -14609398 or 660513. OLE color: 660513.
HSL color Cylindrical-coordinate representation of color #21140A: hue angle of 26.09º degrees, saturation: 0.53, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21140A is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 20 | 10 | - |
| CMYK | 0 | 0.39 | 0.70 | 0.87 |
| HSL | 26.09º | 0.53% | 0.08% | - |
| HSV(B) | 26.09º | 0.7% | 0.13% | - |
| XYZ | 0.93 | 0.85 | 0.4 | - |
| YUV | 22.75 | 120.81 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 10 | 0 | 0.39 | 0.70 | 0.87 | 26.09 | 0.53 | 0.08 |
| Hex | 21 | 14 | A | 0 | 27 | 46 | 57 | 1A | 35 | 8 |
| Octal | 41 | 24 | 12 | 0 | 47 | 106 | 127 | 32 | 65 | 10 |
| Binary | 100001 | 10100 | 1010 | 0 | 100111 | 1000110 | 1010111 | 11010 | 110101 | 1000 |
Color Harmonies of #21140A
Complementary color
Monochromatic Colors of #21140A
Black with #21140A
Text Example
Text Example
White with #21140A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21140A; }
p { color: rgb(33,20,10); }
H1.HeaderClassName
{
color: #21140A;
}
.AnyTagClassName
{
color: #21140A;
}
</style>
background-color css
<style>
a { background-color: #21140A; }
a { background-color: rgb(33,20,10); }
div.DivClassName
{
background-color: #21140A;
}
.BgClassName
{
background-color: #21140A;
}
</style>
border-color css
<style>
span { border-color: #21140A; }
span { border-color: rgb(33,20,10); }
td.TdClassName
{
border-color: #21140A;
}
.TagClassName
{
border-color: #21140A;
}
</style>