Shades of Deep Fir #092810
Tints of Deep Fir #092810
RGB
CMYK
RGB Variations
Color information
#092810 (or 0x092810) is known color: Deep Fir. HEX triplet: 09, 28 and 10. RGB value is (9,40,16). Sum of RGB (Red+Green+Blue) = 9+40+16=65 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.85% from 65); Green value is 40 (16.02% from 255 or 61.54% from 65); Blue value is 16 (6.64% from 255 or 24.62% from 65); Max value from RGB is 40 - color contains mainly: green. Hex color #092810 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092810 is #F6D7EF. Grayscale: #1C1C1C. Windows color (decimal): -16177136 or 1058825. OLE color: 1058825.
HSL color Cylindrical-coordinate representation of color #092810: hue angle of 133.55º 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 #092810 is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 9 | 40 | 16 | - |
| CMYK | 0.78 | 0 | 0.60 | 0.84 |
| HSL | 133.55º | 0.63% | 0.1% | - |
| HSV(B) | 133.55º | 0.78% | 0.16% | - |
| XYZ | 0.96 | 1.61 | 0.75 | - |
| YUV | 28 | 121.23 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 16 | 0.78 | 0 | 0.60 | 0.84 | 133.55 | 0.63 | 0.1 |
| Hex | 9 | 28 | 10 | 4E | 0 | 3C | 54 | 86 | 3F | A |
| Octal | 11 | 50 | 20 | 116 | 0 | 74 | 124 | 206 | 77 | 12 |
| Binary | 1001 | 101000 | 10000 | 1001110 | 0 | 111100 | 1010100 | 10000110 | 111111 | 1010 |
Color Harmonies of #092810
Complementary color
Monochromatic Colors of #092810
Black with #092810
Text Example
Text Example
White with #092810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092810; }
p { color: rgb(9,40,16); }
H1.HeaderClassName
{
color: #092810;
}
.AnyTagClassName
{
color: #092810;
}
</style>
background-color css
<style>
a { background-color: #092810; }
a { background-color: rgb(9,40,16); }
div.DivClassName
{
background-color: #092810;
}
.BgClassName
{
background-color: #092810;
}
</style>
border-color css
<style>
span { border-color: #092810; }
span { border-color: rgb(9,40,16); }
td.TdClassName
{
border-color: #092810;
}
.TagClassName
{
border-color: #092810;
}
</style>