Shades of Wood Bark #20140F
Tints of Wood Bark #20140F
RGB
CMYK
RGB Variations
Color information
#20140F (or 0x20140F) is known color: Wood Bark. HEX triplet: 20, 14 and 0F. RGB value is (32,20,15). Sum of RGB (Red+Green+Blue) = 32+20+15=67 (8% of max value = 765). Red value is 32 (12.89% from 255 or 47.76% from 67); Green value is 20 (8.20% from 255 or 29.85% from 67); Blue value is 15 (6.25% from 255 or 22.39% from 67); Max value from RGB is 32 - color contains mainly: red. Hex color #20140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20140F is #DFEBF0. Grayscale: #171717. Windows color (decimal): -14674929 or 988192. OLE color: 988192.
HSL color Cylindrical-coordinate representation of color #20140F: hue angle of 17.65º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #20140F is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 20 | 15 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.87 |
| HSL | 17.65º | 0.36% | 0.09% | - |
| HSV(B) | 17.65º | 0.53% | 0.13% | - |
| XYZ | 0.93 | 0.84 | 0.57 | - |
| YUV | 23.02 | 123.48 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 15 | 0 | 0.37 | 0.53 | 0.87 | 17.65 | 0.36 | 0.09 |
| Hex | 20 | 14 | F | 0 | 25 | 35 | 57 | 12 | 24 | 9 |
| Octal | 40 | 24 | 17 | 0 | 45 | 65 | 127 | 22 | 44 | 11 |
| Binary | 100000 | 10100 | 1111 | 0 | 100101 | 110101 | 1010111 | 10010 | 100100 | 1001 |
Color Harmonies of #20140F
Complementary color
Monochromatic Colors of #20140F
Black with #20140F
Text Example
Text Example
White with #20140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20140F; }
p { color: rgb(32,20,15); }
H1.HeaderClassName
{
color: #20140F;
}
.AnyTagClassName
{
color: #20140F;
}
</style>
background-color css
<style>
a { background-color: #20140F; }
a { background-color: rgb(32,20,15); }
div.DivClassName
{
background-color: #20140F;
}
.BgClassName
{
background-color: #20140F;
}
</style>
border-color css
<style>
span { border-color: #20140F; }
span { border-color: rgb(32,20,15); }
td.TdClassName
{
border-color: #20140F;
}
.TagClassName
{
border-color: #20140F;
}
</style>