Shades of Deep Fir #084118
Tints of Deep Fir #084118
RGB
CMYK
RGB Variations
Color information
#084118 (or 0x084118) is known color: Deep Fir. HEX triplet: 08, 41 and 18. RGB value is (8,65,24). Sum of RGB (Red+Green+Blue) = 8+65+24=97 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.25% from 97); Green value is 65 (25.78% from 255 or 67.01% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 65 - color contains mainly: green. Hex color #084118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084118 is #F7BEE7. Grayscale: #2B2B2B. Windows color (decimal): -16236264 or 1589512. OLE color: 1589512.
HSL color Cylindrical-coordinate representation of color #084118: hue angle of 136.84º 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 #084118 is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 65 | 24 | - |
| CMYK | 0.88 | 0 | 0.63 | 0.75 |
| HSL | 136.84º | 0.78% | 0.14% | - |
| HSV(B) | 136.84º | 0.88% | 0.25% | - |
| XYZ | 2.16 | 3.9 | 1.5 | - |
| YUV | 43.28 | 117.12 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 65 | 24 | 0.88 | 0 | 0.63 | 0.75 | 136.84 | 0.78 | 0.14 |
| Hex | 8 | 41 | 18 | 58 | 0 | 3F | 4B | 89 | 4E | E |
| Octal | 10 | 101 | 30 | 130 | 0 | 77 | 113 | 211 | 116 | 16 |
| Binary | 1000 | 1000001 | 11000 | 1011000 | 0 | 111111 | 1001011 | 10001001 | 1001110 | 1110 |
Color Harmonies of #084118
Complementary color
Monochromatic Colors of #084118
Black with #084118
Text Example
Text Example
White with #084118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084118; }
p { color: rgb(8,65,24); }
H1.HeaderClassName
{
color: #084118;
}
.AnyTagClassName
{
color: #084118;
}
</style>
background-color css
<style>
a { background-color: #084118; }
a { background-color: rgb(8,65,24); }
div.DivClassName
{
background-color: #084118;
}
.BgClassName
{
background-color: #084118;
}
</style>
border-color css
<style>
span { border-color: #084118; }
span { border-color: rgb(8,65,24); }
td.TdClassName
{
border-color: #084118;
}
.TagClassName
{
border-color: #084118;
}
</style>