Shades of Deep Fir #14411C
Tints of Deep Fir #14411C
RGB
CMYK
RGB Variations
Color information
#14411C (or 0x14411C) is known color: Deep Fir. HEX triplet: 14, 41 and 1C. RGB value is (20,65,28). Sum of RGB (Red+Green+Blue) = 20+65+28=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 65 (25.78% from 255 or 57.52% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 65 - color contains mainly: green. Hex color #14411C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14411C is #EBBEE3. Grayscale: #2F2F2F. Windows color (decimal): -15449828 or 1851668. OLE color: 1851668.
HSL color Cylindrical-coordinate representation of color #14411C: hue angle of 130.67º 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 #14411C is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 20 | 65 | 28 | - |
| CMYK | 0.69 | 0 | 0.57 | 0.75 |
| HSL | 130.67º | 0.53% | 0.17% | - |
| HSV(B) | 130.67º | 0.69% | 0.25% | - |
| XYZ | 2.39 | 4.01 | 1.75 | - |
| YUV | 47.33 | 117.09 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 65 | 28 | 0.69 | 0 | 0.57 | 0.75 | 130.67 | 0.53 | 0.17 |
| Hex | 14 | 41 | 1C | 45 | 0 | 39 | 4B | 83 | 35 | 11 |
| Octal | 24 | 101 | 34 | 105 | 0 | 71 | 113 | 203 | 65 | 21 |
| Binary | 10100 | 1000001 | 11100 | 1000101 | 0 | 111001 | 1001011 | 10000011 | 110101 | 10001 |
Color Harmonies of #14411C
Complementary color
Monochromatic Colors of #14411C
Black with #14411C
Text Example
Text Example
White with #14411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14411C; }
p { color: rgb(20,65,28); }
H1.HeaderClassName
{
color: #14411C;
}
.AnyTagClassName
{
color: #14411C;
}
</style>
background-color css
<style>
a { background-color: #14411C; }
a { background-color: rgb(20,65,28); }
div.DivClassName
{
background-color: #14411C;
}
.BgClassName
{
background-color: #14411C;
}
</style>
border-color css
<style>
span { border-color: #14411C; }
span { border-color: rgb(20,65,28); }
td.TdClassName
{
border-color: #14411C;
}
.TagClassName
{
border-color: #14411C;
}
</style>