Shades of Deep Fir #072810
Tints of Deep Fir #072810
RGB
CMYK
RGB Variations
Color information
#072810 (or 0x072810) is known color: Deep Fir. HEX triplet: 07, 28 and 10. RGB value is (7,40,16). Sum of RGB (Red+Green+Blue) = 7+40+16=63 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.11% from 63); Green value is 40 (16.02% from 255 or 63.49% from 63); Blue value is 16 (6.64% from 255 or 25.40% from 63); Max value from RGB is 40 - color contains mainly: green. Hex color #072810 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072810 is #F8D7EF. Grayscale: #1B1B1B. Windows color (decimal): -16308208 or 1058823. OLE color: 1058823.
HSL color Cylindrical-coordinate representation of color #072810: hue angle of 136.36º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #072810 is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 7 | 40 | 16 | - |
| CMYK | 0.83 | 0 | 0.60 | 0.84 |
| HSL | 136.36º | 0.7% | 0.09% | - |
| HSV(B) | 136.36º | 0.83% | 0.16% | - |
| XYZ | 0.94 | 1.6 | 0.75 | - |
| YUV | 27.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 16 | 0.83 | 0 | 0.60 | 0.84 | 136.36 | 0.7 | 0.09 |
| Hex | 7 | 28 | 10 | 53 | 0 | 3C | 54 | 88 | 46 | 9 |
| Octal | 7 | 50 | 20 | 123 | 0 | 74 | 124 | 210 | 106 | 11 |
| Binary | 111 | 101000 | 10000 | 1010011 | 0 | 111100 | 1010100 | 10001000 | 1000110 | 1001 |
Color Harmonies of #072810
Complementary color
Monochromatic Colors of #072810
Black with #072810
Text Example
Text Example
White with #072810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072810; }
p { color: rgb(7,40,16); }
H1.HeaderClassName
{
color: #072810;
}
.AnyTagClassName
{
color: #072810;
}
</style>
background-color css
<style>
a { background-color: #072810; }
a { background-color: rgb(7,40,16); }
div.DivClassName
{
background-color: #072810;
}
.BgClassName
{
background-color: #072810;
}
</style>
border-color css
<style>
span { border-color: #072810; }
span { border-color: rgb(7,40,16); }
td.TdClassName
{
border-color: #072810;
}
.TagClassName
{
border-color: #072810;
}
</style>