Shades of Deep Fir #073816
Tints of Deep Fir #073816
RGB
CMYK
RGB Variations
Color information
#073816 (or 0x073816) is known color: Deep Fir. HEX triplet: 07, 38 and 16. RGB value is (7,56,22). Sum of RGB (Red+Green+Blue) = 7+56+22=85 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.24% from 85); Green value is 56 (22.27% from 255 or 65.88% from 85); Blue value is 22 (8.98% from 255 or 25.88% from 85); Max value from RGB is 56 - color contains mainly: green. Hex color #073816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073816 is #F8C7E9. Grayscale: #252525. Windows color (decimal): -16304106 or 1456135. OLE color: 1456135.
HSL color Cylindrical-coordinate representation of color #073816: hue angle of 138.37º 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 #073816 is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 56 | 22 | - |
| CMYK | 0.88 | 0 | 0.61 | 0.78 |
| HSL | 138.37º | 0.78% | 0.12% | - |
| HSV(B) | 138.37º | 0.88% | 0.22% | - |
| XYZ | 1.65 | 2.93 | 1.24 | - |
| YUV | 37.47 | 119.27 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 56 | 22 | 0.88 | 0 | 0.61 | 0.78 | 138.37 | 0.78 | 0.12 |
| Hex | 7 | 38 | 16 | 58 | 0 | 3D | 4E | 8A | 4E | C |
| Octal | 7 | 70 | 26 | 130 | 0 | 75 | 116 | 212 | 116 | 14 |
| Binary | 111 | 111000 | 10110 | 1011000 | 0 | 111101 | 1001110 | 10001010 | 1001110 | 1100 |
Color Harmonies of #073816
Complementary color
Monochromatic Colors of #073816
Black with #073816
Text Example
Text Example
White with #073816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073816; }
p { color: rgb(7,56,22); }
H1.HeaderClassName
{
color: #073816;
}
.AnyTagClassName
{
color: #073816;
}
</style>
background-color css
<style>
a { background-color: #073816; }
a { background-color: rgb(7,56,22); }
div.DivClassName
{
background-color: #073816;
}
.BgClassName
{
background-color: #073816;
}
</style>
border-color css
<style>
span { border-color: #073816; }
span { border-color: rgb(7,56,22); }
td.TdClassName
{
border-color: #073816;
}
.TagClassName
{
border-color: #073816;
}
</style>