Shades of Deep Fir #16401E
Tints of Deep Fir #16401E
RGB
CMYK
RGB Variations
Color information
#16401E (or 0x16401E) is known color: Deep Fir. HEX triplet: 16, 40 and 1E. RGB value is (22,64,30). Sum of RGB (Red+Green+Blue) = 22+64+30=116 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.97% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #16401E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16401E is #E9BFE1. Grayscale: #2F2F2F. Windows color (decimal): -15319010 or 1982486. OLE color: 1982486.
HSL color Cylindrical-coordinate representation of color #16401E: hue angle of 131.43º 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 #16401E is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 64 | 30 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.75 |
| HSL | 131.43º | 0.49% | 0.17% | - |
| HSV(B) | 131.43º | 0.66% | 0.25% | - |
| XYZ | 2.4 | 3.93 | 1.86 | - |
| YUV | 47.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 64 | 30 | 0.66 | 0 | 0.53 | 0.75 | 131.43 | 0.49 | 0.17 |
| Hex | 16 | 40 | 1E | 42 | 0 | 35 | 4B | 83 | 31 | 11 |
| Octal | 26 | 100 | 36 | 102 | 0 | 65 | 113 | 203 | 61 | 21 |
| Binary | 10110 | 1000000 | 11110 | 1000010 | 0 | 110101 | 1001011 | 10000011 | 110001 | 10001 |
Color Harmonies of #16401E
Complementary color
Monochromatic Colors of #16401E
Black with #16401E
Text Example
Text Example
White with #16401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16401E; }
p { color: rgb(22,64,30); }
H1.HeaderClassName
{
color: #16401E;
}
.AnyTagClassName
{
color: #16401E;
}
</style>
background-color css
<style>
a { background-color: #16401E; }
a { background-color: rgb(22,64,30); }
div.DivClassName
{
background-color: #16401E;
}
.BgClassName
{
background-color: #16401E;
}
</style>
border-color css
<style>
span { border-color: #16401E; }
span { border-color: rgb(22,64,30); }
td.TdClassName
{
border-color: #16401E;
}
.TagClassName
{
border-color: #16401E;
}
</style>