Shades of Deep Fir #082511
Tints of Deep Fir #082511
RGB
CMYK
RGB Variations
Color information
#082511 (or 0x082511) is known color: Deep Fir. HEX triplet: 08, 25 and 11. RGB value is (8,37,17). Sum of RGB (Red+Green+Blue) = 8+37+17=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 37 (14.84% from 255 or 59.68% from 62); Blue value is 17 (7.03% from 255 or 27.42% from 62); Max value from RGB is 37 - color contains mainly: green. Hex color #082511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082511 is #F7DAEE. Grayscale: #1A1A1A. Windows color (decimal): -16243439 or 1123592. OLE color: 1123592.
HSL color Cylindrical-coordinate representation of color #082511: hue angle of 138.62º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #082511 is Cyan = 0.78, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 37 | 17 | - |
| CMYK | 0.78 | 0 | 0.54 | 0.85 |
| HSL | 138.62º | 0.64% | 0.09% | - |
| HSV(B) | 138.62º | 0.78% | 0.15% | - |
| XYZ | 0.86 | 1.42 | 0.76 | - |
| YUV | 26.05 | 122.89 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 37 | 17 | 0.78 | 0 | 0.54 | 0.85 | 138.62 | 0.64 | 0.09 |
| Hex | 8 | 25 | 11 | 4E | 0 | 36 | 55 | 8B | 40 | 9 |
| Octal | 10 | 45 | 21 | 116 | 0 | 66 | 125 | 213 | 100 | 11 |
| Binary | 1000 | 100101 | 10001 | 1001110 | 0 | 110110 | 1010101 | 10001011 | 1000000 | 1001 |
Color Harmonies of #082511
Complementary color
Monochromatic Colors of #082511
Black with #082511
Text Example
Text Example
White with #082511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082511; }
p { color: rgb(8,37,17); }
H1.HeaderClassName
{
color: #082511;
}
.AnyTagClassName
{
color: #082511;
}
</style>
background-color css
<style>
a { background-color: #082511; }
a { background-color: rgb(8,37,17); }
div.DivClassName
{
background-color: #082511;
}
.BgClassName
{
background-color: #082511;
}
</style>
border-color css
<style>
span { border-color: #082511; }
span { border-color: rgb(8,37,17); }
td.TdClassName
{
border-color: #082511;
}
.TagClassName
{
border-color: #082511;
}
</style>