Shades of Deep Fir #094819
Tints of Deep Fir #094819
RGB
CMYK
RGB Variations
Color information
#094819 (or 0x094819) is known color: Deep Fir. HEX triplet: 09, 48 and 19. RGB value is (9,72,25). Sum of RGB (Red+Green+Blue) = 9+72+25=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 72 (28.52% from 255 or 67.92% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 72 - color contains mainly: green. Hex color #094819 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #094819 is #F6B7E6. Grayscale: #2F2F2F. Windows color (decimal): -16168935 or 1656841. OLE color: 1656841.
HSL color Cylindrical-coordinate representation of color #094819: hue angle of 135.24º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094819 is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 9 | 72 | 25 | - |
| CMYK | 0.88 | 0 | 0.65 | 0.72 |
| HSL | 135.24º | 0.78% | 0.16% | - |
| HSV(B) | 135.24º | 0.88% | 0.28% | - |
| XYZ | 2.61 | 4.76 | 1.7 | - |
| YUV | 47.81 | 115.13 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 72 | 25 | 0.88 | 0 | 0.65 | 0.72 | 135.24 | 0.78 | 0.16 |
| Hex | 9 | 48 | 19 | 58 | 0 | 41 | 48 | 87 | 4E | 10 |
| Octal | 11 | 110 | 31 | 130 | 0 | 101 | 110 | 207 | 116 | 20 |
| Binary | 1001 | 1001000 | 11001 | 1011000 | 0 | 1000001 | 1001000 | 10000111 | 1001110 | 10000 |
Color Harmonies of #094819
Complementary color
Monochromatic Colors of #094819
Black with #094819
Text Example
Text Example
White with #094819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #094819; }
p { color: rgb(9,72,25); }
H1.HeaderClassName
{
color: #094819;
}
.AnyTagClassName
{
color: #094819;
}
</style>
background-color css
<style>
a { background-color: #094819; }
a { background-color: rgb(9,72,25); }
div.DivClassName
{
background-color: #094819;
}
.BgClassName
{
background-color: #094819;
}
</style>
border-color css
<style>
span { border-color: #094819; }
span { border-color: rgb(9,72,25); }
td.TdClassName
{
border-color: #094819;
}
.TagClassName
{
border-color: #094819;
}
</style>