Shades of Deep Fir #084116
Tints of Deep Fir #084116
RGB
CMYK
RGB Variations
Color information
#084116 (or 0x084116) is known color: Deep Fir. HEX triplet: 08, 41 and 16. RGB value is (8,65,22). Sum of RGB (Red+Green+Blue) = 8+65+22=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 65 (25.78% from 255 or 68.42% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 65 - color contains mainly: green. Hex color #084116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084116 is #F7BEE9. Grayscale: #2B2B2B. Windows color (decimal): -16236266 or 1458440. OLE color: 1458440.
HSL color Cylindrical-coordinate representation of color #084116: hue angle of 134.74º 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 #084116 is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 65 | 22 | - |
| CMYK | 0.88 | 0 | 0.66 | 0.75 |
| HSL | 134.74º | 0.78% | 0.14% | - |
| HSV(B) | 134.74º | 0.88% | 0.25% | - |
| XYZ | 2.14 | 3.89 | 1.4 | - |
| YUV | 43.06 | 116.12 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 65 | 22 | 0.88 | 0 | 0.66 | 0.75 | 134.74 | 0.78 | 0.14 |
| Hex | 8 | 41 | 16 | 58 | 0 | 42 | 4B | 87 | 4E | E |
| Octal | 10 | 101 | 26 | 130 | 0 | 102 | 113 | 207 | 116 | 16 |
| Binary | 1000 | 1000001 | 10110 | 1011000 | 0 | 1000010 | 1001011 | 10000111 | 1001110 | 1110 |
Color Harmonies of #084116
Complementary color
Monochromatic Colors of #084116
Black with #084116
Text Example
Text Example
White with #084116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084116; }
p { color: rgb(8,65,22); }
H1.HeaderClassName
{
color: #084116;
}
.AnyTagClassName
{
color: #084116;
}
</style>
background-color css
<style>
a { background-color: #084116; }
a { background-color: rgb(8,65,22); }
div.DivClassName
{
background-color: #084116;
}
.BgClassName
{
background-color: #084116;
}
</style>
border-color css
<style>
span { border-color: #084116; }
span { border-color: rgb(8,65,22); }
td.TdClassName
{
border-color: #084116;
}
.TagClassName
{
border-color: #084116;
}
</style>