Shades of Deep Fir #083110
Tints of Deep Fir #083110
RGB
CMYK
RGB Variations
Color information
#083110 (or 0x083110) is known color: Deep Fir. HEX triplet: 08, 31 and 10. RGB value is (8,49,16). Sum of RGB (Red+Green+Blue) = 8+49+16=73 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.96% from 73); Green value is 49 (19.53% from 255 or 67.12% from 73); Blue value is 16 (6.64% from 255 or 21.92% from 73); Max value from RGB is 49 - color contains mainly: green. Hex color #083110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083110 is #F7CEEF. Grayscale: #212121. Windows color (decimal): -16240368 or 1061128. OLE color: 1061128.
HSL color Cylindrical-coordinate representation of color #083110: hue angle of 131.71º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #083110 is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 8 | 49 | 16 | - |
| CMYK | 0.84 | 0 | 0.67 | 0.81 |
| HSL | 131.71º | 0.72% | 0.11% | - |
| HSV(B) | 131.71º | 0.84% | 0.19% | - |
| XYZ | 1.29 | 2.29 | 0.86 | - |
| YUV | 32.98 | 118.42 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 49 | 16 | 0.84 | 0 | 0.67 | 0.81 | 131.71 | 0.72 | 0.11 |
| Hex | 8 | 31 | 10 | 54 | 0 | 43 | 51 | 84 | 48 | B |
| Octal | 10 | 61 | 20 | 124 | 0 | 103 | 121 | 204 | 110 | 13 |
| Binary | 1000 | 110001 | 10000 | 1010100 | 0 | 1000011 | 1010001 | 10000100 | 1001000 | 1011 |
Color Harmonies of #083110
Complementary color
Monochromatic Colors of #083110
Black with #083110
Text Example
Text Example
White with #083110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083110; }
p { color: rgb(8,49,16); }
H1.HeaderClassName
{
color: #083110;
}
.AnyTagClassName
{
color: #083110;
}
</style>
background-color css
<style>
a { background-color: #083110; }
a { background-color: rgb(8,49,16); }
div.DivClassName
{
background-color: #083110;
}
.BgClassName
{
background-color: #083110;
}
</style>
border-color css
<style>
span { border-color: #083110; }
span { border-color: rgb(8,49,16); }
td.TdClassName
{
border-color: #083110;
}
.TagClassName
{
border-color: #083110;
}
</style>