Shades of Deep Fir #073C0E
Tints of Deep Fir #073C0E
RGB
CMYK
RGB Variations
Color information
#073C0E (or 0x073C0E) is known color: Deep Fir. HEX triplet: 07, 3C and 0E. RGB value is (7,60,14). Sum of RGB (Red+Green+Blue) = 7+60+14=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 60 (23.83% from 255 or 74.07% from 81); Blue value is 14 (5.86% from 255 or 17.28% from 81); Max value from RGB is 60 - color contains mainly: green. Hex color #073C0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073C0E is #F8C3F1. Grayscale: #272727. Windows color (decimal): -16303090 or 932871. OLE color: 932871.
HSL color Cylindrical-coordinate representation of color #073C0E: hue angle of 127.92º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073C0E is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 60 | 14 | - |
| CMYK | 0.88 | 0 | 0.77 | 0.76 |
| HSL | 127.92º | 0.79% | 0.13% | - |
| HSV(B) | 127.92º | 0.88% | 0.24% | - |
| XYZ | 1.78 | 3.31 | 0.96 | - |
| YUV | 38.91 | 113.94 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 60 | 14 | 0.88 | 0 | 0.77 | 0.76 | 127.92 | 0.79 | 0.13 |
| Hex | 7 | 3C | E | 58 | 0 | 4D | 4C | 80 | 4F | D |
| Octal | 7 | 74 | 16 | 130 | 0 | 115 | 114 | 200 | 117 | 15 |
| Binary | 111 | 111100 | 1110 | 1011000 | 0 | 1001101 | 1001100 | 10000000 | 1001111 | 1101 |
Color Harmonies of #073C0E
Complementary color
Monochromatic Colors of #073C0E
Black with #073C0E
Text Example
Text Example
White with #073C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073C0E; }
p { color: rgb(7,60,14); }
H1.HeaderClassName
{
color: #073C0E;
}
.AnyTagClassName
{
color: #073C0E;
}
</style>
background-color css
<style>
a { background-color: #073C0E; }
a { background-color: rgb(7,60,14); }
div.DivClassName
{
background-color: #073C0E;
}
.BgClassName
{
background-color: #073C0E;
}
</style>
border-color css
<style>
span { border-color: #073C0E; }
span { border-color: rgb(7,60,14); }
td.TdClassName
{
border-color: #073C0E;
}
.TagClassName
{
border-color: #073C0E;
}
</style>