Shades of Deep Fir #084715
Tints of Deep Fir #084715
RGB
CMYK
RGB Variations
Color information
#084715 (or 0x084715) is known color: Deep Fir. HEX triplet: 08, 47 and 15. RGB value is (8,71,21). Sum of RGB (Red+Green+Blue) = 8+71+21=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 71 (28.12% from 255 or 71% from 100); Blue value is 21 (8.59% from 255 or 21% from 100); Max value from RGB is 71 - color contains mainly: green. Hex color #084715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084715 is #F7B8EA. Grayscale: #2E2E2E. Windows color (decimal): -16234731 or 1394440. OLE color: 1394440.
HSL color Cylindrical-coordinate representation of color #084715: hue angle of 132.38º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #084715 is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 8 | 71 | 21 | - |
| CMYK | 0.89 | 0 | 0.70 | 0.72 |
| HSL | 132.38º | 0.8% | 0.15% | - |
| HSV(B) | 132.38º | 0.89% | 0.28% | - |
| XYZ | 2.49 | 4.61 | 1.47 | - |
| YUV | 46.46 | 113.63 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 71 | 21 | 0.89 | 0 | 0.70 | 0.72 | 132.38 | 0.8 | 0.15 |
| Hex | 8 | 47 | 15 | 59 | 0 | 46 | 48 | 84 | 50 | F |
| Octal | 10 | 107 | 25 | 131 | 0 | 106 | 110 | 204 | 120 | 17 |
| Binary | 1000 | 1000111 | 10101 | 1011001 | 0 | 1000110 | 1001000 | 10000100 | 1010000 | 1111 |
Color Harmonies of #084715
Complementary color
Monochromatic Colors of #084715
Black with #084715
Text Example
Text Example
White with #084715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084715; }
p { color: rgb(8,71,21); }
H1.HeaderClassName
{
color: #084715;
}
.AnyTagClassName
{
color: #084715;
}
</style>
background-color css
<style>
a { background-color: #084715; }
a { background-color: rgb(8,71,21); }
div.DivClassName
{
background-color: #084715;
}
.BgClassName
{
background-color: #084715;
}
</style>
border-color css
<style>
span { border-color: #084715; }
span { border-color: rgb(8,71,21); }
td.TdClassName
{
border-color: #084715;
}
.TagClassName
{
border-color: #084715;
}
</style>