Shades of Deep Fir #09401E
Tints of Deep Fir #09401E
RGB
CMYK
RGB Variations
Color information
#09401E (or 0x09401E) is known color: Deep Fir. HEX triplet: 09, 40 and 1E. RGB value is (9,64,30). Sum of RGB (Red+Green+Blue) = 9+64+30=103 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.74% from 103); Green value is 64 (25.39% from 255 or 62.14% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 64 - color contains mainly: green. Hex color #09401E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09401E is #F6BFE1. Grayscale: #2B2B2B. Windows color (decimal): -16170978 or 1982473. OLE color: 1982473.
HSL color Cylindrical-coordinate representation of color #09401E: hue angle of 142.91º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09401E is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 64 | 30 | - |
| CMYK | 0.86 | 0 | 0.53 | 0.75 |
| HSL | 142.91º | 0.75% | 0.14% | - |
| HSV(B) | 142.91º | 0.86% | 0.25% | - |
| XYZ | 2.18 | 3.82 | 1.85 | - |
| YUV | 43.68 | 120.28 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 64 | 30 | 0.86 | 0 | 0.53 | 0.75 | 142.91 | 0.75 | 0.14 |
| Hex | 9 | 40 | 1E | 56 | 0 | 35 | 4B | 8F | 4B | E |
| Octal | 11 | 100 | 36 | 126 | 0 | 65 | 113 | 217 | 113 | 16 |
| Binary | 1001 | 1000000 | 11110 | 1010110 | 0 | 110101 | 1001011 | 10001111 | 1001011 | 1110 |
Color Harmonies of #09401E
Complementary color
Monochromatic Colors of #09401E
Black with #09401E
Text Example
Text Example
White with #09401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09401E; }
p { color: rgb(9,64,30); }
H1.HeaderClassName
{
color: #09401E;
}
.AnyTagClassName
{
color: #09401E;
}
</style>
background-color css
<style>
a { background-color: #09401E; }
a { background-color: rgb(9,64,30); }
div.DivClassName
{
background-color: #09401E;
}
.BgClassName
{
background-color: #09401E;
}
</style>
border-color css
<style>
span { border-color: #09401E; }
span { border-color: rgb(9,64,30); }
td.TdClassName
{
border-color: #09401E;
}
.TagClassName
{
border-color: #09401E;
}
</style>