Shades of Deep Fir #073016
Tints of Deep Fir #073016
RGB
CMYK
RGB Variations
Color information
#073016 (or 0x073016) is known color: Deep Fir. HEX triplet: 07, 30 and 16. RGB value is (7,48,22). Sum of RGB (Red+Green+Blue) = 7+48+22=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 48 (19.14% from 255 or 62.34% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 48 - color contains mainly: green. Hex color #073016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073016 is #F8CFE9. Grayscale: #202020. Windows color (decimal): -16306154 or 1454087. OLE color: 1454087.
HSL color Cylindrical-coordinate representation of color #073016: hue angle of 141.95º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #073016 is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 7 | 48 | 22 | - |
| CMYK | 0.85 | 0 | 0.54 | 0.81 |
| HSL | 141.95º | 0.75% | 0.11% | - |
| HSV(B) | 141.95º | 0.85% | 0.19% | - |
| XYZ | 1.29 | 2.22 | 1.12 | - |
| YUV | 32.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 48 | 22 | 0.85 | 0 | 0.54 | 0.81 | 141.95 | 0.75 | 0.11 |
| Hex | 7 | 30 | 16 | 55 | 0 | 36 | 51 | 8E | 4B | B |
| Octal | 7 | 60 | 26 | 125 | 0 | 66 | 121 | 216 | 113 | 13 |
| Binary | 111 | 110000 | 10110 | 1010101 | 0 | 110110 | 1010001 | 10001110 | 1001011 | 1011 |
Color Harmonies of #073016
Complementary color
Monochromatic Colors of #073016
Black with #073016
Text Example
Text Example
White with #073016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073016; }
p { color: rgb(7,48,22); }
H1.HeaderClassName
{
color: #073016;
}
.AnyTagClassName
{
color: #073016;
}
</style>
background-color css
<style>
a { background-color: #073016; }
a { background-color: rgb(7,48,22); }
div.DivClassName
{
background-color: #073016;
}
.BgClassName
{
background-color: #073016;
}
</style>
border-color css
<style>
span { border-color: #073016; }
span { border-color: rgb(7,48,22); }
td.TdClassName
{
border-color: #073016;
}
.TagClassName
{
border-color: #073016;
}
</style>