Shades of Wood Bark #201D1C
Tints of Wood Bark #201D1C
RGB
CMYK
RGB Variations
Color information
#201D1C (or 0x201D1C) is known color: Wood Bark. HEX triplet: 20, 1D and 1C. RGB value is (32,29,28). Sum of RGB (Red+Green+Blue) = 32+29+28=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 29 (11.72% from 255 or 32.58% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 32 - color contains mainly: red. Hex color #201D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201D1C is #DFE2E3. Grayscale: #1D1D1D. Windows color (decimal): -14672612 or 1842464. OLE color: 1842464.
HSL color Cylindrical-coordinate representation of color #201D1C: hue angle of 15º degrees, saturation: 0.07, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #201D1C is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 29 | 28 | - |
| CMYK | 0 | 0.09 | 0.12 | 0.87 |
| HSL | 15º | 0.07% | 0.12% | - |
| HSV(B) | 15º | 0.13% | 0.13% | - |
| XYZ | 1.24 | 1.27 | 1.28 | - |
| YUV | 29.78 | 126.99 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 28 | 0 | 0.09 | 0.12 | 0.87 | 15 | 0.07 | 0.12 |
| Hex | 20 | 1D | 1C | 0 | 9 | C | 57 | F | 7 | C |
| Octal | 40 | 35 | 34 | 0 | 11 | 14 | 127 | 17 | 7 | 14 |
| Binary | 100000 | 11101 | 11100 | 0 | 1001 | 1100 | 1010111 | 1111 | 111 | 1100 |
Color Harmonies of #201D1C
Complementary color
Monochromatic Colors of #201D1C
Black with #201D1C
Text Example
Text Example
White with #201D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201D1C; }
p { color: rgb(32,29,28); }
H1.HeaderClassName
{
color: #201D1C;
}
.AnyTagClassName
{
color: #201D1C;
}
</style>
background-color css
<style>
a { background-color: #201D1C; }
a { background-color: rgb(32,29,28); }
div.DivClassName
{
background-color: #201D1C;
}
.BgClassName
{
background-color: #201D1C;
}
</style>
border-color css
<style>
span { border-color: #201D1C; }
span { border-color: rgb(32,29,28); }
td.TdClassName
{
border-color: #201D1C;
}
.TagClassName
{
border-color: #201D1C;
}
</style>