Shades of Deep Fir #113319
Tints of Deep Fir #113319
RGB
CMYK
RGB Variations
Color information
#113319 (or 0x113319) is known color: Deep Fir. HEX triplet: 11, 33 and 19. RGB value is (17,51,25). Sum of RGB (Red+Green+Blue) = 17+51+25=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 51 (20.31% from 255 or 54.84% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 51 - color contains mainly: green. Hex color #113319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113319 is #EECCE6. Grayscale: #252525. Windows color (decimal): -15650023 or 1651473. OLE color: 1651473.
HSL color Cylindrical-coordinate representation of color #113319: hue angle of 134.12º 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 #113319 is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 17 | 51 | 25 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.8 |
| HSL | 134.12º | 0.5% | 0.13% | - |
| HSV(B) | 134.12º | 0.67% | 0.2% | - |
| XYZ | 1.59 | 2.56 | 1.33 | - |
| YUV | 37.87 | 120.74 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 51 | 25 | 0.67 | 0 | 0.51 | 0.8 | 134.12 | 0.5 | 0.13 |
| Hex | 11 | 33 | 19 | 43 | 0 | 33 | 50 | 86 | 32 | D |
| Octal | 21 | 63 | 31 | 103 | 0 | 63 | 120 | 206 | 62 | 15 |
| Binary | 10001 | 110011 | 11001 | 1000011 | 0 | 110011 | 1010000 | 10000110 | 110010 | 1101 |
Color Harmonies of #113319
Complementary color
Monochromatic Colors of #113319
Black with #113319
Text Example
Text Example
White with #113319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113319; }
p { color: rgb(17,51,25); }
H1.HeaderClassName
{
color: #113319;
}
.AnyTagClassName
{
color: #113319;
}
</style>
background-color css
<style>
a { background-color: #113319; }
a { background-color: rgb(17,51,25); }
div.DivClassName
{
background-color: #113319;
}
.BgClassName
{
background-color: #113319;
}
</style>
border-color css
<style>
span { border-color: #113319; }
span { border-color: rgb(17,51,25); }
td.TdClassName
{
border-color: #113319;
}
.TagClassName
{
border-color: #113319;
}
</style>