Shades of Deep Fir #09461A
Tints of Deep Fir #09461A
RGB
CMYK
RGB Variations
Color information
#09461A (or 0x09461A) is known color: Deep Fir. HEX triplet: 09, 46 and 1A. RGB value is (9,70,26). Sum of RGB (Red+Green+Blue) = 9+70+26=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 70 (27.73% from 255 or 66.67% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 70 - color contains mainly: green. Hex color #09461A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09461A is #F6B9E5. Grayscale: #2E2E2E. Windows color (decimal): -16169446 or 1721865. OLE color: 1721865.
HSL color Cylindrical-coordinate representation of color #09461A: hue angle of 136.72º 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 #09461A is Cyan = 0.87, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 9 | 70 | 26 | - |
| CMYK | 0.87 | 0 | 0.63 | 0.73 |
| HSL | 136.72º | 0.77% | 0.15% | - |
| HSV(B) | 136.72º | 0.87% | 0.27% | - |
| XYZ | 2.49 | 4.51 | 1.72 | - |
| YUV | 46.75 | 116.29 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 70 | 26 | 0.87 | 0 | 0.63 | 0.73 | 136.72 | 0.77 | 0.15 |
| Hex | 9 | 46 | 1A | 57 | 0 | 3F | 49 | 89 | 4D | F |
| Octal | 11 | 106 | 32 | 127 | 0 | 77 | 111 | 211 | 115 | 17 |
| Binary | 1001 | 1000110 | 11010 | 1010111 | 0 | 111111 | 1001001 | 10001001 | 1001101 | 1111 |
Color Harmonies of #09461A
Complementary color
Monochromatic Colors of #09461A
Black with #09461A
Text Example
Text Example
White with #09461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09461A; }
p { color: rgb(9,70,26); }
H1.HeaderClassName
{
color: #09461A;
}
.AnyTagClassName
{
color: #09461A;
}
</style>
background-color css
<style>
a { background-color: #09461A; }
a { background-color: rgb(9,70,26); }
div.DivClassName
{
background-color: #09461A;
}
.BgClassName
{
background-color: #09461A;
}
</style>
border-color css
<style>
span { border-color: #09461A; }
span { border-color: rgb(9,70,26); }
td.TdClassName
{
border-color: #09461A;
}
.TagClassName
{
border-color: #09461A;
}
</style>