Shades of Deep Fir #14411D
Tints of Deep Fir #14411D
RGB
CMYK
RGB Variations
Color information
#14411D (or 0x14411D) is known color: Deep Fir. HEX triplet: 14, 41 and 1D. RGB value is (20,65,29). Sum of RGB (Red+Green+Blue) = 20+65+29=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 65 (25.78% from 255 or 57.02% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 65 - color contains mainly: green. Hex color #14411D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14411D is #EBBEE2. Grayscale: #2F2F2F. Windows color (decimal): -15449827 or 1917204. OLE color: 1917204.
HSL color Cylindrical-coordinate representation of color #14411D: hue angle of 132º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #14411D is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 65 | 29 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.75 |
| HSL | 132º | 0.53% | 0.17% | - |
| HSV(B) | 132º | 0.69% | 0.25% | - |
| XYZ | 2.4 | 4.02 | 1.81 | - |
| YUV | 47.44 | 117.59 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 29 | 0.69 | 0 | 0.55 | 0.75 | 132 | 0.53 | 0.17 |
| Hex | 14 | 41 | 1D | 45 | 0 | 37 | 4B | 84 | 35 | 11 |
| Octal | 24 | 101 | 35 | 105 | 0 | 67 | 113 | 204 | 65 | 21 |
| Binary | 10100 | 1000001 | 11101 | 1000101 | 0 | 110111 | 1001011 | 10000100 | 110101 | 10001 |
Color Harmonies of #14411D
Complementary color
Monochromatic Colors of #14411D
Black with #14411D
Text Example
Text Example
White with #14411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14411D; }
p { color: rgb(20,65,29); }
H1.HeaderClassName
{
color: #14411D;
}
.AnyTagClassName
{
color: #14411D;
}
</style>
background-color css
<style>
a { background-color: #14411D; }
a { background-color: rgb(20,65,29); }
div.DivClassName
{
background-color: #14411D;
}
.BgClassName
{
background-color: #14411D;
}
</style>
border-color css
<style>
span { border-color: #14411D; }
span { border-color: rgb(20,65,29); }
td.TdClassName
{
border-color: #14411D;
}
.TagClassName
{
border-color: #14411D;
}
</style>