Shades of Deep Fir #093011
Tints of Deep Fir #093011
RGB
CMYK
RGB Variations
Color information
#093011 (or 0x093011) is known color: Deep Fir. HEX triplet: 09, 30 and 11. RGB value is (9,48,17). Sum of RGB (Red+Green+Blue) = 9+48+17=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 48 (19.14% from 255 or 64.86% from 74); Blue value is 17 (7.03% from 255 or 22.97% from 74); Max value from RGB is 48 - color contains mainly: green. Hex color #093011 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093011 is #F6CFEE. Grayscale: #202020. Windows color (decimal): -16175087 or 1126409. OLE color: 1126409.
HSL color Cylindrical-coordinate representation of color #093011: hue angle of 132.31º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #093011 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 48 | 17 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.81 |
| HSL | 132.31º | 0.68% | 0.11% | - |
| HSV(B) | 132.31º | 0.81% | 0.19% | - |
| XYZ | 1.27 | 2.21 | 0.89 | - |
| YUV | 32.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 48 | 17 | 0.81 | 0 | 0.65 | 0.81 | 132.31 | 0.68 | 0.11 |
| Hex | 9 | 30 | 11 | 51 | 0 | 41 | 51 | 84 | 44 | B |
| Octal | 11 | 60 | 21 | 121 | 0 | 101 | 121 | 204 | 104 | 13 |
| Binary | 1001 | 110000 | 10001 | 1010001 | 0 | 1000001 | 1010001 | 10000100 | 1000100 | 1011 |
Color Harmonies of #093011
Complementary color
Monochromatic Colors of #093011
Black with #093011
Text Example
Text Example
White with #093011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093011; }
p { color: rgb(9,48,17); }
H1.HeaderClassName
{
color: #093011;
}
.AnyTagClassName
{
color: #093011;
}
</style>
background-color css
<style>
a { background-color: #093011; }
a { background-color: rgb(9,48,17); }
div.DivClassName
{
background-color: #093011;
}
.BgClassName
{
background-color: #093011;
}
</style>
border-color css
<style>
span { border-color: #093011; }
span { border-color: rgb(9,48,17); }
td.TdClassName
{
border-color: #093011;
}
.TagClassName
{
border-color: #093011;
}
</style>