Shades of Deep Fir #073815
Tints of Deep Fir #073815
RGB
CMYK
RGB Variations
Color information
#073815 (or 0x073815) is known color: Deep Fir. HEX triplet: 07, 38 and 15. RGB value is (7,56,21). Sum of RGB (Red+Green+Blue) = 7+56+21=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 56 (22.27% from 255 or 66.67% from 84); Blue value is 21 (8.59% from 255 or 25% from 84); Max value from RGB is 56 - color contains mainly: green. Hex color #073815 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073815 is #F8C7EA. Grayscale: #252525. Windows color (decimal): -16304107 or 1390599. OLE color: 1390599.
HSL color Cylindrical-coordinate representation of color #073815: hue angle of 137.14º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073815 is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 56 | 21 | - |
| CMYK | 0.88 | 0 | 0.63 | 0.78 |
| HSL | 137.14º | 0.78% | 0.12% | - |
| HSV(B) | 137.14º | 0.88% | 0.22% | - |
| XYZ | 1.64 | 2.93 | 1.19 | - |
| YUV | 37.36 | 118.77 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 56 | 21 | 0.88 | 0 | 0.63 | 0.78 | 137.14 | 0.78 | 0.12 |
| Hex | 7 | 38 | 15 | 58 | 0 | 3F | 4E | 89 | 4E | C |
| Octal | 7 | 70 | 25 | 130 | 0 | 77 | 116 | 211 | 116 | 14 |
| Binary | 111 | 111000 | 10101 | 1011000 | 0 | 111111 | 1001110 | 10001001 | 1001110 | 1100 |
Color Harmonies of #073815
Complementary color
Monochromatic Colors of #073815
Black with #073815
Text Example
Text Example
White with #073815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073815; }
p { color: rgb(7,56,21); }
H1.HeaderClassName
{
color: #073815;
}
.AnyTagClassName
{
color: #073815;
}
</style>
background-color css
<style>
a { background-color: #073815; }
a { background-color: rgb(7,56,21); }
div.DivClassName
{
background-color: #073815;
}
.BgClassName
{
background-color: #073815;
}
</style>
border-color css
<style>
span { border-color: #073815; }
span { border-color: rgb(7,56,21); }
td.TdClassName
{
border-color: #073815;
}
.TagClassName
{
border-color: #073815;
}
</style>