Shades of Deep Fir #092811
Tints of Deep Fir #092811
RGB
CMYK
RGB Variations
Color information
#092811 (or 0x092811) is known color: Deep Fir. HEX triplet: 09, 28 and 11. RGB value is (9,40,17). Sum of RGB (Red+Green+Blue) = 9+40+17=66 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.64% from 66); Green value is 40 (16.02% from 255 or 60.61% from 66); Blue value is 17 (7.03% from 255 or 25.76% from 66); Max value from RGB is 40 - color contains mainly: green. Hex color #092811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092811 is #F6D7EE. Grayscale: #1C1C1C. Windows color (decimal): -16177135 or 1124361. OLE color: 1124361.
HSL color Cylindrical-coordinate representation of color #092811: hue angle of 135.48º degrees, saturation: 0.63, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #092811 is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 9 | 40 | 17 | - |
| CMYK | 0.78 | 0 | 0.57 | 0.84 |
| HSL | 135.48º | 0.63% | 0.1% | - |
| HSV(B) | 135.48º | 0.78% | 0.16% | - |
| XYZ | 0.97 | 1.62 | 0.79 | - |
| YUV | 28.11 | 121.73 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 17 | 0.78 | 0 | 0.57 | 0.84 | 135.48 | 0.63 | 0.1 |
| Hex | 9 | 28 | 11 | 4E | 0 | 39 | 54 | 87 | 3F | A |
| Octal | 11 | 50 | 21 | 116 | 0 | 71 | 124 | 207 | 77 | 12 |
| Binary | 1001 | 101000 | 10001 | 1001110 | 0 | 111001 | 1010100 | 10000111 | 111111 | 1010 |
Color Harmonies of #092811
Complementary color
Monochromatic Colors of #092811
Black with #092811
Text Example
Text Example
White with #092811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092811; }
p { color: rgb(9,40,17); }
H1.HeaderClassName
{
color: #092811;
}
.AnyTagClassName
{
color: #092811;
}
</style>
background-color css
<style>
a { background-color: #092811; }
a { background-color: rgb(9,40,17); }
div.DivClassName
{
background-color: #092811;
}
.BgClassName
{
background-color: #092811;
}
</style>
border-color css
<style>
span { border-color: #092811; }
span { border-color: rgb(9,40,17); }
td.TdClassName
{
border-color: #092811;
}
.TagClassName
{
border-color: #092811;
}
</style>