Shades of Deep Fir #093711
Tints of Deep Fir #093711
RGB
CMYK
RGB Variations
Color information
#093711 (or 0x093711) is known color: Deep Fir. HEX triplet: 09, 37 and 11. RGB value is (9,55,17). Sum of RGB (Red+Green+Blue) = 9+55+17=81 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.11% from 81); Green value is 55 (21.88% from 255 or 67.90% from 81); Blue value is 17 (7.03% from 255 or 20.99% from 81); Max value from RGB is 55 - color contains mainly: green. Hex color #093711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093711 is #F6C8EE. Grayscale: #252525. Windows color (decimal): -16173295 or 1128201. OLE color: 1128201.
HSL color Cylindrical-coordinate representation of color #093711: hue angle of 130.43º degrees, saturation: 0.72, 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 #093711 is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 9 | 55 | 17 | - |
| CMYK | 0.84 | 0 | 0.69 | 0.78 |
| HSL | 130.43º | 0.72% | 0.13% | - |
| HSV(B) | 130.43º | 0.84% | 0.22% | - |
| XYZ | 1.58 | 2.83 | 0.99 | - |
| YUV | 36.91 | 116.76 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 17 | 0.84 | 0 | 0.69 | 0.78 | 130.43 | 0.72 | 0.13 |
| Hex | 9 | 37 | 11 | 54 | 0 | 45 | 4E | 82 | 48 | D |
| Octal | 11 | 67 | 21 | 124 | 0 | 105 | 116 | 202 | 110 | 15 |
| Binary | 1001 | 110111 | 10001 | 1010100 | 0 | 1000101 | 1001110 | 10000010 | 1001000 | 1101 |
Color Harmonies of #093711
Complementary color
Monochromatic Colors of #093711
Black with #093711
Text Example
Text Example
White with #093711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093711; }
p { color: rgb(9,55,17); }
H1.HeaderClassName
{
color: #093711;
}
.AnyTagClassName
{
color: #093711;
}
</style>
background-color css
<style>
a { background-color: #093711; }
a { background-color: rgb(9,55,17); }
div.DivClassName
{
background-color: #093711;
}
.BgClassName
{
background-color: #093711;
}
</style>
border-color css
<style>
span { border-color: #093711; }
span { border-color: rgb(9,55,17); }
td.TdClassName
{
border-color: #093711;
}
.TagClassName
{
border-color: #093711;
}
</style>