Shades of Deep Fir #0A4115
Tints of Deep Fir #0A4115
RGB
CMYK
RGB Variations
Color information
#0A4115 (or 0x0A4115) is known color: Deep Fir. HEX triplet: 0A, 41 and 15. RGB value is (10,65,21). Sum of RGB (Red+Green+Blue) = 10+65+21=96 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.42% from 96); Green value is 65 (25.78% from 255 or 67.71% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 65 - color contains mainly: green. Hex color #0A4115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4115 is #F5BEEA. Grayscale: #2B2B2B. Windows color (decimal): -16105195 or 1392906. OLE color: 1392906.
HSL color Cylindrical-coordinate representation of color #0A4115: hue angle of 132º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A4115 is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 10 | 65 | 21 | - |
| CMYK | 0.85 | 0 | 0.68 | 0.75 |
| HSL | 132º | 0.73% | 0.15% | - |
| HSV(B) | 132º | 0.85% | 0.25% | - |
| XYZ | 2.15 | 3.9 | 1.35 | - |
| YUV | 43.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 65 | 21 | 0.85 | 0 | 0.68 | 0.75 | 132 | 0.73 | 0.15 |
| Hex | A | 41 | 15 | 55 | 0 | 44 | 4B | 84 | 49 | F |
| Octal | 12 | 101 | 25 | 125 | 0 | 104 | 113 | 204 | 111 | 17 |
| Binary | 1010 | 1000001 | 10101 | 1010101 | 0 | 1000100 | 1001011 | 10000100 | 1001001 | 1111 |
Color Harmonies of #0A4115
Complementary color
Monochromatic Colors of #0A4115
Black with #0A4115
Text Example
Text Example
White with #0A4115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4115; }
p { color: rgb(10,65,21); }
H1.HeaderClassName
{
color: #0A4115;
}
.AnyTagClassName
{
color: #0A4115;
}
</style>
background-color css
<style>
a { background-color: #0A4115; }
a { background-color: rgb(10,65,21); }
div.DivClassName
{
background-color: #0A4115;
}
.BgClassName
{
background-color: #0A4115;
}
</style>
border-color css
<style>
span { border-color: #0A4115; }
span { border-color: rgb(10,65,21); }
td.TdClassName
{
border-color: #0A4115;
}
.TagClassName
{
border-color: #0A4115;
}
</style>