Shades of Deep Fir #07370F
Tints of Deep Fir #07370F
RGB
CMYK
RGB Variations
Color information
#07370F (or 0x07370F) is known color: Deep Fir. HEX triplet: 07, 37 and 0F. RGB value is (7,55,15). Sum of RGB (Red+Green+Blue) = 7+55+15=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 55 (21.88% from 255 or 71.43% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 55 - color contains mainly: green. Hex color #07370F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07370F is #F8C8F0. Grayscale: #242424. Windows color (decimal): -16304369 or 997127. OLE color: 997127.
HSL color Cylindrical-coordinate representation of color #07370F: hue angle of 130º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #07370F is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 55 | 15 | - |
| CMYK | 0.87 | 0 | 0.73 | 0.78 |
| HSL | 130º | 0.77% | 0.12% | - |
| HSV(B) | 130º | 0.87% | 0.22% | - |
| XYZ | 1.54 | 2.81 | 0.91 | - |
| YUV | 36.09 | 116.1 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 55 | 15 | 0.87 | 0 | 0.73 | 0.78 | 130 | 0.77 | 0.12 |
| Hex | 7 | 37 | F | 57 | 0 | 49 | 4E | 82 | 4D | C |
| Octal | 7 | 67 | 17 | 127 | 0 | 111 | 116 | 202 | 115 | 14 |
| Binary | 111 | 110111 | 1111 | 1010111 | 0 | 1001001 | 1001110 | 10000010 | 1001101 | 1100 |
Color Harmonies of #07370F
Complementary color
Monochromatic Colors of #07370F
Black with #07370F
Text Example
Text Example
White with #07370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07370F; }
p { color: rgb(7,55,15); }
H1.HeaderClassName
{
color: #07370F;
}
.AnyTagClassName
{
color: #07370F;
}
</style>
background-color css
<style>
a { background-color: #07370F; }
a { background-color: rgb(7,55,15); }
div.DivClassName
{
background-color: #07370F;
}
.BgClassName
{
background-color: #07370F;
}
</style>
border-color css
<style>
span { border-color: #07370F; }
span { border-color: rgb(7,55,15); }
td.TdClassName
{
border-color: #07370F;
}
.TagClassName
{
border-color: #07370F;
}
</style>