Shades of Deep Fir #082710
Tints of Deep Fir #082710
RGB
CMYK
RGB Variations
Color information
#082710 (or 0x082710) is known color: Deep Fir. HEX triplet: 08, 27 and 10. RGB value is (8,39,16). Sum of RGB (Red+Green+Blue) = 8+39+16=63 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.70% from 63); Green value is 39 (15.62% from 255 or 61.90% from 63); Blue value is 16 (6.64% from 255 or 25.40% from 63); Max value from RGB is 39 - color contains mainly: green. Hex color #082710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082710 is #F7D8EF. Grayscale: #1B1B1B. Windows color (decimal): -16242928 or 1058568. OLE color: 1058568.
HSL color Cylindrical-coordinate representation of color #082710: hue angle of 135.48º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #082710 is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 39 | 16 | - |
| CMYK | 0.79 | 0 | 0.59 | 0.85 |
| HSL | 135.48º | 0.66% | 0.09% | - |
| HSV(B) | 135.48º | 0.79% | 0.15% | - |
| XYZ | 0.92 | 1.54 | 0.74 | - |
| YUV | 27.11 | 121.73 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 16 | 0.79 | 0 | 0.59 | 0.85 | 135.48 | 0.66 | 0.09 |
| Hex | 8 | 27 | 10 | 4F | 0 | 3B | 55 | 87 | 42 | 9 |
| Octal | 10 | 47 | 20 | 117 | 0 | 73 | 125 | 207 | 102 | 11 |
| Binary | 1000 | 100111 | 10000 | 1001111 | 0 | 111011 | 1010101 | 10000111 | 1000010 | 1001 |
Color Harmonies of #082710
Complementary color
Monochromatic Colors of #082710
Black with #082710
Text Example
Text Example
White with #082710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082710; }
p { color: rgb(8,39,16); }
H1.HeaderClassName
{
color: #082710;
}
.AnyTagClassName
{
color: #082710;
}
</style>
background-color css
<style>
a { background-color: #082710; }
a { background-color: rgb(8,39,16); }
div.DivClassName
{
background-color: #082710;
}
.BgClassName
{
background-color: #082710;
}
</style>
border-color css
<style>
span { border-color: #082710; }
span { border-color: rgb(8,39,16); }
td.TdClassName
{
border-color: #082710;
}
.TagClassName
{
border-color: #082710;
}
</style>