Shades of Deep Fir #14461D
Tints of Deep Fir #14461D
RGB
CMYK
RGB Variations
Color information
#14461D (or 0x14461D) is known color: Deep Fir. HEX triplet: 14, 46 and 1D. RGB value is (20,70,29). Sum of RGB (Red+Green+Blue) = 20+70+29=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 70 (27.73% from 255 or 58.82% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 70 - color contains mainly: green. Hex color #14461D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14461D is #EBB9E2. Grayscale: #323232. Windows color (decimal): -15448547 or 1918484. OLE color: 1918484.
HSL color Cylindrical-coordinate representation of color #14461D: hue angle of 130.8º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #14461D is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 70 | 29 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.73 |
| HSL | 130.8º | 0.56% | 0.18% | - |
| HSV(B) | 130.8º | 0.71% | 0.27% | - |
| XYZ | 2.7 | 4.62 | 1.91 | - |
| YUV | 50.38 | 115.94 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 70 | 29 | 0.71 | 0 | 0.59 | 0.73 | 130.8 | 0.56 | 0.18 |
| Hex | 14 | 46 | 1D | 47 | 0 | 3B | 49 | 83 | 38 | 12 |
| Octal | 24 | 106 | 35 | 107 | 0 | 73 | 111 | 203 | 70 | 22 |
| Binary | 10100 | 1000110 | 11101 | 1000111 | 0 | 111011 | 1001001 | 10000011 | 111000 | 10010 |
Color Harmonies of #14461D
Complementary color
Monochromatic Colors of #14461D
Black with #14461D
Text Example
Text Example
White with #14461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14461D; }
p { color: rgb(20,70,29); }
H1.HeaderClassName
{
color: #14461D;
}
.AnyTagClassName
{
color: #14461D;
}
</style>
background-color css
<style>
a { background-color: #14461D; }
a { background-color: rgb(20,70,29); }
div.DivClassName
{
background-color: #14461D;
}
.BgClassName
{
background-color: #14461D;
}
</style>
border-color css
<style>
span { border-color: #14461D; }
span { border-color: rgb(20,70,29); }
td.TdClassName
{
border-color: #14461D;
}
.TagClassName
{
border-color: #14461D;
}
</style>