Shades of Deep Fir #09411C
Tints of Deep Fir #09411C
RGB
CMYK
RGB Variations
Color information
#09411C (or 0x09411C) is known color: Deep Fir. HEX triplet: 09, 41 and 1C. RGB value is (9,65,28). Sum of RGB (Red+Green+Blue) = 9+65+28=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 65 (25.78% from 255 or 63.73% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 65 - color contains mainly: green. Hex color #09411C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09411C is #F6BEE3. Grayscale: #2C2C2C. Windows color (decimal): -16170724 or 1851657. OLE color: 1851657.
HSL color Cylindrical-coordinate representation of color #09411C: hue angle of 140.36º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09411C is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 65 | 28 | - |
| CMYK | 0.86 | 0 | 0.57 | 0.75 |
| HSL | 140.36º | 0.76% | 0.15% | - |
| HSV(B) | 140.36º | 0.86% | 0.25% | - |
| XYZ | 2.21 | 3.92 | 1.74 | - |
| YUV | 44.04 | 118.95 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 65 | 28 | 0.86 | 0 | 0.57 | 0.75 | 140.36 | 0.76 | 0.15 |
| Hex | 9 | 41 | 1C | 56 | 0 | 39 | 4B | 8C | 4C | F |
| Octal | 11 | 101 | 34 | 126 | 0 | 71 | 113 | 214 | 114 | 17 |
| Binary | 1001 | 1000001 | 11100 | 1010110 | 0 | 111001 | 1001011 | 10001100 | 1001100 | 1111 |
Color Harmonies of #09411C
Complementary color
Monochromatic Colors of #09411C
Black with #09411C
Text Example
Text Example
White with #09411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09411C; }
p { color: rgb(9,65,28); }
H1.HeaderClassName
{
color: #09411C;
}
.AnyTagClassName
{
color: #09411C;
}
</style>
background-color css
<style>
a { background-color: #09411C; }
a { background-color: rgb(9,65,28); }
div.DivClassName
{
background-color: #09411C;
}
.BgClassName
{
background-color: #09411C;
}
</style>
border-color css
<style>
span { border-color: #09411C; }
span { border-color: rgb(9,65,28); }
td.TdClassName
{
border-color: #09411C;
}
.TagClassName
{
border-color: #09411C;
}
</style>