Shades of Deep Fir #093017
Tints of Deep Fir #093017
RGB
CMYK
RGB Variations
Color information
#093017 (or 0x093017) is known color: Deep Fir. HEX triplet: 09, 30 and 17. RGB value is (9,48,23). Sum of RGB (Red+Green+Blue) = 9+48+23=80 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.25% from 80); Green value is 48 (19.14% from 255 or 60% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 48 - color contains mainly: green. Hex color #093017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093017 is #F6CFE8. Grayscale: #212121. Windows color (decimal): -16175081 or 1519625. OLE color: 1519625.
HSL color Cylindrical-coordinate representation of color #093017: hue angle of 141.54º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #093017 is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 48 | 23 | - |
| CMYK | 0.81 | 0 | 0.52 | 0.81 |
| HSL | 141.54º | 0.68% | 0.11% | - |
| HSV(B) | 141.54º | 0.81% | 0.19% | - |
| XYZ | 1.32 | 2.23 | 1.17 | - |
| YUV | 33.49 | 122.08 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 48 | 23 | 0.81 | 0 | 0.52 | 0.81 | 141.54 | 0.68 | 0.11 |
| Hex | 9 | 30 | 17 | 51 | 0 | 34 | 51 | 8E | 44 | B |
| Octal | 11 | 60 | 27 | 121 | 0 | 64 | 121 | 216 | 104 | 13 |
| Binary | 1001 | 110000 | 10111 | 1010001 | 0 | 110100 | 1010001 | 10001110 | 1000100 | 1011 |
Color Harmonies of #093017
Complementary color
Monochromatic Colors of #093017
Black with #093017
Text Example
Text Example
White with #093017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093017; }
p { color: rgb(9,48,23); }
H1.HeaderClassName
{
color: #093017;
}
.AnyTagClassName
{
color: #093017;
}
</style>
background-color css
<style>
a { background-color: #093017; }
a { background-color: rgb(9,48,23); }
div.DivClassName
{
background-color: #093017;
}
.BgClassName
{
background-color: #093017;
}
</style>
border-color css
<style>
span { border-color: #093017; }
span { border-color: rgb(9,48,23); }
td.TdClassName
{
border-color: #093017;
}
.TagClassName
{
border-color: #093017;
}
</style>