Shades of Deep Fir #073615
Tints of Deep Fir #073615
RGB
CMYK
RGB Variations
Color information
#073615 (or 0x073615) is known color: Deep Fir. HEX triplet: 07, 36 and 15. RGB value is (7,54,21). Sum of RGB (Red+Green+Blue) = 7+54+21=82 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.54% from 82); Green value is 54 (21.48% from 255 or 65.85% from 82); Blue value is 21 (8.59% from 255 or 25.61% from 82); Max value from RGB is 54 - color contains mainly: green. Hex color #073615 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073615 is #F8C9EA. Grayscale: #242424. Windows color (decimal): -16304619 or 1390087. OLE color: 1390087.
HSL color Cylindrical-coordinate representation of color #073615: hue angle of 137.87º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #073615 is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 7 | 54 | 21 | - |
| CMYK | 0.87 | 0 | 0.61 | 0.79 |
| HSL | 137.87º | 0.77% | 0.12% | - |
| HSV(B) | 137.87º | 0.87% | 0.21% | - |
| XYZ | 1.54 | 2.74 | 1.16 | - |
| YUV | 36.19 | 119.43 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 54 | 21 | 0.87 | 0 | 0.61 | 0.79 | 137.87 | 0.77 | 0.12 |
| Hex | 7 | 36 | 15 | 57 | 0 | 3D | 4F | 8A | 4D | C |
| Octal | 7 | 66 | 25 | 127 | 0 | 75 | 117 | 212 | 115 | 14 |
| Binary | 111 | 110110 | 10101 | 1010111 | 0 | 111101 | 1001111 | 10001010 | 1001101 | 1100 |
Color Harmonies of #073615
Complementary color
Monochromatic Colors of #073615
Black with #073615
Text Example
Text Example
White with #073615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073615; }
p { color: rgb(7,54,21); }
H1.HeaderClassName
{
color: #073615;
}
.AnyTagClassName
{
color: #073615;
}
</style>
background-color css
<style>
a { background-color: #073615; }
a { background-color: rgb(7,54,21); }
div.DivClassName
{
background-color: #073615;
}
.BgClassName
{
background-color: #073615;
}
</style>
border-color css
<style>
span { border-color: #073615; }
span { border-color: rgb(7,54,21); }
td.TdClassName
{
border-color: #073615;
}
.TagClassName
{
border-color: #073615;
}
</style>