Shades of Deep Fir #113F1D
Tints of Deep Fir #113F1D
RGB
CMYK
RGB Variations
Color information
#113F1D (or 0x113F1D) is known color: Deep Fir. HEX triplet: 11, 3F and 1D. RGB value is (17,63,29). Sum of RGB (Red+Green+Blue) = 17+63+29=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 63 (25% from 255 or 57.80% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 63 - color contains mainly: green. Hex color #113F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113F1D is #EEC0E2. Grayscale: #2D2D2D. Windows color (decimal): -15646947 or 1916689. OLE color: 1916689.
HSL color Cylindrical-coordinate representation of color #113F1D: hue angle of 135.65º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113F1D is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 63 | 29 | - |
| CMYK | 0.73 | 0 | 0.54 | 0.75 |
| HSL | 135.65º | 0.58% | 0.16% | - |
| HSV(B) | 135.65º | 0.73% | 0.25% | - |
| XYZ | 2.23 | 3.76 | 1.77 | - |
| YUV | 45.37 | 118.76 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 63 | 29 | 0.73 | 0 | 0.54 | 0.75 | 135.65 | 0.58 | 0.16 |
| Hex | 11 | 3F | 1D | 49 | 0 | 36 | 4B | 88 | 3A | 10 |
| Octal | 21 | 77 | 35 | 111 | 0 | 66 | 113 | 210 | 72 | 20 |
| Binary | 10001 | 111111 | 11101 | 1001001 | 0 | 110110 | 1001011 | 10001000 | 111010 | 10000 |
Color Harmonies of #113F1D
Complementary color
Monochromatic Colors of #113F1D
Black with #113F1D
Text Example
Text Example
White with #113F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113F1D; }
p { color: rgb(17,63,29); }
H1.HeaderClassName
{
color: #113F1D;
}
.AnyTagClassName
{
color: #113F1D;
}
</style>
background-color css
<style>
a { background-color: #113F1D; }
a { background-color: rgb(17,63,29); }
div.DivClassName
{
background-color: #113F1D;
}
.BgClassName
{
background-color: #113F1D;
}
</style>
border-color css
<style>
span { border-color: #113F1D; }
span { border-color: rgb(17,63,29); }
td.TdClassName
{
border-color: #113F1D;
}
.TagClassName
{
border-color: #113F1D;
}
</style>