Shades of Deep Fir #083C1C
Tints of Deep Fir #083C1C
RGB
CMYK
RGB Variations
Color information
#083C1C (or 0x083C1C) is known color: Deep Fir. HEX triplet: 08, 3C and 1C. RGB value is (8,60,28). Sum of RGB (Red+Green+Blue) = 8+60+28=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 60 (23.83% from 255 or 62.5% from 96); Blue value is 28 (11.33% from 255 or 29.17% from 96); Max value from RGB is 60 - color contains mainly: green. Hex color #083C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083C1C is #F7C3E3. Grayscale: #282828. Windows color (decimal): -16237540 or 1850376. OLE color: 1850376.
HSL color Cylindrical-coordinate representation of color #083C1C: hue angle of 143.08º 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 #083C1C is Cyan = 0.87, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 60 | 28 | - |
| CMYK | 0.87 | 0 | 0.53 | 0.76 |
| HSL | 143.08º | 0.76% | 0.13% | - |
| HSV(B) | 143.08º | 0.87% | 0.24% | - |
| XYZ | 1.93 | 3.37 | 1.65 | - |
| YUV | 40.8 | 120.77 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 28 | 0.87 | 0 | 0.53 | 0.76 | 143.08 | 0.76 | 0.13 |
| Hex | 8 | 3C | 1C | 57 | 0 | 35 | 4C | 8F | 4C | D |
| Octal | 10 | 74 | 34 | 127 | 0 | 65 | 114 | 217 | 114 | 15 |
| Binary | 1000 | 111100 | 11100 | 1010111 | 0 | 110101 | 1001100 | 10001111 | 1001100 | 1101 |
Color Harmonies of #083C1C
Complementary color
Monochromatic Colors of #083C1C
Black with #083C1C
Text Example
Text Example
White with #083C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083C1C; }
p { color: rgb(8,60,28); }
H1.HeaderClassName
{
color: #083C1C;
}
.AnyTagClassName
{
color: #083C1C;
}
</style>
background-color css
<style>
a { background-color: #083C1C; }
a { background-color: rgb(8,60,28); }
div.DivClassName
{
background-color: #083C1C;
}
.BgClassName
{
background-color: #083C1C;
}
</style>
border-color css
<style>
span { border-color: #083C1C; }
span { border-color: rgb(8,60,28); }
td.TdClassName
{
border-color: #083C1C;
}
.TagClassName
{
border-color: #083C1C;
}
</style>