Shades of Deep Fir #083B0F
Tints of Deep Fir #083B0F
RGB
CMYK
RGB Variations
Color information
#083B0F (or 0x083B0F) is known color: Deep Fir. HEX triplet: 08, 3B and 0F. RGB value is (8,59,15). Sum of RGB (Red+Green+Blue) = 8+59+15=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 59 (23.44% from 255 or 71.95% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 59 - color contains mainly: green. Hex color #083B0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083B0F is #F7C4F0. Grayscale: #262626. Windows color (decimal): -16237809 or 998152. OLE color: 998152.
HSL color Cylindrical-coordinate representation of color #083B0F: hue angle of 128.24º 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 #083B0F is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 59 | 15 | - |
| CMYK | 0.86 | 0 | 0.75 | 0.77 |
| HSL | 128.24º | 0.76% | 0.13% | - |
| HSV(B) | 128.24º | 0.86% | 0.23% | - |
| XYZ | 1.75 | 3.21 | 0.98 | - |
| YUV | 38.74 | 114.6 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 59 | 15 | 0.86 | 0 | 0.75 | 0.77 | 128.24 | 0.76 | 0.13 |
| Hex | 8 | 3B | F | 56 | 0 | 4B | 4D | 80 | 4C | D |
| Octal | 10 | 73 | 17 | 126 | 0 | 113 | 115 | 200 | 114 | 15 |
| Binary | 1000 | 111011 | 1111 | 1010110 | 0 | 1001011 | 1001101 | 10000000 | 1001100 | 1101 |
Color Harmonies of #083B0F
Complementary color
Monochromatic Colors of #083B0F
Black with #083B0F
Text Example
Text Example
White with #083B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083B0F; }
p { color: rgb(8,59,15); }
H1.HeaderClassName
{
color: #083B0F;
}
.AnyTagClassName
{
color: #083B0F;
}
</style>
background-color css
<style>
a { background-color: #083B0F; }
a { background-color: rgb(8,59,15); }
div.DivClassName
{
background-color: #083B0F;
}
.BgClassName
{
background-color: #083B0F;
}
</style>
border-color css
<style>
span { border-color: #083B0F; }
span { border-color: rgb(8,59,15); }
td.TdClassName
{
border-color: #083B0F;
}
.TagClassName
{
border-color: #083B0F;
}
</style>