Shades of Deep Fir #083D1B
Tints of Deep Fir #083D1B
RGB
CMYK
RGB Variations
Color information
#083D1B (or 0x083D1B) is known color: Deep Fir. HEX triplet: 08, 3D and 1B. RGB value is (8,61,27). Sum of RGB (Red+Green+Blue) = 8+61+27=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 61 (24.22% from 255 or 63.54% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 61 - color contains mainly: green. Hex color #083D1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083D1B is #F7C2E4. Grayscale: #292929. Windows color (decimal): -16237285 or 1785096. OLE color: 1785096.
HSL color Cylindrical-coordinate representation of color #083D1B: hue angle of 141.51º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #083D1B is Cyan = 0.87, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 61 | 27 | - |
| CMYK | 0.87 | 0 | 0.56 | 0.76 |
| HSL | 141.51º | 0.77% | 0.14% | - |
| HSV(B) | 141.51º | 0.87% | 0.24% | - |
| XYZ | 1.97 | 3.47 | 1.6 | - |
| YUV | 41.28 | 119.94 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 61 | 27 | 0.87 | 0 | 0.56 | 0.76 | 141.51 | 0.77 | 0.14 |
| Hex | 8 | 3D | 1B | 57 | 0 | 38 | 4C | 8E | 4D | E |
| Octal | 10 | 75 | 33 | 127 | 0 | 70 | 114 | 216 | 115 | 16 |
| Binary | 1000 | 111101 | 11011 | 1010111 | 0 | 111000 | 1001100 | 10001110 | 1001101 | 1110 |
Color Harmonies of #083D1B
Complementary color
Monochromatic Colors of #083D1B
Black with #083D1B
Text Example
Text Example
White with #083D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083D1B; }
p { color: rgb(8,61,27); }
H1.HeaderClassName
{
color: #083D1B;
}
.AnyTagClassName
{
color: #083D1B;
}
</style>
background-color css
<style>
a { background-color: #083D1B; }
a { background-color: rgb(8,61,27); }
div.DivClassName
{
background-color: #083D1B;
}
.BgClassName
{
background-color: #083D1B;
}
</style>
border-color css
<style>
span { border-color: #083D1B; }
span { border-color: rgb(8,61,27); }
td.TdClassName
{
border-color: #083D1B;
}
.TagClassName
{
border-color: #083D1B;
}
</style>