Shades of Deep Fir #113720
Tints of Deep Fir #113720
RGB
CMYK
RGB Variations
Color information
#113720 (or 0x113720) is known color: Deep Fir. HEX triplet: 11, 37 and 20. RGB value is (17,55,32). Sum of RGB (Red+Green+Blue) = 17+55+32=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 55 (21.88% from 255 or 52.88% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 55 - color contains mainly: green. Hex color #113720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113720 is #EEC8DF. Grayscale: #292929. Windows color (decimal): -15648992 or 2111249. OLE color: 2111249.
HSL color Cylindrical-coordinate representation of color #113720: hue angle of 143.68º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #113720 is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 55 | 32 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.78 |
| HSL | 143.68º | 0.53% | 0.14% | - |
| HSV(B) | 143.68º | 0.69% | 0.22% | - |
| XYZ | 1.86 | 2.96 | 1.84 | - |
| YUV | 41.02 | 122.91 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 55 | 32 | 0.69 | 0 | 0.42 | 0.78 | 143.68 | 0.53 | 0.14 |
| Hex | 11 | 37 | 20 | 45 | 0 | 2A | 4E | 90 | 35 | E |
| Octal | 21 | 67 | 40 | 105 | 0 | 52 | 116 | 220 | 65 | 16 |
| Binary | 10001 | 110111 | 100000 | 1000101 | 0 | 101010 | 1001110 | 10010000 | 110101 | 1110 |
Color Harmonies of #113720
Complementary color
Monochromatic Colors of #113720
Black with #113720
Text Example
Text Example
White with #113720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113720; }
p { color: rgb(17,55,32); }
H1.HeaderClassName
{
color: #113720;
}
.AnyTagClassName
{
color: #113720;
}
</style>
background-color css
<style>
a { background-color: #113720; }
a { background-color: rgb(17,55,32); }
div.DivClassName
{
background-color: #113720;
}
.BgClassName
{
background-color: #113720;
}
</style>
border-color css
<style>
span { border-color: #113720; }
span { border-color: rgb(17,55,32); }
td.TdClassName
{
border-color: #113720;
}
.TagClassName
{
border-color: #113720;
}
</style>