Shades of Deep Fir #09471C
Tints of Deep Fir #09471C
RGB
CMYK
RGB Variations
Color information
#09471C (or 0x09471C) is known color: Deep Fir. HEX triplet: 09, 47 and 1C. RGB value is (9,71,28). Sum of RGB (Red+Green+Blue) = 9+71+28=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 71 (28.12% from 255 or 65.74% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 71 - color contains mainly: green. Hex color #09471C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09471C is #F6B8E3. Grayscale: #2F2F2F. Windows color (decimal): -16169188 or 1853193. OLE color: 1853193.
HSL color Cylindrical-coordinate representation of color #09471C: hue angle of 138.39º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #09471C is Cyan = 0.87, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 9 | 71 | 28 | - |
| CMYK | 0.87 | 0 | 0.61 | 0.72 |
| HSL | 138.39º | 0.78% | 0.16% | - |
| HSV(B) | 138.39º | 0.87% | 0.28% | - |
| XYZ | 2.58 | 4.65 | 1.86 | - |
| YUV | 47.56 | 116.96 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 71 | 28 | 0.87 | 0 | 0.61 | 0.72 | 138.39 | 0.78 | 0.16 |
| Hex | 9 | 47 | 1C | 57 | 0 | 3D | 48 | 8A | 4E | 10 |
| Octal | 11 | 107 | 34 | 127 | 0 | 75 | 110 | 212 | 116 | 20 |
| Binary | 1001 | 1000111 | 11100 | 1010111 | 0 | 111101 | 1001000 | 10001010 | 1001110 | 10000 |
Color Harmonies of #09471C
Complementary color
Monochromatic Colors of #09471C
Black with #09471C
Text Example
Text Example
White with #09471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09471C; }
p { color: rgb(9,71,28); }
H1.HeaderClassName
{
color: #09471C;
}
.AnyTagClassName
{
color: #09471C;
}
</style>
background-color css
<style>
a { background-color: #09471C; }
a { background-color: rgb(9,71,28); }
div.DivClassName
{
background-color: #09471C;
}
.BgClassName
{
background-color: #09471C;
}
</style>
border-color css
<style>
span { border-color: #09471C; }
span { border-color: rgb(9,71,28); }
td.TdClassName
{
border-color: #09471C;
}
.TagClassName
{
border-color: #09471C;
}
</style>