Shades of Deep Fir #113820
Tints of Deep Fir #113820
RGB
CMYK
RGB Variations
Color information
#113820 (or 0x113820) is known color: Deep Fir. HEX triplet: 11, 38 and 20. RGB value is (17,56,32). Sum of RGB (Red+Green+Blue) = 17+56+32=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 56 (22.27% from 255 or 53.33% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 56 - color contains mainly: green. Hex color #113820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113820 is #EEC7DF. Grayscale: #292929. Windows color (decimal): -15648736 or 2111505. OLE color: 2111505.
HSL color Cylindrical-coordinate representation of color #113820: hue angle of 143.08º 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 #113820 is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 56 | 32 | - |
| CMYK | 0.70 | 0 | 0.43 | 0.78 |
| HSL | 143.08º | 0.53% | 0.14% | - |
| HSV(B) | 143.08º | 0.7% | 0.22% | - |
| XYZ | 1.91 | 3.05 | 1.86 | - |
| YUV | 41.6 | 122.58 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 56 | 32 | 0.70 | 0 | 0.43 | 0.78 | 143.08 | 0.53 | 0.14 |
| Hex | 11 | 38 | 20 | 46 | 0 | 2B | 4E | 8F | 35 | E |
| Octal | 21 | 70 | 40 | 106 | 0 | 53 | 116 | 217 | 65 | 16 |
| Binary | 10001 | 111000 | 100000 | 1000110 | 0 | 101011 | 1001110 | 10001111 | 110101 | 1110 |
Color Harmonies of #113820
Complementary color
Monochromatic Colors of #113820
Black with #113820
Text Example
Text Example
White with #113820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113820; }
p { color: rgb(17,56,32); }
H1.HeaderClassName
{
color: #113820;
}
.AnyTagClassName
{
color: #113820;
}
</style>
background-color css
<style>
a { background-color: #113820; }
a { background-color: rgb(17,56,32); }
div.DivClassName
{
background-color: #113820;
}
.BgClassName
{
background-color: #113820;
}
</style>
border-color css
<style>
span { border-color: #113820; }
span { border-color: rgb(17,56,32); }
td.TdClassName
{
border-color: #113820;
}
.TagClassName
{
border-color: #113820;
}
</style>