Shades of Deep Fir #114521
Tints of Deep Fir #114521
RGB
CMYK
RGB Variations
Color information
#114521 (or 0x114521) is known color: Deep Fir. HEX triplet: 11, 45 and 21. RGB value is (17,69,33). Sum of RGB (Red+Green+Blue) = 17+69+33=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 69 (27.34% from 255 or 57.98% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 69 - color contains mainly: green. Hex color #114521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114521 is #EEBADE. Grayscale: #313131. Windows color (decimal): -15645407 or 2180369. OLE color: 2180369.
HSL color Cylindrical-coordinate representation of color #114521: hue angle of 138.46º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #114521 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 69 | 33 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.73 |
| HSL | 138.46º | 0.6% | 0.17% | - |
| HSV(B) | 138.46º | 0.75% | 0.27% | - |
| XYZ | 2.63 | 4.49 | 2.17 | - |
| YUV | 49.35 | 118.77 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 69 | 33 | 0.75 | 0 | 0.52 | 0.73 | 138.46 | 0.6 | 0.17 |
| Hex | 11 | 45 | 21 | 4B | 0 | 34 | 49 | 8A | 3C | 11 |
| Octal | 21 | 105 | 41 | 113 | 0 | 64 | 111 | 212 | 74 | 21 |
| Binary | 10001 | 1000101 | 100001 | 1001011 | 0 | 110100 | 1001001 | 10001010 | 111100 | 10001 |
Color Harmonies of #114521
Complementary color
Monochromatic Colors of #114521
Black with #114521
Text Example
Text Example
White with #114521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114521; }
p { color: rgb(17,69,33); }
H1.HeaderClassName
{
color: #114521;
}
.AnyTagClassName
{
color: #114521;
}
</style>
background-color css
<style>
a { background-color: #114521; }
a { background-color: rgb(17,69,33); }
div.DivClassName
{
background-color: #114521;
}
.BgClassName
{
background-color: #114521;
}
</style>
border-color css
<style>
span { border-color: #114521; }
span { border-color: rgb(17,69,33); }
td.TdClassName
{
border-color: #114521;
}
.TagClassName
{
border-color: #114521;
}
</style>