Shades of Deep Fir #113919
Tints of Deep Fir #113919
RGB
CMYK
RGB Variations
Color information
#113919 (or 0x113919) is known color: Deep Fir. HEX triplet: 11, 39 and 19. RGB value is (17,57,25). Sum of RGB (Red+Green+Blue) = 17+57+25=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 57 (22.66% from 255 or 57.58% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 57 - color contains mainly: green. Hex color #113919 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113919 is #EEC6E6. Grayscale: #292929. Windows color (decimal): -15648487 or 1653009. OLE color: 1653009.
HSL color Cylindrical-coordinate representation of color #113919: hue angle of 132º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #113919 is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 57 | 25 | - |
| CMYK | 0.70 | 0 | 0.56 | 0.78 |
| HSL | 132º | 0.54% | 0.15% | - |
| HSV(B) | 132º | 0.7% | 0.22% | - |
| XYZ | 1.87 | 3.12 | 1.42 | - |
| YUV | 41.39 | 118.75 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 57 | 25 | 0.70 | 0 | 0.56 | 0.78 | 132 | 0.54 | 0.15 |
| Hex | 11 | 39 | 19 | 46 | 0 | 38 | 4E | 84 | 36 | F |
| Octal | 21 | 71 | 31 | 106 | 0 | 70 | 116 | 204 | 66 | 17 |
| Binary | 10001 | 111001 | 11001 | 1000110 | 0 | 111000 | 1001110 | 10000100 | 110110 | 1111 |
Color Harmonies of #113919
Complementary color
Monochromatic Colors of #113919
Black with #113919
Text Example
Text Example
White with #113919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113919; }
p { color: rgb(17,57,25); }
H1.HeaderClassName
{
color: #113919;
}
.AnyTagClassName
{
color: #113919;
}
</style>
background-color css
<style>
a { background-color: #113919; }
a { background-color: rgb(17,57,25); }
div.DivClassName
{
background-color: #113919;
}
.BgClassName
{
background-color: #113919;
}
</style>
border-color css
<style>
span { border-color: #113919; }
span { border-color: rgb(17,57,25); }
td.TdClassName
{
border-color: #113919;
}
.TagClassName
{
border-color: #113919;
}
</style>