Shades of Deep Fir #084413
Tints of Deep Fir #084413
RGB
CMYK
RGB Variations
Color information
#084413 (or 0x084413) is known color: Deep Fir. HEX triplet: 08, 44 and 13. RGB value is (8,68,19). Sum of RGB (Red+Green+Blue) = 8+68+19=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 68 (26.95% from 255 or 71.58% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 68 - color contains mainly: green. Hex color #084413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #084413 is #F7BBEC. Grayscale: #2C2C2C. Windows color (decimal): -16235501 or 1262600. OLE color: 1262600.
HSL color Cylindrical-coordinate representation of color #084413: hue angle of 131º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #084413 is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 68 | 19 | - |
| CMYK | 0.88 | 0 | 0.72 | 0.73 |
| HSL | 131º | 0.79% | 0.15% | - |
| HSV(B) | 131º | 0.88% | 0.27% | - |
| XYZ | 2.28 | 4.23 | 1.31 | - |
| YUV | 44.47 | 113.62 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 68 | 19 | 0.88 | 0 | 0.72 | 0.73 | 131 | 0.79 | 0.15 |
| Hex | 8 | 44 | 13 | 58 | 0 | 48 | 49 | 83 | 4F | F |
| Octal | 10 | 104 | 23 | 130 | 0 | 110 | 111 | 203 | 117 | 17 |
| Binary | 1000 | 1000100 | 10011 | 1011000 | 0 | 1001000 | 1001001 | 10000011 | 1001111 | 1111 |
Color Harmonies of #084413
Complementary color
Monochromatic Colors of #084413
Black with #084413
Text Example
Text Example
White with #084413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084413; }
p { color: rgb(8,68,19); }
H1.HeaderClassName
{
color: #084413;
}
.AnyTagClassName
{
color: #084413;
}
</style>
background-color css
<style>
a { background-color: #084413; }
a { background-color: rgb(8,68,19); }
div.DivClassName
{
background-color: #084413;
}
.BgClassName
{
background-color: #084413;
}
</style>
border-color css
<style>
span { border-color: #084413; }
span { border-color: rgb(8,68,19); }
td.TdClassName
{
border-color: #084413;
}
.TagClassName
{
border-color: #084413;
}
</style>