Shades of Deep Fir #082813
Tints of Deep Fir #082813
RGB
CMYK
RGB Variations
Color information
#082813 (or 0x082813) is known color: Deep Fir. HEX triplet: 08, 28 and 13. RGB value is (8,40,19). Sum of RGB (Red+Green+Blue) = 8+40+19=67 (8% of max value = 765). Red value is 8 (3.52% from 255 or 11.94% from 67); Green value is 40 (16.02% from 255 or 59.70% from 67); Blue value is 19 (7.81% from 255 or 28.36% from 67); Max value from RGB is 40 - color contains mainly: green. Hex color #082813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082813 is #F7D7EC. Grayscale: #1C1C1C. Windows color (decimal): -16242669 or 1255432. OLE color: 1255432.
HSL color Cylindrical-coordinate representation of color #082813: hue angle of 140.62º 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 #082813 is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 40 | 19 | - |
| CMYK | 0.80 | 0 | 0.52 | 0.84 |
| HSL | 140.63º | 0.67% | 0.09% | - |
| HSV(B) | 140.63º | 0.8% | 0.16% | - |
| XYZ | 0.98 | 1.62 | 0.88 | - |
| YUV | 28.04 | 122.9 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 19 | 0.80 | 0 | 0.52 | 0.84 | 140.63 | 0.67 | 0.09 |
| Hex | 8 | 28 | 13 | 50 | 0 | 34 | 54 | 8D | 43 | 9 |
| Octal | 10 | 50 | 23 | 120 | 0 | 64 | 124 | 215 | 103 | 11 |
| Binary | 1000 | 101000 | 10011 | 1010000 | 0 | 110100 | 1010100 | 10001101 | 1000011 | 1001 |
Color Harmonies of #082813
Complementary color
Monochromatic Colors of #082813
Black with #082813
Text Example
Text Example
White with #082813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082813; }
p { color: rgb(8,40,19); }
H1.HeaderClassName
{
color: #082813;
}
.AnyTagClassName
{
color: #082813;
}
</style>
background-color css
<style>
a { background-color: #082813; }
a { background-color: rgb(8,40,19); }
div.DivClassName
{
background-color: #082813;
}
.BgClassName
{
background-color: #082813;
}
</style>
border-color css
<style>
span { border-color: #082813; }
span { border-color: rgb(8,40,19); }
td.TdClassName
{
border-color: #082813;
}
.TagClassName
{
border-color: #082813;
}
</style>