Shades of Deep Fir #073210
Tints of Deep Fir #073210
RGB
CMYK
RGB Variations
Color information
#073210 (or 0x073210) is known color: Deep Fir. HEX triplet: 07, 32 and 10. RGB value is (7,50,16). Sum of RGB (Red+Green+Blue) = 7+50+16=73 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.59% from 73); Green value is 50 (19.92% from 255 or 68.49% from 73); Blue value is 16 (6.64% from 255 or 21.92% from 73); Max value from RGB is 50 - color contains mainly: green. Hex color #073210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073210 is #F8CDEF. Grayscale: #212121. Windows color (decimal): -16305648 or 1061383. OLE color: 1061383.
HSL color Cylindrical-coordinate representation of color #073210: hue angle of 132.56º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #073210 is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 7 | 50 | 16 | - |
| CMYK | 0.86 | 0 | 0.68 | 0.80 |
| HSL | 132.56º | 0.75% | 0.11% | - |
| HSV(B) | 132.56º | 0.86% | 0.2% | - |
| XYZ | 1.32 | 2.36 | 0.88 | - |
| YUV | 33.27 | 118.25 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 50 | 16 | 0.86 | 0 | 0.68 | 0.80 | 132.56 | 0.75 | 0.11 |
| Hex | 7 | 32 | 10 | 56 | 0 | 44 | 50 | 85 | 4B | B |
| Octal | 7 | 62 | 20 | 126 | 0 | 104 | 120 | 205 | 113 | 13 |
| Binary | 111 | 110010 | 10000 | 1010110 | 0 | 1000100 | 1010000 | 10000101 | 1001011 | 1011 |
Color Harmonies of #073210
Complementary color
Monochromatic Colors of #073210
Black with #073210
Text Example
Text Example
White with #073210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073210; }
p { color: rgb(7,50,16); }
H1.HeaderClassName
{
color: #073210;
}
.AnyTagClassName
{
color: #073210;
}
</style>
background-color css
<style>
a { background-color: #073210; }
a { background-color: rgb(7,50,16); }
div.DivClassName
{
background-color: #073210;
}
.BgClassName
{
background-color: #073210;
}
</style>
border-color css
<style>
span { border-color: #073210; }
span { border-color: rgb(7,50,16); }
td.TdClassName
{
border-color: #073210;
}
.TagClassName
{
border-color: #073210;
}
</style>