Shades of Deep Fir #113819
Tints of Deep Fir #113819
RGB
CMYK
RGB Variations
Color information
#113819 (or 0x113819) is known color: Deep Fir. HEX triplet: 11, 38 and 19. RGB value is (17,56,25). Sum of RGB (Red+Green+Blue) = 17+56+25=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 56 (22.27% from 255 or 57.14% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 56 - color contains mainly: green. Hex color #113819 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113819 is #EEC7E6. Grayscale: #282828. Windows color (decimal): -15648743 or 1652753. OLE color: 1652753.
HSL color Cylindrical-coordinate representation of color #113819: hue angle of 132.31º 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 #113819 is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 56 | 25 | - |
| CMYK | 0.70 | 0 | 0.55 | 0.78 |
| HSL | 132.31º | 0.53% | 0.14% | - |
| HSV(B) | 132.31º | 0.7% | 0.22% | - |
| XYZ | 1.82 | 3.02 | 1.41 | - |
| YUV | 40.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 25 | 0.70 | 0 | 0.55 | 0.78 | 132.31 | 0.53 | 0.14 |
| Hex | 11 | 38 | 19 | 46 | 0 | 37 | 4E | 84 | 35 | E |
| Octal | 21 | 70 | 31 | 106 | 0 | 67 | 116 | 204 | 65 | 16 |
| Binary | 10001 | 111000 | 11001 | 1000110 | 0 | 110111 | 1001110 | 10000100 | 110101 | 1110 |
Color Harmonies of #113819
Complementary color
Monochromatic Colors of #113819
Black with #113819
Text Example
Text Example
White with #113819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113819; }
p { color: rgb(17,56,25); }
H1.HeaderClassName
{
color: #113819;
}
.AnyTagClassName
{
color: #113819;
}
</style>
background-color css
<style>
a { background-color: #113819; }
a { background-color: rgb(17,56,25); }
div.DivClassName
{
background-color: #113819;
}
.BgClassName
{
background-color: #113819;
}
</style>
border-color css
<style>
span { border-color: #113819; }
span { border-color: rgb(17,56,25); }
td.TdClassName
{
border-color: #113819;
}
.TagClassName
{
border-color: #113819;
}
</style>