Shades of Deep Fir #09411B
Tints of Deep Fir #09411B
RGB
CMYK
RGB Variations
Color information
#09411B (or 0x09411B) is known color: Deep Fir. HEX triplet: 09, 41 and 1B. RGB value is (9,65,27). Sum of RGB (Red+Green+Blue) = 9+65+27=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 65 (25.78% from 255 or 64.36% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 65 - color contains mainly: green. Hex color #09411B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09411B is #F6BEE4. Grayscale: #2C2C2C. Windows color (decimal): -16170725 or 1786121. OLE color: 1786121.
HSL color Cylindrical-coordinate representation of color #09411B: hue angle of 139.29º 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 #09411B is Cyan = 0.86, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 65 | 27 | - |
| CMYK | 0.86 | 0 | 0.58 | 0.75 |
| HSL | 139.29º | 0.76% | 0.15% | - |
| HSV(B) | 139.29º | 0.86% | 0.25% | - |
| XYZ | 2.2 | 3.92 | 1.68 | - |
| YUV | 43.92 | 118.45 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 65 | 27 | 0.86 | 0 | 0.58 | 0.75 | 139.29 | 0.76 | 0.15 |
| Hex | 9 | 41 | 1B | 56 | 0 | 3A | 4B | 8B | 4C | F |
| Octal | 11 | 101 | 33 | 126 | 0 | 72 | 113 | 213 | 114 | 17 |
| Binary | 1001 | 1000001 | 11011 | 1010110 | 0 | 111010 | 1001011 | 10001011 | 1001100 | 1111 |
Color Harmonies of #09411B
Complementary color
Monochromatic Colors of #09411B
Black with #09411B
Text Example
Text Example
White with #09411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09411B; }
p { color: rgb(9,65,27); }
H1.HeaderClassName
{
color: #09411B;
}
.AnyTagClassName
{
color: #09411B;
}
</style>
background-color css
<style>
a { background-color: #09411B; }
a { background-color: rgb(9,65,27); }
div.DivClassName
{
background-color: #09411B;
}
.BgClassName
{
background-color: #09411B;
}
</style>
border-color css
<style>
span { border-color: #09411B; }
span { border-color: rgb(9,65,27); }
td.TdClassName
{
border-color: #09411B;
}
.TagClassName
{
border-color: #09411B;
}
</style>