Shades of Deep Fir #094318
Tints of Deep Fir #094318
RGB
CMYK
RGB Variations
Color information
#094318 (or 0x094318) is known color: Deep Fir. HEX triplet: 09, 43 and 18. RGB value is (9,67,24). Sum of RGB (Red+Green+Blue) = 9+67+24=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 67 (26.56% from 255 or 67% from 100); Blue value is 24 (9.77% from 255 or 24% from 100); Max value from RGB is 67 - color contains mainly: green. Hex color #094318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094318 is #F6BCE7. Grayscale: #2C2C2C. Windows color (decimal): -16170216 or 1590025. OLE color: 1590025.
HSL color Cylindrical-coordinate representation of color #094318: hue angle of 135.52º 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 #094318 is Cyan = 0.87, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 9 | 67 | 24 | - |
| CMYK | 0.87 | 0 | 0.64 | 0.74 |
| HSL | 135.52º | 0.76% | 0.15% | - |
| HSV(B) | 135.52º | 0.87% | 0.26% | - |
| XYZ | 2.28 | 4.14 | 1.54 | - |
| YUV | 44.76 | 116.28 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 67 | 24 | 0.87 | 0 | 0.64 | 0.74 | 135.52 | 0.76 | 0.15 |
| Hex | 9 | 43 | 18 | 57 | 0 | 40 | 4A | 88 | 4C | F |
| Octal | 11 | 103 | 30 | 127 | 0 | 100 | 112 | 210 | 114 | 17 |
| Binary | 1001 | 1000011 | 11000 | 1010111 | 0 | 1000000 | 1001010 | 10001000 | 1001100 | 1111 |
Color Harmonies of #094318
Complementary color
Monochromatic Colors of #094318
Black with #094318
Text Example
Text Example
White with #094318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094318; }
p { color: rgb(9,67,24); }
H1.HeaderClassName
{
color: #094318;
}
.AnyTagClassName
{
color: #094318;
}
</style>
background-color css
<style>
a { background-color: #094318; }
a { background-color: rgb(9,67,24); }
div.DivClassName
{
background-color: #094318;
}
.BgClassName
{
background-color: #094318;
}
</style>
border-color css
<style>
span { border-color: #094318; }
span { border-color: rgb(9,67,24); }
td.TdClassName
{
border-color: #094318;
}
.TagClassName
{
border-color: #094318;
}
</style>