Shades of Deep Fir #093D11
Tints of Deep Fir #093D11
RGB
CMYK
RGB Variations
Color information
#093D11 (or 0x093D11) is known color: Deep Fir. HEX triplet: 09, 3D and 11. RGB value is (9,61,17). Sum of RGB (Red+Green+Blue) = 9+61+17=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 61 (24.22% from 255 or 70.11% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 61 - color contains mainly: green. Hex color #093D11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093D11 is #F6C2EE. Grayscale: #282828. Windows color (decimal): -16171759 or 1129737. OLE color: 1129737.
HSL color Cylindrical-coordinate representation of color #093D11: hue angle of 129.23º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093D11 is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 61 | 17 | - |
| CMYK | 0.85 | 0 | 0.72 | 0.76 |
| HSL | 129.23º | 0.74% | 0.14% | - |
| HSV(B) | 129.23º | 0.85% | 0.24% | - |
| XYZ | 1.88 | 3.44 | 1.09 | - |
| YUV | 40.44 | 114.77 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 61 | 17 | 0.85 | 0 | 0.72 | 0.76 | 129.23 | 0.74 | 0.14 |
| Hex | 9 | 3D | 11 | 55 | 0 | 48 | 4C | 81 | 4A | E |
| Octal | 11 | 75 | 21 | 125 | 0 | 110 | 114 | 201 | 112 | 16 |
| Binary | 1001 | 111101 | 10001 | 1010101 | 0 | 1001000 | 1001100 | 10000001 | 1001010 | 1110 |
Color Harmonies of #093D11
Complementary color
Monochromatic Colors of #093D11
Black with #093D11
Text Example
Text Example
White with #093D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093D11; }
p { color: rgb(9,61,17); }
H1.HeaderClassName
{
color: #093D11;
}
.AnyTagClassName
{
color: #093D11;
}
</style>
background-color css
<style>
a { background-color: #093D11; }
a { background-color: rgb(9,61,17); }
div.DivClassName
{
background-color: #093D11;
}
.BgClassName
{
background-color: #093D11;
}
</style>
border-color css
<style>
span { border-color: #093D11; }
span { border-color: rgb(9,61,17); }
td.TdClassName
{
border-color: #093D11;
}
.TagClassName
{
border-color: #093D11;
}
</style>