Shades of Deep Fir #073818
Tints of Deep Fir #073818
RGB
CMYK
RGB Variations
Color information
#073818 (or 0x073818) is known color: Deep Fir. HEX triplet: 07, 38 and 18. RGB value is (7,56,24). Sum of RGB (Red+Green+Blue) = 7+56+24=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 56 (22.27% from 255 or 64.37% from 87); Blue value is 24 (9.77% from 255 or 27.59% from 87); Max value from RGB is 56 - color contains mainly: green. Hex color #073818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073818 is #F8C7E7. Grayscale: #252525. Windows color (decimal): -16304104 or 1587207. OLE color: 1587207.
HSL color Cylindrical-coordinate representation of color #073818: hue angle of 140.82º 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 #073818 is Cyan = 0.88, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 56 | 24 | - |
| CMYK | 0.88 | 0 | 0.57 | 0.78 |
| HSL | 140.82º | 0.78% | 0.12% | - |
| HSV(B) | 140.82º | 0.88% | 0.22% | - |
| XYZ | 1.67 | 2.94 | 1.34 | - |
| YUV | 37.7 | 120.27 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 56 | 24 | 0.88 | 0 | 0.57 | 0.78 | 140.82 | 0.78 | 0.12 |
| Hex | 7 | 38 | 18 | 58 | 0 | 39 | 4E | 8D | 4E | C |
| Octal | 7 | 70 | 30 | 130 | 0 | 71 | 116 | 215 | 116 | 14 |
| Binary | 111 | 111000 | 11000 | 1011000 | 0 | 111001 | 1001110 | 10001101 | 1001110 | 1100 |
Color Harmonies of #073818
Complementary color
Monochromatic Colors of #073818
Black with #073818
Text Example
Text Example
White with #073818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073818; }
p { color: rgb(7,56,24); }
H1.HeaderClassName
{
color: #073818;
}
.AnyTagClassName
{
color: #073818;
}
</style>
background-color css
<style>
a { background-color: #073818; }
a { background-color: rgb(7,56,24); }
div.DivClassName
{
background-color: #073818;
}
.BgClassName
{
background-color: #073818;
}
</style>
border-color css
<style>
span { border-color: #073818; }
span { border-color: rgb(7,56,24); }
td.TdClassName
{
border-color: #073818;
}
.TagClassName
{
border-color: #073818;
}
</style>