Shades of Deep Fir #164020
Tints of Deep Fir #164020
RGB
CMYK
RGB Variations
Color information
#164020 (or 0x164020) is known color: Deep Fir. HEX triplet: 16, 40 and 20. RGB value is (22,64,32). Sum of RGB (Red+Green+Blue) = 22+64+32=118 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.64% from 118); Green value is 64 (25.39% from 255 or 54.24% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 64 - color contains mainly: green. Hex color #164020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #164020 is #E9BFDF. Grayscale: #2F2F2F. Windows color (decimal): -15319008 or 2113558. OLE color: 2113558.
HSL color Cylindrical-coordinate representation of color #164020: hue angle of 134.29º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #164020 is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 64 | 32 | - |
| CMYK | 0.66 | 0 | 0.50 | 0.75 |
| HSL | 134.29º | 0.49% | 0.17% | - |
| HSV(B) | 134.29º | 0.66% | 0.25% | - |
| XYZ | 2.42 | 3.94 | 2 | - |
| YUV | 47.79 | 119.09 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 32 | 0.66 | 0 | 0.50 | 0.75 | 134.29 | 0.49 | 0.17 |
| Hex | 16 | 40 | 20 | 42 | 0 | 32 | 4B | 86 | 31 | 11 |
| Octal | 26 | 100 | 40 | 102 | 0 | 62 | 113 | 206 | 61 | 21 |
| Binary | 10110 | 1000000 | 100000 | 1000010 | 0 | 110010 | 1001011 | 10000110 | 110001 | 10001 |
Color Harmonies of #164020
Complementary color
Monochromatic Colors of #164020
Black with #164020
Text Example
Text Example
White with #164020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #164020; }
p { color: rgb(22,64,32); }
H1.HeaderClassName
{
color: #164020;
}
.AnyTagClassName
{
color: #164020;
}
</style>
background-color css
<style>
a { background-color: #164020; }
a { background-color: rgb(22,64,32); }
div.DivClassName
{
background-color: #164020;
}
.BgClassName
{
background-color: #164020;
}
</style>
border-color css
<style>
span { border-color: #164020; }
span { border-color: rgb(22,64,32); }
td.TdClassName
{
border-color: #164020;
}
.TagClassName
{
border-color: #164020;
}
</style>