Shades of Deep Fir #093311
Tints of Deep Fir #093311
RGB
CMYK
RGB Variations
Color information
#093311 (or 0x093311) is known color: Deep Fir. HEX triplet: 09, 33 and 11. RGB value is (9,51,17). Sum of RGB (Red+Green+Blue) = 9+51+17=77 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.69% from 77); Green value is 51 (20.31% from 255 or 66.23% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 51 - color contains mainly: green. Hex color #093311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093311 is #F6CCEE. Grayscale: #222222. Windows color (decimal): -16174319 or 1127177. OLE color: 1127177.
HSL color Cylindrical-coordinate representation of color #093311: hue angle of 131.43º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #093311 is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 9 | 51 | 17 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.8 |
| HSL | 131.43º | 0.7% | 0.12% | - |
| HSV(B) | 131.43º | 0.82% | 0.2% | - |
| XYZ | 1.4 | 2.47 | 0.93 | - |
| YUV | 34.57 | 118.09 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 51 | 17 | 0.82 | 0 | 0.67 | 0.8 | 131.43 | 0.7 | 0.12 |
| Hex | 9 | 33 | 11 | 52 | 0 | 43 | 50 | 83 | 46 | C |
| Octal | 11 | 63 | 21 | 122 | 0 | 103 | 120 | 203 | 106 | 14 |
| Binary | 1001 | 110011 | 10001 | 1010010 | 0 | 1000011 | 1010000 | 10000011 | 1000110 | 1100 |
Color Harmonies of #093311
Complementary color
Monochromatic Colors of #093311
Black with #093311
Text Example
Text Example
White with #093311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093311; }
p { color: rgb(9,51,17); }
H1.HeaderClassName
{
color: #093311;
}
.AnyTagClassName
{
color: #093311;
}
</style>
background-color css
<style>
a { background-color: #093311; }
a { background-color: rgb(9,51,17); }
div.DivClassName
{
background-color: #093311;
}
.BgClassName
{
background-color: #093311;
}
</style>
border-color css
<style>
span { border-color: #093311; }
span { border-color: rgb(9,51,17); }
td.TdClassName
{
border-color: #093311;
}
.TagClassName
{
border-color: #093311;
}
</style>