Shades of Deep Fir #113317
Tints of Deep Fir #113317
RGB
CMYK
RGB Variations
Color information
#113317 (or 0x113317) is known color: Deep Fir. HEX triplet: 11, 33 and 17. RGB value is (17,51,23). Sum of RGB (Red+Green+Blue) = 17+51+23=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 51 (20.31% from 255 or 56.04% from 91); Blue value is 23 (9.38% from 255 or 25.27% from 91); Max value from RGB is 51 - color contains mainly: green. Hex color #113317 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113317 is #EECCE8. Grayscale: #252525. Windows color (decimal): -15650025 or 1520401. OLE color: 1520401.
HSL color Cylindrical-coordinate representation of color #113317: hue angle of 130.59º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #113317 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 17 | 51 | 23 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.8 |
| HSL | 130.59º | 0.5% | 0.13% | - |
| HSV(B) | 130.59º | 0.67% | 0.2% | - |
| XYZ | 1.57 | 2.55 | 1.22 | - |
| YUV | 37.64 | 119.74 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 51 | 23 | 0.67 | 0 | 0.55 | 0.8 | 130.59 | 0.5 | 0.13 |
| Hex | 11 | 33 | 17 | 43 | 0 | 37 | 50 | 83 | 32 | D |
| Octal | 21 | 63 | 27 | 103 | 0 | 67 | 120 | 203 | 62 | 15 |
| Binary | 10001 | 110011 | 10111 | 1000011 | 0 | 110111 | 1010000 | 10000011 | 110010 | 1101 |
Color Harmonies of #113317
Complementary color
Monochromatic Colors of #113317
Black with #113317
Text Example
Text Example
White with #113317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113317; }
p { color: rgb(17,51,23); }
H1.HeaderClassName
{
color: #113317;
}
.AnyTagClassName
{
color: #113317;
}
</style>
background-color css
<style>
a { background-color: #113317; }
a { background-color: rgb(17,51,23); }
div.DivClassName
{
background-color: #113317;
}
.BgClassName
{
background-color: #113317;
}
</style>
border-color css
<style>
span { border-color: #113317; }
span { border-color: rgb(17,51,23); }
td.TdClassName
{
border-color: #113317;
}
.TagClassName
{
border-color: #113317;
}
</style>