Shades of Deep Fir #143720
Tints of Deep Fir #143720
RGB
CMYK
RGB Variations
Color information
#143720 (or 0x143720) is known color: Deep Fir. HEX triplet: 14, 37 and 20. RGB value is (20,55,32). Sum of RGB (Red+Green+Blue) = 20+55+32=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 55 (21.88% from 255 or 51.40% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 55 - color contains mainly: green. Hex color #143720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143720 is #EBC8DF. Grayscale: #292929. Windows color (decimal): -15452384 or 2111252. OLE color: 2111252.
HSL color Cylindrical-coordinate representation of color #143720: hue angle of 140.57º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #143720 is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 55 | 32 | - |
| CMYK | 0.64 | 0 | 0.42 | 0.78 |
| HSL | 140.57º | 0.47% | 0.15% | - |
| HSV(B) | 140.57º | 0.64% | 0.22% | - |
| XYZ | 1.92 | 2.99 | 1.84 | - |
| YUV | 41.91 | 122.4 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 55 | 32 | 0.64 | 0 | 0.42 | 0.78 | 140.57 | 0.47 | 0.15 |
| Hex | 14 | 37 | 20 | 40 | 0 | 2A | 4E | 8D | 2F | F |
| Octal | 24 | 67 | 40 | 100 | 0 | 52 | 116 | 215 | 57 | 17 |
| Binary | 10100 | 110111 | 100000 | 1000000 | 0 | 101010 | 1001110 | 10001101 | 101111 | 1111 |
Color Harmonies of #143720
Complementary color
Monochromatic Colors of #143720
Black with #143720
Text Example
Text Example
White with #143720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143720; }
p { color: rgb(20,55,32); }
H1.HeaderClassName
{
color: #143720;
}
.AnyTagClassName
{
color: #143720;
}
</style>
background-color css
<style>
a { background-color: #143720; }
a { background-color: rgb(20,55,32); }
div.DivClassName
{
background-color: #143720;
}
.BgClassName
{
background-color: #143720;
}
</style>
border-color css
<style>
span { border-color: #143720; }
span { border-color: rgb(20,55,32); }
td.TdClassName
{
border-color: #143720;
}
.TagClassName
{
border-color: #143720;
}
</style>