Shades of Deep Fir #07330E
Tints of Deep Fir #07330E
RGB
CMYK
RGB Variations
Color information
#07330E (or 0x07330E) is known color: Deep Fir. HEX triplet: 07, 33 and 0E. RGB value is (7,51,14). Sum of RGB (Red+Green+Blue) = 7+51+14=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 51 (20.31% from 255 or 70.83% from 72); Blue value is 14 (5.86% from 255 or 19.44% from 72); Max value from RGB is 51 - color contains mainly: green. Hex color #07330E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07330E is #F8CCF1. Grayscale: #212121. Windows color (decimal): -16305394 or 930567. OLE color: 930567.
HSL color Cylindrical-coordinate representation of color #07330E: hue angle of 129.55º degrees, saturation: 0.76, 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 #07330E is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 7 | 51 | 14 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.8 |
| HSL | 129.55º | 0.76% | 0.11% | - |
| HSV(B) | 129.55º | 0.86% | 0.2% | - |
| XYZ | 1.35 | 2.44 | 0.82 | - |
| YUV | 33.63 | 116.92 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 51 | 14 | 0.86 | 0 | 0.73 | 0.8 | 129.55 | 0.76 | 0.11 |
| Hex | 7 | 33 | E | 56 | 0 | 49 | 50 | 82 | 4C | B |
| Octal | 7 | 63 | 16 | 126 | 0 | 111 | 120 | 202 | 114 | 13 |
| Binary | 111 | 110011 | 1110 | 1010110 | 0 | 1001001 | 1010000 | 10000010 | 1001100 | 1011 |
Color Harmonies of #07330E
Complementary color
Monochromatic Colors of #07330E
Black with #07330E
Text Example
Text Example
White with #07330E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07330E; }
p { color: rgb(7,51,14); }
H1.HeaderClassName
{
color: #07330E;
}
.AnyTagClassName
{
color: #07330E;
}
</style>
background-color css
<style>
a { background-color: #07330E; }
a { background-color: rgb(7,51,14); }
div.DivClassName
{
background-color: #07330E;
}
.BgClassName
{
background-color: #07330E;
}
</style>
border-color css
<style>
span { border-color: #07330E; }
span { border-color: rgb(7,51,14); }
td.TdClassName
{
border-color: #07330E;
}
.TagClassName
{
border-color: #07330E;
}
</style>