Shades of Deep Fir #113719
Tints of Deep Fir #113719
RGB
CMYK
RGB Variations
Color information
#113719 (or 0x113719) is known color: Deep Fir. HEX triplet: 11, 37 and 19. RGB value is (17,55,25). Sum of RGB (Red+Green+Blue) = 17+55+25=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 55 (21.88% from 255 or 56.70% from 97); Blue value is 25 (10.16% from 255 or 25.77% from 97); Max value from RGB is 55 - color contains mainly: green. Hex color #113719 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113719 is #EEC8E6. Grayscale: #282828. Windows color (decimal): -15648999 or 1652497. OLE color: 1652497.
HSL color Cylindrical-coordinate representation of color #113719: hue angle of 132.63º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #113719 is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 55 | 25 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.78 |
| HSL | 132.63º | 0.53% | 0.14% | - |
| HSV(B) | 132.63º | 0.69% | 0.22% | - |
| XYZ | 1.77 | 2.92 | 1.39 | - |
| YUV | 40.22 | 119.41 | 111.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 55 | 25 | 0.69 | 0 | 0.55 | 0.78 | 132.63 | 0.53 | 0.14 |
| Hex | 11 | 37 | 19 | 45 | 0 | 37 | 4E | 85 | 35 | E |
| Octal | 21 | 67 | 31 | 105 | 0 | 67 | 116 | 205 | 65 | 16 |
| Binary | 10001 | 110111 | 11001 | 1000101 | 0 | 110111 | 1001110 | 10000101 | 110101 | 1110 |
Color Harmonies of #113719
Complementary color
Monochromatic Colors of #113719
Black with #113719
Text Example
Text Example
White with #113719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113719; }
p { color: rgb(17,55,25); }
H1.HeaderClassName
{
color: #113719;
}
.AnyTagClassName
{
color: #113719;
}
</style>
background-color css
<style>
a { background-color: #113719; }
a { background-color: rgb(17,55,25); }
div.DivClassName
{
background-color: #113719;
}
.BgClassName
{
background-color: #113719;
}
</style>
border-color css
<style>
span { border-color: #113719; }
span { border-color: rgb(17,55,25); }
td.TdClassName
{
border-color: #113719;
}
.TagClassName
{
border-color: #113719;
}
</style>