Shades of Deep Fir #083C19
Tints of Deep Fir #083C19
RGB
CMYK
RGB Variations
Color information
#083C19 (or 0x083C19) is known color: Deep Fir. HEX triplet: 08, 3C and 19. RGB value is (8,60,25). Sum of RGB (Red+Green+Blue) = 8+60+25=93 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.60% from 93); Green value is 60 (23.83% from 255 or 64.52% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 60 - color contains mainly: green. Hex color #083C19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083C19 is #F7C3E6. Grayscale: #282828. Windows color (decimal): -16237543 or 1653768. OLE color: 1653768.
HSL color Cylindrical-coordinate representation of color #083C19: hue angle of 139.62º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #083C19 is Cyan = 0.87, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 60 | 25 | - |
| CMYK | 0.87 | 0 | 0.58 | 0.76 |
| HSL | 139.62º | 0.76% | 0.13% | - |
| HSV(B) | 139.62º | 0.87% | 0.24% | - |
| XYZ | 1.89 | 3.35 | 1.47 | - |
| YUV | 40.46 | 119.27 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 25 | 0.87 | 0 | 0.58 | 0.76 | 139.62 | 0.76 | 0.13 |
| Hex | 8 | 3C | 19 | 57 | 0 | 3A | 4C | 8C | 4C | D |
| Octal | 10 | 74 | 31 | 127 | 0 | 72 | 114 | 214 | 114 | 15 |
| Binary | 1000 | 111100 | 11001 | 1010111 | 0 | 111010 | 1001100 | 10001100 | 1001100 | 1101 |
Color Harmonies of #083C19
Complementary color
Monochromatic Colors of #083C19
Black with #083C19
Text Example
Text Example
White with #083C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083C19; }
p { color: rgb(8,60,25); }
H1.HeaderClassName
{
color: #083C19;
}
.AnyTagClassName
{
color: #083C19;
}
</style>
background-color css
<style>
a { background-color: #083C19; }
a { background-color: rgb(8,60,25); }
div.DivClassName
{
background-color: #083C19;
}
.BgClassName
{
background-color: #083C19;
}
</style>
border-color css
<style>
span { border-color: #083C19; }
span { border-color: rgb(8,60,25); }
td.TdClassName
{
border-color: #083C19;
}
.TagClassName
{
border-color: #083C19;
}
</style>