Shades of Deep Fir #09280F
Tints of Deep Fir #09280F
RGB
CMYK
RGB Variations
Color information
#09280F (or 0x09280F) is known color: Deep Fir. HEX triplet: 09, 28 and 0F. RGB value is (9,40,15). Sum of RGB (Red+Green+Blue) = 9+40+15=64 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.06% from 64); Green value is 40 (16.02% from 255 or 62.5% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 40 - color contains mainly: green. Hex color #09280F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09280F is #F6D7F0. Grayscale: #1B1B1B. Windows color (decimal): -16177137 or 993289. OLE color: 993289.
HSL color Cylindrical-coordinate representation of color #09280F: hue angle of 131.61º 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 #09280F is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 9 | 40 | 15 | - |
| CMYK | 0.78 | 0 | 0.62 | 0.84 |
| HSL | 131.61º | 0.63% | 0.1% | - |
| HSV(B) | 131.61º | 0.78% | 0.16% | - |
| XYZ | 0.96 | 1.61 | 0.71 | - |
| YUV | 27.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 40 | 15 | 0.78 | 0 | 0.62 | 0.84 | 131.61 | 0.63 | 0.1 |
| Hex | 9 | 28 | F | 4E | 0 | 3E | 54 | 84 | 3F | A |
| Octal | 11 | 50 | 17 | 116 | 0 | 76 | 124 | 204 | 77 | 12 |
| Binary | 1001 | 101000 | 1111 | 1001110 | 0 | 111110 | 1010100 | 10000100 | 111111 | 1010 |
Color Harmonies of #09280F
Complementary color
Monochromatic Colors of #09280F
Black with #09280F
Text Example
Text Example
White with #09280F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09280F; }
p { color: rgb(9,40,15); }
H1.HeaderClassName
{
color: #09280F;
}
.AnyTagClassName
{
color: #09280F;
}
</style>
background-color css
<style>
a { background-color: #09280F; }
a { background-color: rgb(9,40,15); }
div.DivClassName
{
background-color: #09280F;
}
.BgClassName
{
background-color: #09280F;
}
</style>
border-color css
<style>
span { border-color: #09280F; }
span { border-color: rgb(9,40,15); }
td.TdClassName
{
border-color: #09280F;
}
.TagClassName
{
border-color: #09280F;
}
</style>