Shades of Deep Fir #083B1C
Tints of Deep Fir #083B1C
RGB
CMYK
RGB Variations
Color information
#083B1C (or 0x083B1C) is known color: Deep Fir. HEX triplet: 08, 3B and 1C. RGB value is (8,59,28). Sum of RGB (Red+Green+Blue) = 8+59+28=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 59 (23.44% from 255 or 62.11% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 59 - color contains mainly: green. Hex color #083B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083B1C is #F7C4E3. Grayscale: #282828. Windows color (decimal): -16237796 or 1850120. OLE color: 1850120.
HSL color Cylindrical-coordinate representation of color #083B1C: hue angle of 143.53º 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 #083B1C is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 59 | 28 | - |
| CMYK | 0.86 | 0 | 0.53 | 0.77 |
| HSL | 143.53º | 0.76% | 0.13% | - |
| HSV(B) | 143.53º | 0.86% | 0.23% | - |
| XYZ | 1.87 | 3.26 | 1.63 | - |
| YUV | 40.22 | 121.1 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 59 | 28 | 0.86 | 0 | 0.53 | 0.77 | 143.53 | 0.76 | 0.13 |
| Hex | 8 | 3B | 1C | 56 | 0 | 35 | 4D | 90 | 4C | D |
| Octal | 10 | 73 | 34 | 126 | 0 | 65 | 115 | 220 | 114 | 15 |
| Binary | 1000 | 111011 | 11100 | 1010110 | 0 | 110101 | 1001101 | 10010000 | 1001100 | 1101 |
Color Harmonies of #083B1C
Complementary color
Monochromatic Colors of #083B1C
Black with #083B1C
Text Example
Text Example
White with #083B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083B1C; }
p { color: rgb(8,59,28); }
H1.HeaderClassName
{
color: #083B1C;
}
.AnyTagClassName
{
color: #083B1C;
}
</style>
background-color css
<style>
a { background-color: #083B1C; }
a { background-color: rgb(8,59,28); }
div.DivClassName
{
background-color: #083B1C;
}
.BgClassName
{
background-color: #083B1C;
}
</style>
border-color css
<style>
span { border-color: #083B1C; }
span { border-color: rgb(8,59,28); }
td.TdClassName
{
border-color: #083B1C;
}
.TagClassName
{
border-color: #083B1C;
}
</style>