Shades of Deep Fir #092D0D
Tints of Deep Fir #092D0D
RGB
CMYK
RGB Variations
Color information
#092D0D (or 0x092D0D) is known color: Deep Fir. HEX triplet: 09, 2D and 0D. RGB value is (9,45,13). Sum of RGB (Red+Green+Blue) = 9+45+13=67 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.43% from 67); Green value is 45 (17.97% from 255 or 67.16% from 67); Blue value is 13 (5.47% from 255 or 19.40% from 67); Max value from RGB is 45 - color contains mainly: green. Hex color #092D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092D0D is #F6D2F2. Grayscale: #1E1E1E. Windows color (decimal): -16175859 or 863497. OLE color: 863497.
HSL color Cylindrical-coordinate representation of color #092D0D: hue angle of 126.67º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #092D0D is Cyan = 0.8, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 45 | 13 | - |
| CMYK | 0.8 | 0 | 0.71 | 0.82 |
| HSL | 126.67º | 0.67% | 0.11% | - |
| HSV(B) | 126.67º | 0.8% | 0.18% | - |
| XYZ | 1.12 | 1.96 | 0.7 | - |
| YUV | 30.59 | 118.07 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 45 | 13 | 0.8 | 0 | 0.71 | 0.82 | 126.67 | 0.67 | 0.11 |
| Hex | 9 | 2D | D | 50 | 0 | 47 | 52 | 7F | 43 | B |
| Octal | 11 | 55 | 15 | 120 | 0 | 107 | 122 | 177 | 103 | 13 |
| Binary | 1001 | 101101 | 1101 | 1010000 | 0 | 1000111 | 1010010 | 1111111 | 1000011 | 1011 |
Color Harmonies of #092D0D
Complementary color
Monochromatic Colors of #092D0D
Black with #092D0D
Text Example
Text Example
White with #092D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #092D0D; }
p { color: rgb(9,45,13); }
H1.HeaderClassName
{
color: #092D0D;
}
.AnyTagClassName
{
color: #092D0D;
}
</style>
background-color css
<style>
a { background-color: #092D0D; }
a { background-color: rgb(9,45,13); }
div.DivClassName
{
background-color: #092D0D;
}
.BgClassName
{
background-color: #092D0D;
}
</style>
border-color css
<style>
span { border-color: #092D0D; }
span { border-color: rgb(9,45,13); }
td.TdClassName
{
border-color: #092D0D;
}
.TagClassName
{
border-color: #092D0D;
}
</style>