Shades of Deep Fir #084113
Tints of Deep Fir #084113
RGB
CMYK
RGB Variations
Color information
#084113 (or 0x084113) is known color: Deep Fir. HEX triplet: 08, 41 and 13. RGB value is (8,65,19). Sum of RGB (Red+Green+Blue) = 8+65+19=92 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.70% from 92); Green value is 65 (25.78% from 255 or 70.65% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 65 - color contains mainly: green. Hex color #084113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084113 is #F7BEEC. Grayscale: #2A2A2A. Windows color (decimal): -16236269 or 1261832. OLE color: 1261832.
HSL color Cylindrical-coordinate representation of color #084113: hue angle of 131.58º 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 #084113 is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 65 | 19 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.75 |
| HSL | 131.58º | 0.78% | 0.14% | - |
| HSV(B) | 131.58º | 0.88% | 0.25% | - |
| XYZ | 2.11 | 3.88 | 1.25 | - |
| YUV | 42.71 | 114.62 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 65 | 19 | 0.88 | 0 | 0.71 | 0.75 | 131.58 | 0.78 | 0.14 |
| Hex | 8 | 41 | 13 | 58 | 0 | 47 | 4B | 84 | 4E | E |
| Octal | 10 | 101 | 23 | 130 | 0 | 107 | 113 | 204 | 116 | 16 |
| Binary | 1000 | 1000001 | 10011 | 1011000 | 0 | 1000111 | 1001011 | 10000100 | 1001110 | 1110 |
Color Harmonies of #084113
Complementary color
Monochromatic Colors of #084113
Black with #084113
Text Example
Text Example
White with #084113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084113; }
p { color: rgb(8,65,19); }
H1.HeaderClassName
{
color: #084113;
}
.AnyTagClassName
{
color: #084113;
}
</style>
background-color css
<style>
a { background-color: #084113; }
a { background-color: rgb(8,65,19); }
div.DivClassName
{
background-color: #084113;
}
.BgClassName
{
background-color: #084113;
}
</style>
border-color css
<style>
span { border-color: #084113; }
span { border-color: rgb(8,65,19); }
td.TdClassName
{
border-color: #084113;
}
.TagClassName
{
border-color: #084113;
}
</style>