Shades of Deep Fir #084117
Tints of Deep Fir #084117
RGB
CMYK
RGB Variations
Color information
#084117 (or 0x084117) is known color: Deep Fir. HEX triplet: 08, 41 and 17. RGB value is (8,65,23). Sum of RGB (Red+Green+Blue) = 8+65+23=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 65 (25.78% from 255 or 67.71% from 96); Blue value is 23 (9.38% from 255 or 23.96% from 96); Max value from RGB is 65 - color contains mainly: green. Hex color #084117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084117 is #F7BEE8. Grayscale: #2B2B2B. Windows color (decimal): -16236265 or 1523976. OLE color: 1523976.
HSL color Cylindrical-coordinate representation of color #084117: hue angle of 135.79º 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 #084117 is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 65 | 23 | - |
| CMYK | 0.88 | 0 | 0.65 | 0.75 |
| HSL | 135.79º | 0.78% | 0.14% | - |
| HSV(B) | 135.79º | 0.88% | 0.25% | - |
| XYZ | 2.15 | 3.89 | 1.45 | - |
| YUV | 43.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 65 | 23 | 0.88 | 0 | 0.65 | 0.75 | 135.79 | 0.78 | 0.14 |
| Hex | 8 | 41 | 17 | 58 | 0 | 41 | 4B | 88 | 4E | E |
| Octal | 10 | 101 | 27 | 130 | 0 | 101 | 113 | 210 | 116 | 16 |
| Binary | 1000 | 1000001 | 10111 | 1011000 | 0 | 1000001 | 1001011 | 10001000 | 1001110 | 1110 |
Color Harmonies of #084117
Complementary color
Monochromatic Colors of #084117
Black with #084117
Text Example
Text Example
White with #084117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084117; }
p { color: rgb(8,65,23); }
H1.HeaderClassName
{
color: #084117;
}
.AnyTagClassName
{
color: #084117;
}
</style>
background-color css
<style>
a { background-color: #084117; }
a { background-color: rgb(8,65,23); }
div.DivClassName
{
background-color: #084117;
}
.BgClassName
{
background-color: #084117;
}
</style>
border-color css
<style>
span { border-color: #084117; }
span { border-color: rgb(8,65,23); }
td.TdClassName
{
border-color: #084117;
}
.TagClassName
{
border-color: #084117;
}
</style>