Shades of Deep Fir #16471F
Tints of Deep Fir #16471F
RGB
CMYK
RGB Variations
Color information
#16471F (or 0x16471F) is known color: Deep Fir. HEX triplet: 16, 47 and 1F. RGB value is (22,71,31). Sum of RGB (Red+Green+Blue) = 22+71+31=124 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.74% from 124); Green value is 71 (28.12% from 255 or 57.26% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 71 - color contains mainly: green. Hex color #16471F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16471F is #E9B8E0. Grayscale: #333333. Windows color (decimal): -15317217 or 2049814. OLE color: 2049814.
HSL color Cylindrical-coordinate representation of color #16471F: hue angle of 131.02º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #16471F is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 22 | 71 | 31 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.72 |
| HSL | 131.02º | 0.53% | 0.18% | - |
| HSV(B) | 131.02º | 0.69% | 0.28% | - |
| XYZ | 2.83 | 4.78 | 2.07 | - |
| YUV | 51.79 | 116.27 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 71 | 31 | 0.69 | 0 | 0.56 | 0.72 | 131.02 | 0.53 | 0.18 |
| Hex | 16 | 47 | 1F | 45 | 0 | 38 | 48 | 83 | 35 | 12 |
| Octal | 26 | 107 | 37 | 105 | 0 | 70 | 110 | 203 | 65 | 22 |
| Binary | 10110 | 1000111 | 11111 | 1000101 | 0 | 111000 | 1001000 | 10000011 | 110101 | 10010 |
Color Harmonies of #16471F
Complementary color
Monochromatic Colors of #16471F
Black with #16471F
Text Example
Text Example
White with #16471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16471F; }
p { color: rgb(22,71,31); }
H1.HeaderClassName
{
color: #16471F;
}
.AnyTagClassName
{
color: #16471F;
}
</style>
background-color css
<style>
a { background-color: #16471F; }
a { background-color: rgb(22,71,31); }
div.DivClassName
{
background-color: #16471F;
}
.BgClassName
{
background-color: #16471F;
}
</style>
border-color css
<style>
span { border-color: #16471F; }
span { border-color: rgb(22,71,31); }
td.TdClassName
{
border-color: #16471F;
}
.TagClassName
{
border-color: #16471F;
}
</style>