Shades of Deep Fir #073812
Tints of Deep Fir #073812
RGB
CMYK
RGB Variations
Color information
#073812 (or 0x073812) is known color: Deep Fir. HEX triplet: 07, 38 and 12. RGB value is (7,56,18). Sum of RGB (Red+Green+Blue) = 7+56+18=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 56 (22.27% from 255 or 69.14% from 81); Blue value is 18 (7.42% from 255 or 22.22% from 81); Max value from RGB is 56 - color contains mainly: green. Hex color #073812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073812 is #F8C7ED. Grayscale: #252525. Windows color (decimal): -16304110 or 1193991. OLE color: 1193991.
HSL color Cylindrical-coordinate representation of color #073812: hue angle of 133.47º 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 #073812 is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 56 | 18 | - |
| CMYK | 0.88 | 0 | 0.68 | 0.78 |
| HSL | 133.47º | 0.78% | 0.12% | - |
| HSV(B) | 133.47º | 0.88% | 0.22% | - |
| XYZ | 1.61 | 2.92 | 1.05 | - |
| YUV | 37.02 | 117.27 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 56 | 18 | 0.88 | 0 | 0.68 | 0.78 | 133.47 | 0.78 | 0.12 |
| Hex | 7 | 38 | 12 | 58 | 0 | 44 | 4E | 85 | 4E | C |
| Octal | 7 | 70 | 22 | 130 | 0 | 104 | 116 | 205 | 116 | 14 |
| Binary | 111 | 111000 | 10010 | 1011000 | 0 | 1000100 | 1001110 | 10000101 | 1001110 | 1100 |
Color Harmonies of #073812
Complementary color
Monochromatic Colors of #073812
Black with #073812
Text Example
Text Example
White with #073812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073812; }
p { color: rgb(7,56,18); }
H1.HeaderClassName
{
color: #073812;
}
.AnyTagClassName
{
color: #073812;
}
</style>
background-color css
<style>
a { background-color: #073812; }
a { background-color: rgb(7,56,18); }
div.DivClassName
{
background-color: #073812;
}
.BgClassName
{
background-color: #073812;
}
</style>
border-color css
<style>
span { border-color: #073812; }
span { border-color: rgb(7,56,18); }
td.TdClassName
{
border-color: #073812;
}
.TagClassName
{
border-color: #073812;
}
</style>