Shades of Deep Fir #043209
Tints of Deep Fir #043209
RGB
CMYK
RGB Variations
Color information
#043209 (or 0x043209) is known color: Deep Fir. HEX triplet: 04, 32 and 09. RGB value is (4,50,9). Sum of RGB (Red+Green+Blue) = 4+50+9=63 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.35% from 63); Green value is 50 (19.92% from 255 or 79.37% from 63); Blue value is 9 (3.91% from 255 or 14.29% from 63); Max value from RGB is 50 - color contains mainly: green. Hex color #043209 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043209 is #FBCDF6. Grayscale: #1F1F1F. Windows color (decimal): -16502263 or 602628. OLE color: 602628.
HSL color Cylindrical-coordinate representation of color #043209: hue angle of 126.52º 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 #043209 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 4 | 50 | 9 | - |
| CMYK | 0.92 | 0 | 0.82 | 0.80 |
| HSL | 126.52º | 0.85% | 0.11% | - |
| HSV(B) | 126.52º | 0.92% | 0.2% | - |
| XYZ | 1.24 | 2.33 | 0.64 | - |
| YUV | 31.57 | 115.26 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 50 | 9 | 0.92 | 0 | 0.82 | 0.80 | 126.52 | 0.85 | 0.11 |
| Hex | 4 | 32 | 9 | 5C | 0 | 52 | 50 | 7F | 55 | B |
| Octal | 4 | 62 | 11 | 134 | 0 | 122 | 120 | 177 | 125 | 13 |
| Binary | 100 | 110010 | 1001 | 1011100 | 0 | 1010010 | 1010000 | 1111111 | 1010101 | 1011 |
Color Harmonies of #043209
Complementary color
Monochromatic Colors of #043209
Black with #043209
Text Example
Text Example
White with #043209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043209; }
p { color: rgb(4,50,9); }
H1.HeaderClassName
{
color: #043209;
}
.AnyTagClassName
{
color: #043209;
}
</style>
background-color css
<style>
a { background-color: #043209; }
a { background-color: rgb(4,50,9); }
div.DivClassName
{
background-color: #043209;
}
.BgClassName
{
background-color: #043209;
}
</style>
border-color css
<style>
span { border-color: #043209; }
span { border-color: rgb(4,50,9); }
td.TdClassName
{
border-color: #043209;
}
.TagClassName
{
border-color: #043209;
}
</style>