Shades of Deep Fir #113822
Tints of Deep Fir #113822
RGB
CMYK
RGB Variations
Color information
#113822 (or 0x113822) is known color: Deep Fir. HEX triplet: 11, 38 and 22. RGB value is (17,56,34). Sum of RGB (Red+Green+Blue) = 17+56+34=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 56 (22.27% from 255 or 52.34% from 107); Blue value is 34 (13.67% from 255 or 31.78% from 107); Max value from RGB is 56 - color contains mainly: green. Hex color #113822 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113822 is #EEC7DD. Grayscale: #292929. Windows color (decimal): -15648734 or 2242577. OLE color: 2242577.
HSL color Cylindrical-coordinate representation of color #113822: hue angle of 146.15º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113822 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 56 | 34 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.78 |
| HSL | 146.15º | 0.53% | 0.14% | - |
| HSV(B) | 146.15º | 0.7% | 0.22% | - |
| XYZ | 1.93 | 3.06 | 2 | - |
| YUV | 41.83 | 123.58 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 34 | 0.70 | 0 | 0.39 | 0.78 | 146.15 | 0.53 | 0.14 |
| Hex | 11 | 38 | 22 | 46 | 0 | 27 | 4E | 92 | 35 | E |
| Octal | 21 | 70 | 42 | 106 | 0 | 47 | 116 | 222 | 65 | 16 |
| Binary | 10001 | 111000 | 100010 | 1000110 | 0 | 100111 | 1001110 | 10010010 | 110101 | 1110 |
Color Harmonies of #113822
Complementary color
Monochromatic Colors of #113822
Black with #113822
Text Example
Text Example
White with #113822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113822; }
p { color: rgb(17,56,34); }
H1.HeaderClassName
{
color: #113822;
}
.AnyTagClassName
{
color: #113822;
}
</style>
background-color css
<style>
a { background-color: #113822; }
a { background-color: rgb(17,56,34); }
div.DivClassName
{
background-color: #113822;
}
.BgClassName
{
background-color: #113822;
}
</style>
border-color css
<style>
span { border-color: #113822; }
span { border-color: rgb(17,56,34); }
td.TdClassName
{
border-color: #113822;
}
.TagClassName
{
border-color: #113822;
}
</style>