Shades of Deep Fir #094314
Tints of Deep Fir #094314
RGB
CMYK
RGB Variations
Color information
#094314 (or 0x094314) is known color: Deep Fir. HEX triplet: 09, 43 and 14. RGB value is (9,67,20). Sum of RGB (Red+Green+Blue) = 9+67+20=96 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.38% from 96); Green value is 67 (26.56% from 255 or 69.79% from 96); Blue value is 20 (8.20% from 255 or 20.83% from 96); Max value from RGB is 67 - color contains mainly: green. Hex color #094314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094314 is #F6BCEB. Grayscale: #2C2C2C. Windows color (decimal): -16170220 or 1327881. OLE color: 1327881.
HSL color Cylindrical-coordinate representation of color #094314: hue angle of 131.38º 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 #094314 is Cyan = 0.87, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 67 | 20 | - |
| CMYK | 0.87 | 0 | 0.70 | 0.74 |
| HSL | 131.38º | 0.76% | 0.15% | - |
| HSV(B) | 131.38º | 0.87% | 0.26% | - |
| XYZ | 2.25 | 4.12 | 1.34 | - |
| YUV | 44.3 | 114.28 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 20 | 0.87 | 0 | 0.70 | 0.74 | 131.38 | 0.76 | 0.15 |
| Hex | 9 | 43 | 14 | 57 | 0 | 46 | 4A | 83 | 4C | F |
| Octal | 11 | 103 | 24 | 127 | 0 | 106 | 112 | 203 | 114 | 17 |
| Binary | 1001 | 1000011 | 10100 | 1010111 | 0 | 1000110 | 1001010 | 10000011 | 1001100 | 1111 |
Color Harmonies of #094314
Complementary color
Monochromatic Colors of #094314
Black with #094314
Text Example
Text Example
White with #094314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094314; }
p { color: rgb(9,67,20); }
H1.HeaderClassName
{
color: #094314;
}
.AnyTagClassName
{
color: #094314;
}
</style>
background-color css
<style>
a { background-color: #094314; }
a { background-color: rgb(9,67,20); }
div.DivClassName
{
background-color: #094314;
}
.BgClassName
{
background-color: #094314;
}
</style>
border-color css
<style>
span { border-color: #094314; }
span { border-color: rgb(9,67,20); }
td.TdClassName
{
border-color: #094314;
}
.TagClassName
{
border-color: #094314;
}
</style>