Shades of Deep Fir #073619
Tints of Deep Fir #073619
RGB
CMYK
RGB Variations
Color information
#073619 (or 0x073619) is known color: Deep Fir. HEX triplet: 07, 36 and 19. RGB value is (7,54,25). Sum of RGB (Red+Green+Blue) = 7+54+25=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 54 (21.48% from 255 or 62.79% from 86); Blue value is 25 (10.16% from 255 or 29.07% from 86); Max value from RGB is 54 - color contains mainly: green. Hex color #073619 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073619 is #F8C9E6. Grayscale: #242424. Windows color (decimal): -16304615 or 1652231. OLE color: 1652231.
HSL color Cylindrical-coordinate representation of color #073619: hue angle of 142.98º 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 #073619 is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 7 | 54 | 25 | - |
| CMYK | 0.87 | 0 | 0.54 | 0.79 |
| HSL | 142.98º | 0.77% | 0.12% | - |
| HSV(B) | 142.98º | 0.87% | 0.21% | - |
| XYZ | 1.58 | 2.75 | 1.37 | - |
| YUV | 36.64 | 121.43 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 54 | 25 | 0.87 | 0 | 0.54 | 0.79 | 142.98 | 0.77 | 0.12 |
| Hex | 7 | 36 | 19 | 57 | 0 | 36 | 4F | 8F | 4D | C |
| Octal | 7 | 66 | 31 | 127 | 0 | 66 | 117 | 217 | 115 | 14 |
| Binary | 111 | 110110 | 11001 | 1010111 | 0 | 110110 | 1001111 | 10001111 | 1001101 | 1100 |
Color Harmonies of #073619
Complementary color
Monochromatic Colors of #073619
Black with #073619
Text Example
Text Example
White with #073619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073619; }
p { color: rgb(7,54,25); }
H1.HeaderClassName
{
color: #073619;
}
.AnyTagClassName
{
color: #073619;
}
</style>
background-color css
<style>
a { background-color: #073619; }
a { background-color: rgb(7,54,25); }
div.DivClassName
{
background-color: #073619;
}
.BgClassName
{
background-color: #073619;
}
</style>
border-color css
<style>
span { border-color: #073619; }
span { border-color: rgb(7,54,25); }
td.TdClassName
{
border-color: #073619;
}
.TagClassName
{
border-color: #073619;
}
</style>