Shades of Deep Fir #083117
Tints of Deep Fir #083117
RGB
CMYK
RGB Variations
Color information
#083117 (or 0x083117) is known color: Deep Fir. HEX triplet: 08, 31 and 17. RGB value is (8,49,23). Sum of RGB (Red+Green+Blue) = 8+49+23=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 49 (19.53% from 255 or 61.25% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 49 - color contains mainly: green. Hex color #083117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083117 is #F7CEE8. Grayscale: #212121. Windows color (decimal): -16240361 or 1519880. OLE color: 1519880.
HSL color Cylindrical-coordinate representation of color #083117: hue angle of 141.95º 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 #083117 is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 8 | 49 | 23 | - |
| CMYK | 0.84 | 0 | 0.53 | 0.81 |
| HSL | 141.95º | 0.72% | 0.11% | - |
| HSV(B) | 141.95º | 0.84% | 0.19% | - |
| XYZ | 1.35 | 2.31 | 1.19 | - |
| YUV | 33.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 49 | 23 | 0.84 | 0 | 0.53 | 0.81 | 141.95 | 0.72 | 0.11 |
| Hex | 8 | 31 | 17 | 54 | 0 | 35 | 51 | 8E | 48 | B |
| Octal | 10 | 61 | 27 | 124 | 0 | 65 | 121 | 216 | 110 | 13 |
| Binary | 1000 | 110001 | 10111 | 1010100 | 0 | 110101 | 1010001 | 10001110 | 1001000 | 1011 |
Color Harmonies of #083117
Complementary color
Monochromatic Colors of #083117
Black with #083117
Text Example
Text Example
White with #083117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083117; }
p { color: rgb(8,49,23); }
H1.HeaderClassName
{
color: #083117;
}
.AnyTagClassName
{
color: #083117;
}
</style>
background-color css
<style>
a { background-color: #083117; }
a { background-color: rgb(8,49,23); }
div.DivClassName
{
background-color: #083117;
}
.BgClassName
{
background-color: #083117;
}
</style>
border-color css
<style>
span { border-color: #083117; }
span { border-color: rgb(8,49,23); }
td.TdClassName
{
border-color: #083117;
}
.TagClassName
{
border-color: #083117;
}
</style>