Shades of Deep Fir #074519
Tints of Deep Fir #074519
RGB
CMYK
RGB Variations
Color information
#074519 (or 0x074519) is known color: Deep Fir. HEX triplet: 07, 45 and 19. RGB value is (7,69,25). Sum of RGB (Red+Green+Blue) = 7+69+25=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 69 (27.34% from 255 or 68.32% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 69 - color contains mainly: green. Hex color #074519 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074519 is #F8BAE6. Grayscale: #2D2D2D. Windows color (decimal): -16300775 or 1656071. OLE color: 1656071.
HSL color Cylindrical-coordinate representation of color #074519: hue angle of 137.42º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074519 is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 69 | 25 | - |
| CMYK | 0.90 | 0 | 0.64 | 0.73 |
| HSL | 137.42º | 0.82% | 0.15% | - |
| HSV(B) | 137.42º | 0.9% | 0.27% | - |
| XYZ | 2.39 | 4.37 | 1.64 | - |
| YUV | 45.45 | 116.46 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 69 | 25 | 0.90 | 0 | 0.64 | 0.73 | 137.42 | 0.82 | 0.15 |
| Hex | 7 | 45 | 19 | 5A | 0 | 40 | 49 | 89 | 52 | F |
| Octal | 7 | 105 | 31 | 132 | 0 | 100 | 111 | 211 | 122 | 17 |
| Binary | 111 | 1000101 | 11001 | 1011010 | 0 | 1000000 | 1001001 | 10001001 | 1010010 | 1111 |
Color Harmonies of #074519
Complementary color
Monochromatic Colors of #074519
Black with #074519
Text Example
Text Example
White with #074519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074519; }
p { color: rgb(7,69,25); }
H1.HeaderClassName
{
color: #074519;
}
.AnyTagClassName
{
color: #074519;
}
</style>
background-color css
<style>
a { background-color: #074519; }
a { background-color: rgb(7,69,25); }
div.DivClassName
{
background-color: #074519;
}
.BgClassName
{
background-color: #074519;
}
</style>
border-color css
<style>
span { border-color: #074519; }
span { border-color: rgb(7,69,25); }
td.TdClassName
{
border-color: #074519;
}
.TagClassName
{
border-color: #074519;
}
</style>