Shades of Deep Fir #114020
Tints of Deep Fir #114020
RGB
CMYK
RGB Variations
Color information
#114020 (or 0x114020) is known color: Deep Fir. HEX triplet: 11, 40 and 20. RGB value is (17,64,32). Sum of RGB (Red+Green+Blue) = 17+64+32=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 64 (25.39% from 255 or 56.64% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 64 - color contains mainly: green. Hex color #114020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114020 is #EEBFDF. Grayscale: #2E2E2E. Windows color (decimal): -15646688 or 2113553. OLE color: 2113553.
HSL color Cylindrical-coordinate representation of color #114020: hue angle of 139.15º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #114020 is Cyan = 0.73, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 64 | 32 | - |
| CMYK | 0.73 | 0 | 0.50 | 0.75 |
| HSL | 139.15º | 0.58% | 0.16% | - |
| HSV(B) | 139.15º | 0.73% | 0.25% | - |
| XYZ | 2.33 | 3.89 | 1.99 | - |
| YUV | 46.3 | 119.93 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 64 | 32 | 0.73 | 0 | 0.50 | 0.75 | 139.15 | 0.58 | 0.16 |
| Hex | 11 | 40 | 20 | 49 | 0 | 32 | 4B | 8B | 3A | 10 |
| Octal | 21 | 100 | 40 | 111 | 0 | 62 | 113 | 213 | 72 | 20 |
| Binary | 10001 | 1000000 | 100000 | 1001001 | 0 | 110010 | 1001011 | 10001011 | 111010 | 10000 |
Color Harmonies of #114020
Complementary color
Monochromatic Colors of #114020
Black with #114020
Text Example
Text Example
White with #114020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114020; }
p { color: rgb(17,64,32); }
H1.HeaderClassName
{
color: #114020;
}
.AnyTagClassName
{
color: #114020;
}
</style>
background-color css
<style>
a { background-color: #114020; }
a { background-color: rgb(17,64,32); }
div.DivClassName
{
background-color: #114020;
}
.BgClassName
{
background-color: #114020;
}
</style>
border-color css
<style>
span { border-color: #114020; }
span { border-color: rgb(17,64,32); }
td.TdClassName
{
border-color: #114020;
}
.TagClassName
{
border-color: #114020;
}
</style>