Shades of Deep Fir #084913
Tints of Deep Fir #084913
RGB
CMYK
RGB Variations
Color information
#084913 (or 0x084913) is known color: Deep Fir. HEX triplet: 08, 49 and 13. RGB value is (8,73,19). Sum of RGB (Red+Green+Blue) = 8+73+19=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 73 (28.91% from 255 or 73% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 73 - color contains mainly: green. Hex color #084913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084913 is #F7B6EC. Grayscale: #2F2F2F. Windows color (decimal): -16234221 or 1263880. OLE color: 1263880.
HSL color Cylindrical-coordinate representation of color #084913: hue angle of 130.15º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084913 is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 73 | 19 | - |
| CMYK | 0.89 | 0 | 0.74 | 0.71 |
| HSL | 130.15º | 0.8% | 0.16% | - |
| HSV(B) | 130.15º | 0.89% | 0.29% | - |
| XYZ | 2.6 | 4.86 | 1.42 | - |
| YUV | 47.41 | 111.97 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 73 | 19 | 0.89 | 0 | 0.74 | 0.71 | 130.15 | 0.8 | 0.16 |
| Hex | 8 | 49 | 13 | 59 | 0 | 4A | 47 | 82 | 50 | 10 |
| Octal | 10 | 111 | 23 | 131 | 0 | 112 | 107 | 202 | 120 | 20 |
| Binary | 1000 | 1001001 | 10011 | 1011001 | 0 | 1001010 | 1000111 | 10000010 | 1010000 | 10000 |
Color Harmonies of #084913
Complementary color
Monochromatic Colors of #084913
Black with #084913
Text Example
Text Example
White with #084913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084913; }
p { color: rgb(8,73,19); }
H1.HeaderClassName
{
color: #084913;
}
.AnyTagClassName
{
color: #084913;
}
</style>
background-color css
<style>
a { background-color: #084913; }
a { background-color: rgb(8,73,19); }
div.DivClassName
{
background-color: #084913;
}
.BgClassName
{
background-color: #084913;
}
</style>
border-color css
<style>
span { border-color: #084913; }
span { border-color: rgb(8,73,19); }
td.TdClassName
{
border-color: #084913;
}
.TagClassName
{
border-color: #084913;
}
</style>