Shades of Deep Fir #113419
Tints of Deep Fir #113419
RGB
CMYK
RGB Variations
Color information
#113419 (or 0x113419) is known color: Deep Fir. HEX triplet: 11, 34 and 19. RGB value is (17,52,25). Sum of RGB (Red+Green+Blue) = 17+52+25=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 52 (20.70% from 255 or 55.32% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 52 - color contains mainly: green. Hex color #113419 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113419 is #EECBE6. Grayscale: #262626. Windows color (decimal): -15649767 or 1651729. OLE color: 1651729.
HSL color Cylindrical-coordinate representation of color #113419: hue angle of 133.71º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #113419 is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 52 | 25 | - |
| CMYK | 0.67 | 0 | 0.52 | 0.80 |
| HSL | 133.71º | 0.51% | 0.14% | - |
| HSV(B) | 133.71º | 0.67% | 0.2% | - |
| XYZ | 1.63 | 2.65 | 1.34 | - |
| YUV | 38.46 | 120.4 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 52 | 25 | 0.67 | 0 | 0.52 | 0.80 | 133.71 | 0.51 | 0.14 |
| Hex | 11 | 34 | 19 | 43 | 0 | 34 | 50 | 86 | 33 | E |
| Octal | 21 | 64 | 31 | 103 | 0 | 64 | 120 | 206 | 63 | 16 |
| Binary | 10001 | 110100 | 11001 | 1000011 | 0 | 110100 | 1010000 | 10000110 | 110011 | 1110 |
Color Harmonies of #113419
Complementary color
Monochromatic Colors of #113419
Black with #113419
Text Example
Text Example
White with #113419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113419; }
p { color: rgb(17,52,25); }
H1.HeaderClassName
{
color: #113419;
}
.AnyTagClassName
{
color: #113419;
}
</style>
background-color css
<style>
a { background-color: #113419; }
a { background-color: rgb(17,52,25); }
div.DivClassName
{
background-color: #113419;
}
.BgClassName
{
background-color: #113419;
}
</style>
border-color css
<style>
span { border-color: #113419; }
span { border-color: rgb(17,52,25); }
td.TdClassName
{
border-color: #113419;
}
.TagClassName
{
border-color: #113419;
}
</style>