Shades of Deep Fir #093911
Tints of Deep Fir #093911
RGB
CMYK
RGB Variations
Color information
#093911 (or 0x093911) is known color: Deep Fir. HEX triplet: 09, 39 and 11. RGB value is (9,57,17). Sum of RGB (Red+Green+Blue) = 9+57+17=83 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.84% from 83); Green value is 57 (22.66% from 255 or 68.67% from 83); Blue value is 17 (7.03% from 255 or 20.48% from 83); Max value from RGB is 57 - color contains mainly: green. Hex color #093911 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093911 is #F6C6EE. Grayscale: #262626. Windows color (decimal): -16172783 or 1128713. OLE color: 1128713.
HSL color Cylindrical-coordinate representation of color #093911: hue angle of 130º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093911 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 9 | 57 | 17 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.78 |
| HSL | 130º | 0.73% | 0.13% | - |
| HSV(B) | 130º | 0.84% | 0.22% | - |
| XYZ | 1.68 | 3.02 | 1.03 | - |
| YUV | 38.09 | 116.1 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 57 | 17 | 0.84 | 0 | 0.70 | 0.78 | 130 | 0.73 | 0.13 |
| Hex | 9 | 39 | 11 | 54 | 0 | 46 | 4E | 82 | 49 | D |
| Octal | 11 | 71 | 21 | 124 | 0 | 106 | 116 | 202 | 111 | 15 |
| Binary | 1001 | 111001 | 10001 | 1010100 | 0 | 1000110 | 1001110 | 10000010 | 1001001 | 1101 |
Color Harmonies of #093911
Complementary color
Monochromatic Colors of #093911
Black with #093911
Text Example
Text Example
White with #093911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093911; }
p { color: rgb(9,57,17); }
H1.HeaderClassName
{
color: #093911;
}
.AnyTagClassName
{
color: #093911;
}
</style>
background-color css
<style>
a { background-color: #093911; }
a { background-color: rgb(9,57,17); }
div.DivClassName
{
background-color: #093911;
}
.BgClassName
{
background-color: #093911;
}
</style>
border-color css
<style>
span { border-color: #093911; }
span { border-color: rgb(9,57,17); }
td.TdClassName
{
border-color: #093911;
}
.TagClassName
{
border-color: #093911;
}
</style>