Shades of Deep Fir #083B19
Tints of Deep Fir #083B19
RGB
CMYK
RGB Variations
Color information
#083B19 (or 0x083B19) is known color: Deep Fir. HEX triplet: 08, 3B and 19. RGB value is (8,59,25). Sum of RGB (Red+Green+Blue) = 8+59+25=92 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.70% from 92); Green value is 59 (23.44% from 255 or 64.13% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 59 - color contains mainly: green. Hex color #083B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083B19 is #F7C4E6. Grayscale: #272727. Windows color (decimal): -16237799 or 1653512. OLE color: 1653512.
HSL color Cylindrical-coordinate representation of color #083B19: hue angle of 140º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083B19 is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 59 | 25 | - |
| CMYK | 0.86 | 0 | 0.58 | 0.77 |
| HSL | 140º | 0.76% | 0.13% | - |
| HSV(B) | 140º | 0.86% | 0.23% | - |
| XYZ | 1.84 | 3.25 | 1.45 | - |
| YUV | 39.88 | 119.6 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 59 | 25 | 0.86 | 0 | 0.58 | 0.77 | 140 | 0.76 | 0.13 |
| Hex | 8 | 3B | 19 | 56 | 0 | 3A | 4D | 8C | 4C | D |
| Octal | 10 | 73 | 31 | 126 | 0 | 72 | 115 | 214 | 114 | 15 |
| Binary | 1000 | 111011 | 11001 | 1010110 | 0 | 111010 | 1001101 | 10001100 | 1001100 | 1101 |
Color Harmonies of #083B19
Complementary color
Monochromatic Colors of #083B19
Black with #083B19
Text Example
Text Example
White with #083B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083B19; }
p { color: rgb(8,59,25); }
H1.HeaderClassName
{
color: #083B19;
}
.AnyTagClassName
{
color: #083B19;
}
</style>
background-color css
<style>
a { background-color: #083B19; }
a { background-color: rgb(8,59,25); }
div.DivClassName
{
background-color: #083B19;
}
.BgClassName
{
background-color: #083B19;
}
</style>
border-color css
<style>
span { border-color: #083B19; }
span { border-color: rgb(8,59,25); }
td.TdClassName
{
border-color: #083B19;
}
.TagClassName
{
border-color: #083B19;
}
</style>