Shades of Deep Fir #073813
Tints of Deep Fir #073813
RGB
CMYK
RGB Variations
Color information
#073813 (or 0x073813) is known color: Deep Fir. HEX triplet: 07, 38 and 13. RGB value is (7,56,19). Sum of RGB (Red+Green+Blue) = 7+56+19=82 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.54% from 82); Green value is 56 (22.27% from 255 or 68.29% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 56 - color contains mainly: green. Hex color #073813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073813 is #F8C7EC. Grayscale: #252525. Windows color (decimal): -16304109 or 1259527. OLE color: 1259527.
HSL color Cylindrical-coordinate representation of color #073813: hue angle of 134.69º 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 #073813 is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 56 | 19 | - |
| CMYK | 0.88 | 0 | 0.66 | 0.78 |
| HSL | 134.69º | 0.78% | 0.12% | - |
| HSV(B) | 134.69º | 0.88% | 0.22% | - |
| XYZ | 1.62 | 2.92 | 1.09 | - |
| YUV | 37.13 | 117.77 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 56 | 19 | 0.88 | 0 | 0.66 | 0.78 | 134.69 | 0.78 | 0.12 |
| Hex | 7 | 38 | 13 | 58 | 0 | 42 | 4E | 87 | 4E | C |
| Octal | 7 | 70 | 23 | 130 | 0 | 102 | 116 | 207 | 116 | 14 |
| Binary | 111 | 111000 | 10011 | 1011000 | 0 | 1000010 | 1001110 | 10000111 | 1001110 | 1100 |
Color Harmonies of #073813
Complementary color
Monochromatic Colors of #073813
Black with #073813
Text Example
Text Example
White with #073813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073813; }
p { color: rgb(7,56,19); }
H1.HeaderClassName
{
color: #073813;
}
.AnyTagClassName
{
color: #073813;
}
</style>
background-color css
<style>
a { background-color: #073813; }
a { background-color: rgb(7,56,19); }
div.DivClassName
{
background-color: #073813;
}
.BgClassName
{
background-color: #073813;
}
</style>
border-color css
<style>
span { border-color: #073813; }
span { border-color: rgb(7,56,19); }
td.TdClassName
{
border-color: #073813;
}
.TagClassName
{
border-color: #073813;
}
</style>