Shades of Deep Fir #084619
Tints of Deep Fir #084619
RGB
CMYK
RGB Variations
Color information
#084619 (or 0x084619) is known color: Deep Fir. HEX triplet: 08, 46 and 19. RGB value is (8,70,25). Sum of RGB (Red+Green+Blue) = 8+70+25=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 70 (27.73% from 255 or 67.96% from 103); Blue value is 25 (10.16% from 255 or 24.27% from 103); Max value from RGB is 70 - color contains mainly: green. Hex color #084619 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084619 is #F7B9E6. Grayscale: #2E2E2E. Windows color (decimal): -16234983 or 1656328. OLE color: 1656328.
HSL color Cylindrical-coordinate representation of color #084619: hue angle of 136.45º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084619 is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 70 | 25 | - |
| CMYK | 0.89 | 0 | 0.64 | 0.73 |
| HSL | 136.45º | 0.79% | 0.15% | - |
| HSV(B) | 136.45º | 0.89% | 0.27% | - |
| XYZ | 2.47 | 4.5 | 1.66 | - |
| YUV | 46.33 | 115.96 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 70 | 25 | 0.89 | 0 | 0.64 | 0.73 | 136.45 | 0.79 | 0.15 |
| Hex | 8 | 46 | 19 | 59 | 0 | 40 | 49 | 88 | 4F | F |
| Octal | 10 | 106 | 31 | 131 | 0 | 100 | 111 | 210 | 117 | 17 |
| Binary | 1000 | 1000110 | 11001 | 1011001 | 0 | 1000000 | 1001001 | 10001000 | 1001111 | 1111 |
Color Harmonies of #084619
Complementary color
Monochromatic Colors of #084619
Black with #084619
Text Example
Text Example
White with #084619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084619; }
p { color: rgb(8,70,25); }
H1.HeaderClassName
{
color: #084619;
}
.AnyTagClassName
{
color: #084619;
}
</style>
background-color css
<style>
a { background-color: #084619; }
a { background-color: rgb(8,70,25); }
div.DivClassName
{
background-color: #084619;
}
.BgClassName
{
background-color: #084619;
}
</style>
border-color css
<style>
span { border-color: #084619; }
span { border-color: rgb(8,70,25); }
td.TdClassName
{
border-color: #084619;
}
.TagClassName
{
border-color: #084619;
}
</style>