Shades of Deep Fir #09461D
Tints of Deep Fir #09461D
RGB
CMYK
RGB Variations
Color information
#09461D (or 0x09461D) is known color: Deep Fir. HEX triplet: 09, 46 and 1D. RGB value is (9,70,29). Sum of RGB (Red+Green+Blue) = 9+70+29=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 70 (27.73% from 255 or 64.81% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 70 - color contains mainly: green. Hex color #09461D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09461D is #F6B9E2. Grayscale: #2F2F2F. Windows color (decimal): -16169443 or 1918473. OLE color: 1918473.
HSL color Cylindrical-coordinate representation of color #09461D: hue angle of 139.67º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #09461D is Cyan = 0.87, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 9 | 70 | 29 | - |
| CMYK | 0.87 | 0 | 0.59 | 0.73 |
| HSL | 139.67º | 0.77% | 0.15% | - |
| HSV(B) | 139.67º | 0.87% | 0.27% | - |
| XYZ | 2.52 | 4.53 | 1.9 | - |
| YUV | 47.09 | 117.79 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 29 | 0.87 | 0 | 0.59 | 0.73 | 139.67 | 0.77 | 0.15 |
| Hex | 9 | 46 | 1D | 57 | 0 | 3B | 49 | 8C | 4D | F |
| Octal | 11 | 106 | 35 | 127 | 0 | 73 | 111 | 214 | 115 | 17 |
| Binary | 1001 | 1000110 | 11101 | 1010111 | 0 | 111011 | 1001001 | 10001100 | 1001101 | 1111 |
Color Harmonies of #09461D
Complementary color
Monochromatic Colors of #09461D
Black with #09461D
Text Example
Text Example
White with #09461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09461D; }
p { color: rgb(9,70,29); }
H1.HeaderClassName
{
color: #09461D;
}
.AnyTagClassName
{
color: #09461D;
}
</style>
background-color css
<style>
a { background-color: #09461D; }
a { background-color: rgb(9,70,29); }
div.DivClassName
{
background-color: #09461D;
}
.BgClassName
{
background-color: #09461D;
}
</style>
border-color css
<style>
span { border-color: #09461D; }
span { border-color: rgb(9,70,29); }
td.TdClassName
{
border-color: #09461D;
}
.TagClassName
{
border-color: #09461D;
}
</style>