Shades of Deep Fir #083910
Tints of Deep Fir #083910
RGB
CMYK
RGB Variations
Color information
#083910 (or 0x083910) is known color: Deep Fir. HEX triplet: 08, 39 and 10. RGB value is (8,57,16). Sum of RGB (Red+Green+Blue) = 8+57+16=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 57 (22.66% from 255 or 70.37% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 57 - color contains mainly: green. Hex color #083910 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083910 is #F7C6EF. Grayscale: #252525. Windows color (decimal): -16238320 or 1063176. OLE color: 1063176.
HSL color Cylindrical-coordinate representation of color #083910: hue angle of 129.8º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083910 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 8 | 57 | 16 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.78 |
| HSL | 129.8º | 0.75% | 0.13% | - |
| HSV(B) | 129.8º | 0.86% | 0.22% | - |
| XYZ | 1.66 | 3.02 | 0.98 | - |
| YUV | 37.68 | 115.77 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 57 | 16 | 0.86 | 0 | 0.72 | 0.78 | 129.8 | 0.75 | 0.13 |
| Hex | 8 | 39 | 10 | 56 | 0 | 48 | 4E | 82 | 4B | D |
| Octal | 10 | 71 | 20 | 126 | 0 | 110 | 116 | 202 | 113 | 15 |
| Binary | 1000 | 111001 | 10000 | 1010110 | 0 | 1001000 | 1001110 | 10000010 | 1001011 | 1101 |
Color Harmonies of #083910
Complementary color
Monochromatic Colors of #083910
Black with #083910
Text Example
Text Example
White with #083910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083910; }
p { color: rgb(8,57,16); }
H1.HeaderClassName
{
color: #083910;
}
.AnyTagClassName
{
color: #083910;
}
</style>
background-color css
<style>
a { background-color: #083910; }
a { background-color: rgb(8,57,16); }
div.DivClassName
{
background-color: #083910;
}
.BgClassName
{
background-color: #083910;
}
</style>
border-color css
<style>
span { border-color: #083910; }
span { border-color: rgb(8,57,16); }
td.TdClassName
{
border-color: #083910;
}
.TagClassName
{
border-color: #083910;
}
</style>