Shades of Deep Fir #093812
Tints of Deep Fir #093812
RGB
CMYK
RGB Variations
Color information
#093812 (or 0x093812) is known color: Deep Fir. HEX triplet: 09, 38 and 12. RGB value is (9,56,18). Sum of RGB (Red+Green+Blue) = 9+56+18=83 (10% of max value = 765). Red value is 9 (3.91% from 255 or 10.84% from 83); Green value is 56 (22.27% from 255 or 67.47% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 56 - color contains mainly: green. Hex color #093812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093812 is #F6C7ED. Grayscale: #252525. Windows color (decimal): -16173038 or 1193993. OLE color: 1193993.
HSL color Cylindrical-coordinate representation of color #093812: hue angle of 131.49º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093812 is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 9 | 56 | 18 | - |
| CMYK | 0.84 | 0 | 0.68 | 0.78 |
| HSL | 131.49º | 0.72% | 0.13% | - |
| HSV(B) | 131.49º | 0.84% | 0.22% | - |
| XYZ | 1.64 | 2.93 | 1.05 | - |
| YUV | 37.62 | 116.93 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 56 | 18 | 0.84 | 0 | 0.68 | 0.78 | 131.49 | 0.72 | 0.13 |
| Hex | 9 | 38 | 12 | 54 | 0 | 44 | 4E | 83 | 48 | D |
| Octal | 11 | 70 | 22 | 124 | 0 | 104 | 116 | 203 | 110 | 15 |
| Binary | 1001 | 111000 | 10010 | 1010100 | 0 | 1000100 | 1001110 | 10000011 | 1001000 | 1101 |
Color Harmonies of #093812
Complementary color
Monochromatic Colors of #093812
Black with #093812
Text Example
Text Example
White with #093812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093812; }
p { color: rgb(9,56,18); }
H1.HeaderClassName
{
color: #093812;
}
.AnyTagClassName
{
color: #093812;
}
</style>
background-color css
<style>
a { background-color: #093812; }
a { background-color: rgb(9,56,18); }
div.DivClassName
{
background-color: #093812;
}
.BgClassName
{
background-color: #093812;
}
</style>
border-color css
<style>
span { border-color: #093812; }
span { border-color: rgb(9,56,18); }
td.TdClassName
{
border-color: #093812;
}
.TagClassName
{
border-color: #093812;
}
</style>