Shades of Deep Fir #093D1E
Tints of Deep Fir #093D1E
RGB
CMYK
RGB Variations
Color information
#093D1E (or 0x093D1E) is known color: Deep Fir. HEX triplet: 09, 3D and 1E. RGB value is (9,61,30). Sum of RGB (Red+Green+Blue) = 9+61+30=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 61 (24.22% from 255 or 61% from 100); Blue value is 30 (12.11% from 255 or 30% from 100); Max value from RGB is 61 - color contains mainly: green. Hex color #093D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093D1E is #F6C2E1. Grayscale: #292929. Windows color (decimal): -16171746 or 1981705. OLE color: 1981705.
HSL color Cylindrical-coordinate representation of color #093D1E: hue angle of 144.23º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093D1E is Cyan = 0.85, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 61 | 30 | - |
| CMYK | 0.85 | 0 | 0.51 | 0.76 |
| HSL | 144.23º | 0.74% | 0.14% | - |
| HSV(B) | 144.23º | 0.85% | 0.24% | - |
| XYZ | 2.02 | 3.49 | 1.8 | - |
| YUV | 41.92 | 121.27 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 61 | 30 | 0.85 | 0 | 0.51 | 0.76 | 144.23 | 0.74 | 0.14 |
| Hex | 9 | 3D | 1E | 55 | 0 | 33 | 4C | 90 | 4A | E |
| Octal | 11 | 75 | 36 | 125 | 0 | 63 | 114 | 220 | 112 | 16 |
| Binary | 1001 | 111101 | 11110 | 1010101 | 0 | 110011 | 1001100 | 10010000 | 1001010 | 1110 |
Color Harmonies of #093D1E
Complementary color
Monochromatic Colors of #093D1E
Black with #093D1E
Text Example
Text Example
White with #093D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093D1E; }
p { color: rgb(9,61,30); }
H1.HeaderClassName
{
color: #093D1E;
}
.AnyTagClassName
{
color: #093D1E;
}
</style>
background-color css
<style>
a { background-color: #093D1E; }
a { background-color: rgb(9,61,30); }
div.DivClassName
{
background-color: #093D1E;
}
.BgClassName
{
background-color: #093D1E;
}
</style>
border-color css
<style>
span { border-color: #093D1E; }
span { border-color: rgb(9,61,30); }
td.TdClassName
{
border-color: #093D1E;
}
.TagClassName
{
border-color: #093D1E;
}
</style>