Shades of Deep Fir #082411
Tints of Deep Fir #082411
RGB
CMYK
RGB Variations
Color information
#082411 (or 0x082411) is known color: Deep Fir. HEX triplet: 08, 24 and 11. RGB value is (8,36,17). Sum of RGB (Red+Green+Blue) = 8+36+17=61 (8% of max value = 765). Red value is 8 (3.52% from 255 or 13.11% from 61); Green value is 36 (14.45% from 255 or 59.02% from 61); Blue value is 17 (7.03% from 255 or 27.87% from 61); Max value from RGB is 36 - color contains mainly: green. Hex color #082411 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082411 is #F7DBEE. Grayscale: #191919. Windows color (decimal): -16243695 or 1123336. OLE color: 1123336.
HSL color Cylindrical-coordinate representation of color #082411: hue angle of 139.29º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #082411 is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 8 | 36 | 17 | - |
| CMYK | 0.78 | 0 | 0.53 | 0.86 |
| HSL | 139.29º | 0.64% | 0.09% | - |
| HSV(B) | 139.29º | 0.78% | 0.14% | - |
| XYZ | 0.83 | 1.35 | 0.75 | - |
| YUV | 25.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 17 | 0.78 | 0 | 0.53 | 0.86 | 139.29 | 0.64 | 0.09 |
| Hex | 8 | 24 | 11 | 4E | 0 | 35 | 56 | 8B | 40 | 9 |
| Octal | 10 | 44 | 21 | 116 | 0 | 65 | 126 | 213 | 100 | 11 |
| Binary | 1000 | 100100 | 10001 | 1001110 | 0 | 110101 | 1010110 | 10001011 | 1000000 | 1001 |
Color Harmonies of #082411
Complementary color
Monochromatic Colors of #082411
Black with #082411
Text Example
Text Example
White with #082411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082411; }
p { color: rgb(8,36,17); }
H1.HeaderClassName
{
color: #082411;
}
.AnyTagClassName
{
color: #082411;
}
</style>
background-color css
<style>
a { background-color: #082411; }
a { background-color: rgb(8,36,17); }
div.DivClassName
{
background-color: #082411;
}
.BgClassName
{
background-color: #082411;
}
</style>
border-color css
<style>
span { border-color: #082411; }
span { border-color: rgb(8,36,17); }
td.TdClassName
{
border-color: #082411;
}
.TagClassName
{
border-color: #082411;
}
</style>