Shades of Deep Fir #073015
Tints of Deep Fir #073015
RGB
CMYK
RGB Variations
Color information
#073015 (or 0x073015) is known color: Deep Fir. HEX triplet: 07, 30 and 15. RGB value is (7,48,21). Sum of RGB (Red+Green+Blue) = 7+48+21=76 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.21% from 76); Green value is 48 (19.14% from 255 or 63.16% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 48 - color contains mainly: green. Hex color #073015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073015 is #F8CFEA. Grayscale: #202020. Windows color (decimal): -16306155 or 1388551. OLE color: 1388551.
HSL color Cylindrical-coordinate representation of color #073015: hue angle of 140.49º 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 #073015 is Cyan = 0.85, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 7 | 48 | 21 | - |
| CMYK | 0.85 | 0 | 0.56 | 0.81 |
| HSL | 140.49º | 0.75% | 0.11% | - |
| HSV(B) | 140.49º | 0.85% | 0.19% | - |
| XYZ | 1.28 | 2.21 | 1.07 | - |
| YUV | 32.66 | 121.42 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 48 | 21 | 0.85 | 0 | 0.56 | 0.81 | 140.49 | 0.75 | 0.11 |
| Hex | 7 | 30 | 15 | 55 | 0 | 38 | 51 | 8C | 4B | B |
| Octal | 7 | 60 | 25 | 125 | 0 | 70 | 121 | 214 | 113 | 13 |
| Binary | 111 | 110000 | 10101 | 1010101 | 0 | 111000 | 1010001 | 10001100 | 1001011 | 1011 |
Color Harmonies of #073015
Complementary color
Monochromatic Colors of #073015
Black with #073015
Text Example
Text Example
White with #073015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073015; }
p { color: rgb(7,48,21); }
H1.HeaderClassName
{
color: #073015;
}
.AnyTagClassName
{
color: #073015;
}
</style>
background-color css
<style>
a { background-color: #073015; }
a { background-color: rgb(7,48,21); }
div.DivClassName
{
background-color: #073015;
}
.BgClassName
{
background-color: #073015;
}
</style>
border-color css
<style>
span { border-color: #073015; }
span { border-color: rgb(7,48,21); }
td.TdClassName
{
border-color: #073015;
}
.TagClassName
{
border-color: #073015;
}
</style>