Shades of Deep Fir #094417
Tints of Deep Fir #094417
RGB
CMYK
RGB Variations
Color information
#094417 (or 0x094417) is known color: Deep Fir. HEX triplet: 09, 44 and 17. RGB value is (9,68,23). Sum of RGB (Red+Green+Blue) = 9+68+23=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 68 (26.95% from 255 or 68% from 100); Blue value is 23 (9.38% from 255 or 23% from 100); Max value from RGB is 68 - color contains mainly: green. Hex color #094417 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094417 is #F6BBE8. Grayscale: #2D2D2D. Windows color (decimal): -16169961 or 1524745. OLE color: 1524745.
HSL color Cylindrical-coordinate representation of color #094417: hue angle of 134.24º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094417 is Cyan = 0.87, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 9 | 68 | 23 | - |
| CMYK | 0.87 | 0 | 0.66 | 0.73 |
| HSL | 134.24º | 0.77% | 0.15% | - |
| HSV(B) | 134.24º | 0.87% | 0.27% | - |
| XYZ | 2.33 | 4.25 | 1.51 | - |
| YUV | 45.23 | 115.45 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 68 | 23 | 0.87 | 0 | 0.66 | 0.73 | 134.24 | 0.77 | 0.15 |
| Hex | 9 | 44 | 17 | 57 | 0 | 42 | 49 | 86 | 4D | F |
| Octal | 11 | 104 | 27 | 127 | 0 | 102 | 111 | 206 | 115 | 17 |
| Binary | 1001 | 1000100 | 10111 | 1010111 | 0 | 1000010 | 1001001 | 10000110 | 1001101 | 1111 |
Color Harmonies of #094417
Complementary color
Monochromatic Colors of #094417
Black with #094417
Text Example
Text Example
White with #094417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094417; }
p { color: rgb(9,68,23); }
H1.HeaderClassName
{
color: #094417;
}
.AnyTagClassName
{
color: #094417;
}
</style>
background-color css
<style>
a { background-color: #094417; }
a { background-color: rgb(9,68,23); }
div.DivClassName
{
background-color: #094417;
}
.BgClassName
{
background-color: #094417;
}
</style>
border-color css
<style>
span { border-color: #094417; }
span { border-color: rgb(9,68,23); }
td.TdClassName
{
border-color: #094417;
}
.TagClassName
{
border-color: #094417;
}
</style>