Shades of Deep Fir #092512
Tints of Deep Fir #092512
RGB
CMYK
RGB Variations
Color information
#092512 (or 0x092512) is known color: Deep Fir. HEX triplet: 09, 25 and 12. RGB value is (9,37,18). Sum of RGB (Red+Green+Blue) = 9+37+18=64 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.06% from 64); Green value is 37 (14.84% from 255 or 57.81% from 64); Blue value is 18 (7.42% from 255 or 28.12% from 64); Max value from RGB is 37 - color contains mainly: green. Hex color #092512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092512 is #F6DAED. Grayscale: #1A1A1A. Windows color (decimal): -16177902 or 1189129. OLE color: 1189129.
HSL color Cylindrical-coordinate representation of color #092512: hue angle of 139.29º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #092512 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 9 | 37 | 18 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.85 |
| HSL | 139.29º | 0.61% | 0.09% | - |
| HSV(B) | 139.29º | 0.76% | 0.15% | - |
| XYZ | 0.88 | 1.42 | 0.8 | - |
| YUV | 26.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 18 | 0.76 | 0 | 0.51 | 0.85 | 139.29 | 0.61 | 0.09 |
| Hex | 9 | 25 | 12 | 4C | 0 | 33 | 55 | 8B | 3D | 9 |
| Octal | 11 | 45 | 22 | 114 | 0 | 63 | 125 | 213 | 75 | 11 |
| Binary | 1001 | 100101 | 10010 | 1001100 | 0 | 110011 | 1010101 | 10001011 | 111101 | 1001 |
Color Harmonies of #092512
Complementary color
Monochromatic Colors of #092512
Black with #092512
Text Example
Text Example
White with #092512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092512; }
p { color: rgb(9,37,18); }
H1.HeaderClassName
{
color: #092512;
}
.AnyTagClassName
{
color: #092512;
}
</style>
background-color css
<style>
a { background-color: #092512; }
a { background-color: rgb(9,37,18); }
div.DivClassName
{
background-color: #092512;
}
.BgClassName
{
background-color: #092512;
}
</style>
border-color css
<style>
span { border-color: #092512; }
span { border-color: rgb(9,37,18); }
td.TdClassName
{
border-color: #092512;
}
.TagClassName
{
border-color: #092512;
}
</style>