Shades of Deep Fir #093917
Tints of Deep Fir #093917
RGB
CMYK
RGB Variations
Color information
#093917 (or 0x093917) is known color: Deep Fir. HEX triplet: 09, 39 and 17. RGB value is (9,57,23). Sum of RGB (Red+Green+Blue) = 9+57+23=89 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.11% from 89); Green value is 57 (22.66% from 255 or 64.04% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 57 - color contains mainly: green. Hex color #093917 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093917 is #F6C6E8. Grayscale: #262626. Windows color (decimal): -16172777 or 1521929. OLE color: 1521929.
HSL color Cylindrical-coordinate representation of color #093917: hue angle of 137.5º 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 #093917 is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 9 | 57 | 23 | - |
| CMYK | 0.84 | 0 | 0.60 | 0.78 |
| HSL | 137.5º | 0.73% | 0.13% | - |
| HSV(B) | 137.5º | 0.84% | 0.22% | - |
| XYZ | 1.73 | 3.05 | 1.31 | - |
| YUV | 38.77 | 119.1 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 57 | 23 | 0.84 | 0 | 0.60 | 0.78 | 137.5 | 0.73 | 0.13 |
| Hex | 9 | 39 | 17 | 54 | 0 | 3C | 4E | 8A | 49 | D |
| Octal | 11 | 71 | 27 | 124 | 0 | 74 | 116 | 212 | 111 | 15 |
| Binary | 1001 | 111001 | 10111 | 1010100 | 0 | 111100 | 1001110 | 10001010 | 1001001 | 1101 |
Color Harmonies of #093917
Complementary color
Monochromatic Colors of #093917
Black with #093917
Text Example
Text Example
White with #093917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093917; }
p { color: rgb(9,57,23); }
H1.HeaderClassName
{
color: #093917;
}
.AnyTagClassName
{
color: #093917;
}
</style>
background-color css
<style>
a { background-color: #093917; }
a { background-color: rgb(9,57,23); }
div.DivClassName
{
background-color: #093917;
}
.BgClassName
{
background-color: #093917;
}
</style>
border-color css
<style>
span { border-color: #093917; }
span { border-color: rgb(9,57,23); }
td.TdClassName
{
border-color: #093917;
}
.TagClassName
{
border-color: #093917;
}
</style>