Shades of Deep Fir #143420
Tints of Deep Fir #143420
RGB
CMYK
RGB Variations
Color information
#143420 (or 0x143420) is known color: Deep Fir. HEX triplet: 14, 34 and 20. RGB value is (20,52,32). Sum of RGB (Red+Green+Blue) = 20+52+32=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 52 (20.70% from 255 or 50% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 52 - color contains mainly: green. Hex color #143420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143420 is #EBCBDF. Grayscale: #282828. Windows color (decimal): -15453152 or 2110484. OLE color: 2110484.
HSL color Cylindrical-coordinate representation of color #143420: hue angle of 142.5º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #143420 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 52 | 32 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.80 |
| HSL | 142.5º | 0.44% | 0.14% | - |
| HSV(B) | 142.5º | 0.62% | 0.2% | - |
| XYZ | 1.78 | 2.71 | 1.8 | - |
| YUV | 40.15 | 123.4 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 52 | 32 | 0.62 | 0 | 0.38 | 0.80 | 142.5 | 0.44 | 0.14 |
| Hex | 14 | 34 | 20 | 3E | 0 | 26 | 50 | 8E | 2C | E |
| Octal | 24 | 64 | 40 | 76 | 0 | 46 | 120 | 216 | 54 | 16 |
| Binary | 10100 | 110100 | 100000 | 111110 | 0 | 100110 | 1010000 | 10001110 | 101100 | 1110 |
Color Harmonies of #143420
Complementary color
Monochromatic Colors of #143420
Black with #143420
Text Example
Text Example
White with #143420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143420; }
p { color: rgb(20,52,32); }
H1.HeaderClassName
{
color: #143420;
}
.AnyTagClassName
{
color: #143420;
}
</style>
background-color css
<style>
a { background-color: #143420; }
a { background-color: rgb(20,52,32); }
div.DivClassName
{
background-color: #143420;
}
.BgClassName
{
background-color: #143420;
}
</style>
border-color css
<style>
span { border-color: #143420; }
span { border-color: rgb(20,52,32); }
td.TdClassName
{
border-color: #143420;
}
.TagClassName
{
border-color: #143420;
}
</style>