Shades of Deep Fir #04320E
Tints of Deep Fir #04320E
RGB
CMYK
RGB Variations
Color information
#04320E (or 0x04320E) is known color: Deep Fir. HEX triplet: 04, 32 and 0E. RGB value is (4,50,14). Sum of RGB (Red+Green+Blue) = 4+50+14=68 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.88% from 68); Green value is 50 (19.92% from 255 or 73.53% from 68); Blue value is 14 (5.86% from 255 or 20.59% from 68); Max value from RGB is 50 - color contains mainly: green. Hex color #04320E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04320E is #FBCDF1. Grayscale: #202020. Windows color (decimal): -16502258 or 930308. OLE color: 930308.
HSL color Cylindrical-coordinate representation of color #04320E: hue angle of 133.04º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #04320E is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 4 | 50 | 14 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.80 |
| HSL | 133.04º | 0.85% | 0.11% | - |
| HSV(B) | 133.04º | 0.92% | 0.2% | - |
| XYZ | 1.27 | 2.34 | 0.8 | - |
| YUV | 32.14 | 117.76 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 50 | 14 | 0.92 | 0 | 0.72 | 0.80 | 133.04 | 0.85 | 0.11 |
| Hex | 4 | 32 | E | 5C | 0 | 48 | 50 | 85 | 55 | B |
| Octal | 4 | 62 | 16 | 134 | 0 | 110 | 120 | 205 | 125 | 13 |
| Binary | 100 | 110010 | 1110 | 1011100 | 0 | 1001000 | 1010000 | 10000101 | 1010101 | 1011 |
Color Harmonies of #04320E
Complementary color
Monochromatic Colors of #04320E
Black with #04320E
Text Example
Text Example
White with #04320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04320E; }
p { color: rgb(4,50,14); }
H1.HeaderClassName
{
color: #04320E;
}
.AnyTagClassName
{
color: #04320E;
}
</style>
background-color css
<style>
a { background-color: #04320E; }
a { background-color: rgb(4,50,14); }
div.DivClassName
{
background-color: #04320E;
}
.BgClassName
{
background-color: #04320E;
}
</style>
border-color css
<style>
span { border-color: #04320E; }
span { border-color: rgb(4,50,14); }
td.TdClassName
{
border-color: #04320E;
}
.TagClassName
{
border-color: #04320E;
}
</style>