Shades of Deep Fir #093710
Tints of Deep Fir #093710
RGB
CMYK
RGB Variations
Color information
#093710 (or 0x093710) is known color: Deep Fir. HEX triplet: 09, 37 and 10. RGB value is (9,55,16). Sum of RGB (Red+Green+Blue) = 9+55+16=80 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.25% from 80); Green value is 55 (21.88% from 255 or 68.75% from 80); Blue value is 16 (6.64% from 255 or 20% from 80); Max value from RGB is 55 - color contains mainly: green. Hex color #093710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093710 is #F6C8EF. Grayscale: #242424. Windows color (decimal): -16173296 or 1062665. OLE color: 1062665.
HSL color Cylindrical-coordinate representation of color #093710: hue angle of 129.13º 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 #093710 is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 9 | 55 | 16 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.78 |
| HSL | 129.13º | 0.72% | 0.13% | - |
| HSV(B) | 129.13º | 0.84% | 0.22% | - |
| XYZ | 1.57 | 2.83 | 0.95 | - |
| YUV | 36.8 | 116.26 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 55 | 16 | 0.84 | 0 | 0.71 | 0.78 | 129.13 | 0.72 | 0.13 |
| Hex | 9 | 37 | 10 | 54 | 0 | 47 | 4E | 81 | 48 | D |
| Octal | 11 | 67 | 20 | 124 | 0 | 107 | 116 | 201 | 110 | 15 |
| Binary | 1001 | 110111 | 10000 | 1010100 | 0 | 1000111 | 1001110 | 10000001 | 1001000 | 1101 |
Color Harmonies of #093710
Complementary color
Monochromatic Colors of #093710
Black with #093710
Text Example
Text Example
White with #093710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093710; }
p { color: rgb(9,55,16); }
H1.HeaderClassName
{
color: #093710;
}
.AnyTagClassName
{
color: #093710;
}
</style>
background-color css
<style>
a { background-color: #093710; }
a { background-color: rgb(9,55,16); }
div.DivClassName
{
background-color: #093710;
}
.BgClassName
{
background-color: #093710;
}
</style>
border-color css
<style>
span { border-color: #093710; }
span { border-color: rgb(9,55,16); }
td.TdClassName
{
border-color: #093710;
}
.TagClassName
{
border-color: #093710;
}
</style>