Shades of Wood Bark #201714
Tints of Wood Bark #201714
RGB
CMYK
RGB Variations
Color information
#201714 (or 0x201714) is known color: Wood Bark. HEX triplet: 20, 17 and 14. RGB value is (32,23,20). Sum of RGB (Red+Green+Blue) = 32+23+20=75 (9% of max value = 765). Red value is 32 (12.89% from 255 or 42.67% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 32 - color contains mainly: red. Hex color #201714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201714 is #DFE8EB. Grayscale: #191919. Windows color (decimal): -14674156 or 1316640. OLE color: 1316640.
HSL color Cylindrical-coordinate representation of color #201714: hue angle of 15º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #201714 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 23 | 20 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.87 |
| HSL | 15º | 0.23% | 0.1% | - |
| HSV(B) | 15º | 0.38% | 0.13% | - |
| XYZ | 1.03 | 0.97 | 0.79 | - |
| YUV | 25.35 | 124.98 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 20 | 0 | 0.28 | 0.37 | 0.87 | 15 | 0.23 | 0.1 |
| Hex | 20 | 17 | 14 | 0 | 1C | 25 | 57 | F | 17 | A |
| Octal | 40 | 27 | 24 | 0 | 34 | 45 | 127 | 17 | 27 | 12 |
| Binary | 100000 | 10111 | 10100 | 0 | 11100 | 100101 | 1010111 | 1111 | 10111 | 1010 |
Color Harmonies of #201714
Complementary color
Monochromatic Colors of #201714
Black with #201714
Text Example
Text Example
White with #201714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201714; }
p { color: rgb(32,23,20); }
H1.HeaderClassName
{
color: #201714;
}
.AnyTagClassName
{
color: #201714;
}
</style>
background-color css
<style>
a { background-color: #201714; }
a { background-color: rgb(32,23,20); }
div.DivClassName
{
background-color: #201714;
}
.BgClassName
{
background-color: #201714;
}
</style>
border-color css
<style>
span { border-color: #201714; }
span { border-color: rgb(32,23,20); }
td.TdClassName
{
border-color: #201714;
}
.TagClassName
{
border-color: #201714;
}
</style>