Shades of Deep Fir #083711
Tints of Deep Fir #083711
RGB
CMYK
RGB Variations
Color information
#083711 (or 0x083711) is known color: Deep Fir. HEX triplet: 08, 37 and 11. RGB value is (8,55,17). Sum of RGB (Red+Green+Blue) = 8+55+17=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 55 (21.88% from 255 or 68.75% from 80); Blue value is 17 (7.03% from 255 or 21.25% from 80); Max value from RGB is 55 - color contains mainly: green. Hex color #083711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083711 is #F7C8EE. Grayscale: #242424. Windows color (decimal): -16238831 or 1128200. OLE color: 1128200.
HSL color Cylindrical-coordinate representation of color #083711: hue angle of 131.49º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083711 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 8 | 55 | 17 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.78 |
| HSL | 131.49º | 0.75% | 0.12% | - |
| HSV(B) | 131.49º | 0.85% | 0.22% | - |
| XYZ | 1.57 | 2.82 | 0.99 | - |
| YUV | 36.62 | 116.93 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 55 | 17 | 0.85 | 0 | 0.69 | 0.78 | 131.49 | 0.75 | 0.12 |
| Hex | 8 | 37 | 11 | 55 | 0 | 45 | 4E | 83 | 4B | C |
| Octal | 10 | 67 | 21 | 125 | 0 | 105 | 116 | 203 | 113 | 14 |
| Binary | 1000 | 110111 | 10001 | 1010101 | 0 | 1000101 | 1001110 | 10000011 | 1001011 | 1100 |
Color Harmonies of #083711
Complementary color
Monochromatic Colors of #083711
Black with #083711
Text Example
Text Example
White with #083711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083711; }
p { color: rgb(8,55,17); }
H1.HeaderClassName
{
color: #083711;
}
.AnyTagClassName
{
color: #083711;
}
</style>
background-color css
<style>
a { background-color: #083711; }
a { background-color: rgb(8,55,17); }
div.DivClassName
{
background-color: #083711;
}
.BgClassName
{
background-color: #083711;
}
</style>
border-color css
<style>
span { border-color: #083711; }
span { border-color: rgb(8,55,17); }
td.TdClassName
{
border-color: #083711;
}
.TagClassName
{
border-color: #083711;
}
</style>