Shades of Deep Fir #082811
Tints of Deep Fir #082811
RGB
CMYK
RGB Variations
Color information
#082811 (or 0x082811) is known color: Deep Fir. HEX triplet: 08, 28 and 11. RGB value is (8,40,17). Sum of RGB (Red+Green+Blue) = 8+40+17=65 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.31% from 65); Green value is 40 (16.02% from 255 or 61.54% from 65); Blue value is 17 (7.03% from 255 or 26.15% from 65); Max value from RGB is 40 - color contains mainly: green. Hex color #082811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082811 is #F7D7EE. Grayscale: #1B1B1B. Windows color (decimal): -16242671 or 1124360. OLE color: 1124360.
HSL color Cylindrical-coordinate representation of color #082811: hue angle of 136.88º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #082811 is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 40 | 17 | - |
| CMYK | 0.80 | 0 | 0.57 | 0.84 |
| HSL | 136.88º | 0.67% | 0.09% | - |
| HSV(B) | 136.88º | 0.8% | 0.16% | - |
| XYZ | 0.96 | 1.61 | 0.79 | - |
| YUV | 27.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 17 | 0.80 | 0 | 0.57 | 0.84 | 136.88 | 0.67 | 0.09 |
| Hex | 8 | 28 | 11 | 50 | 0 | 39 | 54 | 89 | 43 | 9 |
| Octal | 10 | 50 | 21 | 120 | 0 | 71 | 124 | 211 | 103 | 11 |
| Binary | 1000 | 101000 | 10001 | 1010000 | 0 | 111001 | 1010100 | 10001001 | 1000011 | 1001 |
Color Harmonies of #082811
Complementary color
Monochromatic Colors of #082811
Black with #082811
Text Example
Text Example
White with #082811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082811; }
p { color: rgb(8,40,17); }
H1.HeaderClassName
{
color: #082811;
}
.AnyTagClassName
{
color: #082811;
}
</style>
background-color css
<style>
a { background-color: #082811; }
a { background-color: rgb(8,40,17); }
div.DivClassName
{
background-color: #082811;
}
.BgClassName
{
background-color: #082811;
}
</style>
border-color css
<style>
span { border-color: #082811; }
span { border-color: rgb(8,40,17); }
td.TdClassName
{
border-color: #082811;
}
.TagClassName
{
border-color: #082811;
}
</style>