Shades of Wood Bark #20140B
Tints of Wood Bark #20140B
RGB
CMYK
RGB Variations
Color information
#20140B (or 0x20140B) is known color: Wood Bark. HEX triplet: 20, 14 and 0B. RGB value is (32,20,11). Sum of RGB (Red+Green+Blue) = 32+20+11=63 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50.79% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 11 (4.69% from 255 or 17.46% from 63); Max value from RGB is 32 - color contains mainly: red. Hex color #20140B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20140B is #DFEBF4. Grayscale: #161616. Windows color (decimal): -14674933 or 726048. OLE color: 726048.
HSL color Cylindrical-coordinate representation of color #20140B: hue angle of 25.71º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20140B is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 20 | 11 | - |
CMYK | 0 | 0.37 | 0.66 | 0.87 |
HSL | 25.71º | 0.49% | 0.08% | - |
HSV(B) | 25.71º | 0.66% | 0.13% | - |
XYZ | 0.91 | 0.83 | 0.43 | - |
YUV | 22.56 | 121.48 | 134.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 20 | 11 | 0 | 0.37 | 0.66 | 0.87 | 25.71 | 0.49 | 0.08 |
Hex | 20 | 14 | B | 0 | 25 | 42 | 57 | 1A | 31 | 8 |
Octal | 40 | 24 | 13 | 0 | 45 | 102 | 127 | 32 | 61 | 10 |
Binary | 100000 | 10100 | 1011 | 0 | 100101 | 1000010 | 1010111 | 11010 | 110001 | 1000 |
Color Harmonies of #20140B
Complementary color
Monochromatic Colors of #20140B
Black with #20140B
Text Example
Text Example
White with #20140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20140B; }
p { color: rgb(32,20,11); }
H1.HeaderClassName
{
color: #20140B;
}
.AnyTagClassName
{
color: #20140B;
}
</style>
background-color css
<style>
a { background-color: #20140B; }
a { background-color: rgb(32,20,11); }
div.DivClassName
{
background-color: #20140B;
}
.BgClassName
{
background-color: #20140B;
}
</style>
border-color css
<style>
span { border-color: #20140B; }
span { border-color: rgb(32,20,11); }
td.TdClassName
{
border-color: #20140B;
}
.TagClassName
{
border-color: #20140B;
}
</style>