Shades of Deep Fir #093C11
Tints of Deep Fir #093C11
RGB
CMYK
RGB Variations
Color information
#093C11 (or 0x093C11) is known color: Deep Fir. HEX triplet: 09, 3C and 11. RGB value is (9,60,17). Sum of RGB (Red+Green+Blue) = 9+60+17=86 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.47% from 86); Green value is 60 (23.83% from 255 or 69.77% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 60 - color contains mainly: green. Hex color #093C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093C11 is #F6C3EE. Grayscale: #272727. Windows color (decimal): -16172015 or 1129481. OLE color: 1129481.
HSL color Cylindrical-coordinate representation of color #093C11: hue angle of 129.41º 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 #093C11 is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 60 | 17 | - |
| CMYK | 0.85 | 0 | 0.72 | 0.76 |
| HSL | 129.41º | 0.74% | 0.14% | - |
| HSV(B) | 129.41º | 0.85% | 0.24% | - |
| XYZ | 1.83 | 3.33 | 1.08 | - |
| YUV | 39.85 | 115.1 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 60 | 17 | 0.85 | 0 | 0.72 | 0.76 | 129.41 | 0.74 | 0.14 |
| Hex | 9 | 3C | 11 | 55 | 0 | 48 | 4C | 81 | 4A | E |
| Octal | 11 | 74 | 21 | 125 | 0 | 110 | 114 | 201 | 112 | 16 |
| Binary | 1001 | 111100 | 10001 | 1010101 | 0 | 1001000 | 1001100 | 10000001 | 1001010 | 1110 |
Color Harmonies of #093C11
Complementary color
Monochromatic Colors of #093C11
Black with #093C11
Text Example
Text Example
White with #093C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093C11; }
p { color: rgb(9,60,17); }
H1.HeaderClassName
{
color: #093C11;
}
.AnyTagClassName
{
color: #093C11;
}
</style>
background-color css
<style>
a { background-color: #093C11; }
a { background-color: rgb(9,60,17); }
div.DivClassName
{
background-color: #093C11;
}
.BgClassName
{
background-color: #093C11;
}
</style>
border-color css
<style>
span { border-color: #093C11; }
span { border-color: rgb(9,60,17); }
td.TdClassName
{
border-color: #093C11;
}
.TagClassName
{
border-color: #093C11;
}
</style>