Shades of Deep Fir #084019
Tints of Deep Fir #084019
RGB
CMYK
RGB Variations
Color information
#084019 (or 0x084019) is known color: Deep Fir. HEX triplet: 08, 40 and 19. RGB value is (8,64,25). Sum of RGB (Red+Green+Blue) = 8+64+25=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 64 (25.39% from 255 or 65.98% from 97); Blue value is 25 (10.16% from 255 or 25.77% from 97); Max value from RGB is 64 - color contains mainly: green. Hex color #084019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084019 is #F7BFE6. Grayscale: #2A2A2A. Windows color (decimal): -16236519 or 1654792. OLE color: 1654792.
HSL color Cylindrical-coordinate representation of color #084019: hue angle of 138.21º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084019 is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 64 | 25 | - |
| CMYK | 0.87 | 0 | 0.61 | 0.75 |
| HSL | 138.21º | 0.78% | 0.14% | - |
| HSV(B) | 138.21º | 0.88% | 0.25% | - |
| XYZ | 2.11 | 3.79 | 1.54 | - |
| YUV | 42.81 | 117.95 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 64 | 25 | 0.87 | 0 | 0.61 | 0.75 | 138.21 | 0.78 | 0.14 |
| Hex | 8 | 40 | 19 | 57 | 0 | 3D | 4B | 8A | 4E | E |
| Octal | 10 | 100 | 31 | 127 | 0 | 75 | 113 | 212 | 116 | 16 |
| Binary | 1000 | 1000000 | 11001 | 1010111 | 0 | 111101 | 1001011 | 10001010 | 1001110 | 1110 |
Color Harmonies of #084019
Complementary color
Monochromatic Colors of #084019
Black with #084019
Text Example
Text Example
White with #084019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084019; }
p { color: rgb(8,64,25); }
H1.HeaderClassName
{
color: #084019;
}
.AnyTagClassName
{
color: #084019;
}
</style>
background-color css
<style>
a { background-color: #084019; }
a { background-color: rgb(8,64,25); }
div.DivClassName
{
background-color: #084019;
}
.BgClassName
{
background-color: #084019;
}
</style>
border-color css
<style>
span { border-color: #084019; }
span { border-color: rgb(8,64,25); }
td.TdClassName
{
border-color: #084019;
}
.TagClassName
{
border-color: #084019;
}
</style>