Shades of Deep Fir #14471E
Tints of Deep Fir #14471E
RGB
CMYK
RGB Variations
Color information
#14471E (or 0x14471E) is known color: Deep Fir. HEX triplet: 14, 47 and 1E. RGB value is (20,71,30). Sum of RGB (Red+Green+Blue) = 20+71+30=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 71 (28.12% from 255 or 58.68% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 71 - color contains mainly: green. Hex color #14471E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14471E is #EBB8E1. Grayscale: #333333. Windows color (decimal): -15448290 or 1984276. OLE color: 1984276.
HSL color Cylindrical-coordinate representation of color #14471E: hue angle of 131.76º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #14471E is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 71 | 30 | - |
| CMYK | 0.72 | 0 | 0.58 | 0.72 |
| HSL | 131.76º | 0.56% | 0.18% | - |
| HSV(B) | 131.76º | 0.72% | 0.28% | - |
| XYZ | 2.78 | 4.75 | 2 | - |
| YUV | 51.08 | 116.1 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 71 | 30 | 0.72 | 0 | 0.58 | 0.72 | 131.76 | 0.56 | 0.18 |
| Hex | 14 | 47 | 1E | 48 | 0 | 3A | 48 | 84 | 38 | 12 |
| Octal | 24 | 107 | 36 | 110 | 0 | 72 | 110 | 204 | 70 | 22 |
| Binary | 10100 | 1000111 | 11110 | 1001000 | 0 | 111010 | 1001000 | 10000100 | 111000 | 10010 |
Color Harmonies of #14471E
Complementary color
Monochromatic Colors of #14471E
Black with #14471E
Text Example
Text Example
White with #14471E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14471E; }
p { color: rgb(20,71,30); }
H1.HeaderClassName
{
color: #14471E;
}
.AnyTagClassName
{
color: #14471E;
}
</style>
background-color css
<style>
a { background-color: #14471E; }
a { background-color: rgb(20,71,30); }
div.DivClassName
{
background-color: #14471E;
}
.BgClassName
{
background-color: #14471E;
}
</style>
border-color css
<style>
span { border-color: #14471E; }
span { border-color: rgb(20,71,30); }
td.TdClassName
{
border-color: #14471E;
}
.TagClassName
{
border-color: #14471E;
}
</style>