Shades of Deep Fir #073911
Tints of Deep Fir #073911
RGB
CMYK
RGB Variations
Color information
#073911 (or 0x073911) is known color: Deep Fir. HEX triplet: 07, 39 and 11. RGB value is (7,57,17). Sum of RGB (Red+Green+Blue) = 7+57+17=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 57 (22.66% from 255 or 70.37% from 81); Blue value is 17 (7.03% from 255 or 20.99% from 81); Max value from RGB is 57 - color contains mainly: green. Hex color #073911 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073911 is #F8C6EE. Grayscale: #252525. Windows color (decimal): -16303855 or 1128711. OLE color: 1128711.
HSL color Cylindrical-coordinate representation of color #073911: hue angle of 132º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073911 is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 57 | 17 | - |
| CMYK | 0.88 | 0 | 0.70 | 0.78 |
| HSL | 132º | 0.78% | 0.13% | - |
| HSV(B) | 132º | 0.88% | 0.22% | - |
| XYZ | 1.65 | 3.01 | 1.02 | - |
| YUV | 37.49 | 116.44 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 57 | 17 | 0.88 | 0 | 0.70 | 0.78 | 132 | 0.78 | 0.13 |
| Hex | 7 | 39 | 11 | 58 | 0 | 46 | 4E | 84 | 4E | D |
| Octal | 7 | 71 | 21 | 130 | 0 | 106 | 116 | 204 | 116 | 15 |
| Binary | 111 | 111001 | 10001 | 1011000 | 0 | 1000110 | 1001110 | 10000100 | 1001110 | 1101 |
Color Harmonies of #073911
Complementary color
Monochromatic Colors of #073911
Black with #073911
Text Example
Text Example
White with #073911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073911; }
p { color: rgb(7,57,17); }
H1.HeaderClassName
{
color: #073911;
}
.AnyTagClassName
{
color: #073911;
}
</style>
background-color css
<style>
a { background-color: #073911; }
a { background-color: rgb(7,57,17); }
div.DivClassName
{
background-color: #073911;
}
.BgClassName
{
background-color: #073911;
}
</style>
border-color css
<style>
span { border-color: #073911; }
span { border-color: rgb(7,57,17); }
td.TdClassName
{
border-color: #073911;
}
.TagClassName
{
border-color: #073911;
}
</style>