Shades of Deep Fir #073810
Tints of Deep Fir #073810
RGB
CMYK
RGB Variations
Color information
#073810 (or 0x073810) is known color: Deep Fir. HEX triplet: 07, 38 and 10. RGB value is (7,56,16). Sum of RGB (Red+Green+Blue) = 7+56+16=79 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.86% from 79); Green value is 56 (22.27% from 255 or 70.89% from 79); Blue value is 16 (6.64% from 255 or 20.25% from 79); Max value from RGB is 56 - color contains mainly: green. Hex color #073810 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073810 is #F8C7EF. Grayscale: #242424. Windows color (decimal): -16304112 or 1062919. OLE color: 1062919.
HSL color Cylindrical-coordinate representation of color #073810: hue angle of 131.02º 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 #073810 is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 56 | 16 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.78 |
| HSL | 131.02º | 0.78% | 0.12% | - |
| HSV(B) | 131.02º | 0.88% | 0.22% | - |
| XYZ | 1.6 | 2.91 | 0.97 | - |
| YUV | 36.79 | 116.27 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 56 | 16 | 0.88 | 0 | 0.71 | 0.78 | 131.02 | 0.78 | 0.12 |
| Hex | 7 | 38 | 10 | 58 | 0 | 47 | 4E | 83 | 4E | C |
| Octal | 7 | 70 | 20 | 130 | 0 | 107 | 116 | 203 | 116 | 14 |
| Binary | 111 | 111000 | 10000 | 1011000 | 0 | 1000111 | 1001110 | 10000011 | 1001110 | 1100 |
Color Harmonies of #073810
Complementary color
Monochromatic Colors of #073810
Black with #073810
Text Example
Text Example
White with #073810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073810; }
p { color: rgb(7,56,16); }
H1.HeaderClassName
{
color: #073810;
}
.AnyTagClassName
{
color: #073810;
}
</style>
background-color css
<style>
a { background-color: #073810; }
a { background-color: rgb(7,56,16); }
div.DivClassName
{
background-color: #073810;
}
.BgClassName
{
background-color: #073810;
}
</style>
border-color css
<style>
span { border-color: #073810; }
span { border-color: rgb(7,56,16); }
td.TdClassName
{
border-color: #073810;
}
.TagClassName
{
border-color: #073810;
}
</style>