Shades of Deep Fir #113521
Tints of Deep Fir #113521
RGB
CMYK
RGB Variations
Color information
#113521 (or 0x113521) is known color: Deep Fir. HEX triplet: 11, 35 and 21. RGB value is (17,53,33). Sum of RGB (Red+Green+Blue) = 17+53+33=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 53 (21.09% from 255 or 51.46% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 53 - color contains mainly: green. Hex color #113521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113521 is #EECADE. Grayscale: #282828. Windows color (decimal): -15649503 or 2176273. OLE color: 2176273.
HSL color Cylindrical-coordinate representation of color #113521: hue angle of 146.67º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #113521 is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 17 | 53 | 33 | - |
| CMYK | 0.68 | 0 | 0.38 | 0.79 |
| HSL | 146.67º | 0.51% | 0.14% | - |
| HSV(B) | 146.67º | 0.68% | 0.21% | - |
| XYZ | 1.78 | 2.78 | 1.88 | - |
| YUV | 39.96 | 124.07 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 53 | 33 | 0.68 | 0 | 0.38 | 0.79 | 146.67 | 0.51 | 0.14 |
| Hex | 11 | 35 | 21 | 44 | 0 | 26 | 4F | 93 | 33 | E |
| Octal | 21 | 65 | 41 | 104 | 0 | 46 | 117 | 223 | 63 | 16 |
| Binary | 10001 | 110101 | 100001 | 1000100 | 0 | 100110 | 1001111 | 10010011 | 110011 | 1110 |
Color Harmonies of #113521
Complementary color
Monochromatic Colors of #113521
Black with #113521
Text Example
Text Example
White with #113521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #113521; }
p { color: rgb(17,53,33); }
H1.HeaderClassName
{
color: #113521;
}
.AnyTagClassName
{
color: #113521;
}
</style>
background-color css
<style>
a { background-color: #113521; }
a { background-color: rgb(17,53,33); }
div.DivClassName
{
background-color: #113521;
}
.BgClassName
{
background-color: #113521;
}
</style>
border-color css
<style>
span { border-color: #113521; }
span { border-color: rgb(17,53,33); }
td.TdClassName
{
border-color: #113521;
}
.TagClassName
{
border-color: #113521;
}
</style>