Shades of Deep Fir #093B16
Tints of Deep Fir #093B16
RGB
CMYK
RGB Variations
Color information
#093B16 (or 0x093B16) is known color: Deep Fir. HEX triplet: 09, 3B and 16. RGB value is (9,59,22). Sum of RGB (Red+Green+Blue) = 9+59+22=90 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10% from 90); Green value is 59 (23.44% from 255 or 65.56% from 90); Blue value is 22 (8.98% from 255 or 24.44% from 90); Max value from RGB is 59 - color contains mainly: green. Hex color #093B16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093B16 is #F6C4E9. Grayscale: #272727. Windows color (decimal): -16172266 or 1456905. OLE color: 1456905.
HSL color Cylindrical-coordinate representation of color #093B16: hue angle of 135.6º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093B16 is Cyan = 0.85, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 59 | 22 | - |
| CMYK | 0.85 | 0 | 0.63 | 0.77 |
| HSL | 135.6º | 0.74% | 0.13% | - |
| HSV(B) | 135.6º | 0.85% | 0.23% | - |
| XYZ | 1.82 | 3.24 | 1.29 | - |
| YUV | 39.83 | 117.94 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 59 | 22 | 0.85 | 0 | 0.63 | 0.77 | 135.6 | 0.74 | 0.13 |
| Hex | 9 | 3B | 16 | 55 | 0 | 3F | 4D | 88 | 4A | D |
| Octal | 11 | 73 | 26 | 125 | 0 | 77 | 115 | 210 | 112 | 15 |
| Binary | 1001 | 111011 | 10110 | 1010101 | 0 | 111111 | 1001101 | 10001000 | 1001010 | 1101 |
Color Harmonies of #093B16
Complementary color
Monochromatic Colors of #093B16
Black with #093B16
Text Example
Text Example
White with #093B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093B16; }
p { color: rgb(9,59,22); }
H1.HeaderClassName
{
color: #093B16;
}
.AnyTagClassName
{
color: #093B16;
}
</style>
background-color css
<style>
a { background-color: #093B16; }
a { background-color: rgb(9,59,22); }
div.DivClassName
{
background-color: #093B16;
}
.BgClassName
{
background-color: #093B16;
}
</style>
border-color css
<style>
span { border-color: #093B16; }
span { border-color: rgb(9,59,22); }
td.TdClassName
{
border-color: #093B16;
}
.TagClassName
{
border-color: #093B16;
}
</style>