Shades of Deep Fir #114022
Tints of Deep Fir #114022
RGB
CMYK
RGB Variations
Color information
#114022 (or 0x114022) is known color: Deep Fir. HEX triplet: 11, 40 and 22. RGB value is (17,64,34). Sum of RGB (Red+Green+Blue) = 17+64+34=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 34 (13.67% from 255 or 29.57% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #114022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114022 is #EEBFDD. Grayscale: #2E2E2E. Windows color (decimal): -15646686 or 2244625. OLE color: 2244625.
HSL color Cylindrical-coordinate representation of color #114022: hue angle of 141.7º 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 #114022 is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 64 | 34 | - |
| CMYK | 0.73 | 0 | 0.47 | 0.75 |
| HSL | 141.7º | 0.58% | 0.16% | - |
| HSV(B) | 141.7º | 0.73% | 0.25% | - |
| XYZ | 2.35 | 3.9 | 2.14 | - |
| YUV | 46.53 | 120.93 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 64 | 34 | 0.73 | 0 | 0.47 | 0.75 | 141.7 | 0.58 | 0.16 |
| Hex | 11 | 40 | 22 | 49 | 0 | 2F | 4B | 8E | 3A | 10 |
| Octal | 21 | 100 | 42 | 111 | 0 | 57 | 113 | 216 | 72 | 20 |
| Binary | 10001 | 1000000 | 100010 | 1001001 | 0 | 101111 | 1001011 | 10001110 | 111010 | 10000 |
Color Harmonies of #114022
Complementary color
Monochromatic Colors of #114022
Black with #114022
Text Example
Text Example
White with #114022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114022; }
p { color: rgb(17,64,34); }
H1.HeaderClassName
{
color: #114022;
}
.AnyTagClassName
{
color: #114022;
}
</style>
background-color css
<style>
a { background-color: #114022; }
a { background-color: rgb(17,64,34); }
div.DivClassName
{
background-color: #114022;
}
.BgClassName
{
background-color: #114022;
}
</style>
border-color css
<style>
span { border-color: #114022; }
span { border-color: rgb(17,64,34); }
td.TdClassName
{
border-color: #114022;
}
.TagClassName
{
border-color: #114022;
}
</style>