Shades of Deep Fir #094011
Tints of Deep Fir #094011
RGB
CMYK
RGB Variations
Color information
#094011 (or 0x094011) is known color: Deep Fir. HEX triplet: 09, 40 and 11. RGB value is (9,64,17). Sum of RGB (Red+Green+Blue) = 9+64+17=90 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10% from 90); Green value is 64 (25.39% from 255 or 71.11% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 64 - color contains mainly: green. Hex color #094011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094011 is #F6BFEE. Grayscale: #2A2A2A. Windows color (decimal): -16170991 or 1130505. OLE color: 1130505.
HSL color Cylindrical-coordinate representation of color #094011: hue angle of 128.73º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094011 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 64 | 17 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.75 |
| HSL | 128.73º | 0.75% | 0.14% | - |
| HSV(B) | 128.73º | 0.86% | 0.25% | - |
| XYZ | 2.05 | 3.77 | 1.15 | - |
| YUV | 42.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 64 | 17 | 0.86 | 0 | 0.73 | 0.75 | 128.73 | 0.75 | 0.14 |
| Hex | 9 | 40 | 11 | 56 | 0 | 49 | 4B | 81 | 4B | E |
| Octal | 11 | 100 | 21 | 126 | 0 | 111 | 113 | 201 | 113 | 16 |
| Binary | 1001 | 1000000 | 10001 | 1010110 | 0 | 1001001 | 1001011 | 10000001 | 1001011 | 1110 |
Color Harmonies of #094011
Complementary color
Monochromatic Colors of #094011
Black with #094011
Text Example
Text Example
White with #094011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094011; }
p { color: rgb(9,64,17); }
H1.HeaderClassName
{
color: #094011;
}
.AnyTagClassName
{
color: #094011;
}
</style>
background-color css
<style>
a { background-color: #094011; }
a { background-color: rgb(9,64,17); }
div.DivClassName
{
background-color: #094011;
}
.BgClassName
{
background-color: #094011;
}
</style>
border-color css
<style>
span { border-color: #094011; }
span { border-color: rgb(9,64,17); }
td.TdClassName
{
border-color: #094011;
}
.TagClassName
{
border-color: #094011;
}
</style>