Shades of Deep Fir #094313
Tints of Deep Fir #094313
RGB
CMYK
RGB Variations
Color information
#094313 (or 0x094313) is known color: Deep Fir. HEX triplet: 09, 43 and 13. RGB value is (9,67,19). Sum of RGB (Red+Green+Blue) = 9+67+19=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 67 (26.56% from 255 or 70.53% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 67 - color contains mainly: green. Hex color #094313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094313 is #F6BCEC. Grayscale: #2C2C2C. Windows color (decimal): -16170221 or 1262345. OLE color: 1262345.
HSL color Cylindrical-coordinate representation of color #094313: hue angle of 130.34º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094313 is Cyan = 0.87, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 67 | 19 | - |
| CMYK | 0.87 | 0 | 0.72 | 0.74 |
| HSL | 130.34º | 0.76% | 0.15% | - |
| HSV(B) | 130.34º | 0.87% | 0.26% | - |
| XYZ | 2.24 | 4.12 | 1.29 | - |
| YUV | 44.19 | 113.78 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 19 | 0.87 | 0 | 0.72 | 0.74 | 130.34 | 0.76 | 0.15 |
| Hex | 9 | 43 | 13 | 57 | 0 | 48 | 4A | 82 | 4C | F |
| Octal | 11 | 103 | 23 | 127 | 0 | 110 | 112 | 202 | 114 | 17 |
| Binary | 1001 | 1000011 | 10011 | 1010111 | 0 | 1001000 | 1001010 | 10000010 | 1001100 | 1111 |
Color Harmonies of #094313
Complementary color
Monochromatic Colors of #094313
Black with #094313
Text Example
Text Example
White with #094313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094313; }
p { color: rgb(9,67,19); }
H1.HeaderClassName
{
color: #094313;
}
.AnyTagClassName
{
color: #094313;
}
</style>
background-color css
<style>
a { background-color: #094313; }
a { background-color: rgb(9,67,19); }
div.DivClassName
{
background-color: #094313;
}
.BgClassName
{
background-color: #094313;
}
</style>
border-color css
<style>
span { border-color: #094313; }
span { border-color: rgb(9,67,19); }
td.TdClassName
{
border-color: #094313;
}
.TagClassName
{
border-color: #094313;
}
</style>