Shades of Deep Fir #092310
Tints of Deep Fir #092310
RGB
CMYK
RGB Variations
Color information
#092310 (or 0x092310) is known color: Deep Fir. HEX triplet: 09, 23 and 10. RGB value is (9,35,16). Sum of RGB (Red+Green+Blue) = 9+35+16=60 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15% from 60); Green value is 35 (14.06% from 255 or 58.33% from 60); Blue value is 16 (6.64% from 255 or 26.67% from 60); Max value from RGB is 35 - color contains mainly: green. Hex color #092310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092310 is #F6DCEF. Grayscale: #191919. Windows color (decimal): -16178416 or 1057545. OLE color: 1057545.
HSL color Cylindrical-coordinate representation of color #092310: hue angle of 136.15º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #092310 is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 9 | 35 | 16 | - |
| CMYK | 0.74 | 0 | 0.54 | 0.86 |
| HSL | 136.15º | 0.59% | 0.09% | - |
| HSV(B) | 136.15º | 0.74% | 0.14% | - |
| XYZ | 0.81 | 1.3 | 0.7 | - |
| YUV | 25.06 | 122.89 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 35 | 16 | 0.74 | 0 | 0.54 | 0.86 | 136.15 | 0.59 | 0.09 |
| Hex | 9 | 23 | 10 | 4A | 0 | 36 | 56 | 88 | 3B | 9 |
| Octal | 11 | 43 | 20 | 112 | 0 | 66 | 126 | 210 | 73 | 11 |
| Binary | 1001 | 100011 | 10000 | 1001010 | 0 | 110110 | 1010110 | 10001000 | 111011 | 1001 |
Color Harmonies of #092310
Complementary color
Monochromatic Colors of #092310
Black with #092310
Text Example
Text Example
White with #092310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092310; }
p { color: rgb(9,35,16); }
H1.HeaderClassName
{
color: #092310;
}
.AnyTagClassName
{
color: #092310;
}
</style>
background-color css
<style>
a { background-color: #092310; }
a { background-color: rgb(9,35,16); }
div.DivClassName
{
background-color: #092310;
}
.BgClassName
{
background-color: #092310;
}
</style>
border-color css
<style>
span { border-color: #092310; }
span { border-color: rgb(9,35,16); }
td.TdClassName
{
border-color: #092310;
}
.TagClassName
{
border-color: #092310;
}
</style>