Shades of Deep Fir #083B11
Tints of Deep Fir #083B11
RGB
CMYK
RGB Variations
Color information
#083B11 (or 0x083B11) is known color: Deep Fir. HEX triplet: 08, 3B and 11. RGB value is (8,59,17). Sum of RGB (Red+Green+Blue) = 8+59+17=84 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.52% from 84); Green value is 59 (23.44% from 255 or 70.24% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 59 - color contains mainly: green. Hex color #083B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083B11 is #F7C4EE. Grayscale: #272727. Windows color (decimal): -16237807 or 1129224. OLE color: 1129224.
HSL color Cylindrical-coordinate representation of color #083B11: hue angle of 130.59º 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 #083B11 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 59 | 17 | - |
| CMYK | 0.86 | 0 | 0.71 | 0.77 |
| HSL | 130.59º | 0.76% | 0.13% | - |
| HSV(B) | 130.59º | 0.86% | 0.23% | - |
| XYZ | 1.77 | 3.22 | 1.06 | - |
| YUV | 38.96 | 115.6 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 59 | 17 | 0.86 | 0 | 0.71 | 0.77 | 130.59 | 0.76 | 0.13 |
| Hex | 8 | 3B | 11 | 56 | 0 | 47 | 4D | 83 | 4C | D |
| Octal | 10 | 73 | 21 | 126 | 0 | 107 | 115 | 203 | 114 | 15 |
| Binary | 1000 | 111011 | 10001 | 1010110 | 0 | 1000111 | 1001101 | 10000011 | 1001100 | 1101 |
Color Harmonies of #083B11
Complementary color
Monochromatic Colors of #083B11
Black with #083B11
Text Example
Text Example
White with #083B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083B11; }
p { color: rgb(8,59,17); }
H1.HeaderClassName
{
color: #083B11;
}
.AnyTagClassName
{
color: #083B11;
}
</style>
background-color css
<style>
a { background-color: #083B11; }
a { background-color: rgb(8,59,17); }
div.DivClassName
{
background-color: #083B11;
}
.BgClassName
{
background-color: #083B11;
}
</style>
border-color css
<style>
span { border-color: #083B11; }
span { border-color: rgb(8,59,17); }
td.TdClassName
{
border-color: #083B11;
}
.TagClassName
{
border-color: #083B11;
}
</style>