Shades of Deep Fir #0A3216
Tints of Deep Fir #0A3216
RGB
CMYK
RGB Variations
Color information
#0A3216 (or 0x0A3216) is known color: Deep Fir. HEX triplet: 0A, 32 and 16. RGB value is (10,50,22). Sum of RGB (Red+Green+Blue) = 10+50+22=82 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.20% from 82); Green value is 50 (19.92% from 255 or 60.98% from 82); Blue value is 22 (8.98% from 255 or 26.83% from 82); Max value from RGB is 50 - color contains mainly: green. Hex color #0A3216 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3216 is #F5CDE9. Grayscale: #222222. Windows color (decimal): -16109034 or 1454602. OLE color: 1454602.
HSL color Cylindrical-coordinate representation of color #0A3216: hue angle of 138º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A3216 is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 10 | 50 | 22 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.80 |
| HSL | 138º | 0.67% | 0.12% | - |
| HSV(B) | 138º | 0.8% | 0.2% | - |
| XYZ | 1.41 | 2.4 | 1.15 | - |
| YUV | 34.85 | 120.75 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 50 | 22 | 0.80 | 0 | 0.56 | 0.80 | 138 | 0.67 | 0.12 |
| Hex | A | 32 | 16 | 50 | 0 | 38 | 50 | 8A | 43 | C |
| Octal | 12 | 62 | 26 | 120 | 0 | 70 | 120 | 212 | 103 | 14 |
| Binary | 1010 | 110010 | 10110 | 1010000 | 0 | 111000 | 1010000 | 10001010 | 1000011 | 1100 |
Color Harmonies of #0A3216
Complementary color
Monochromatic Colors of #0A3216
Black with #0A3216
Text Example
Text Example
White with #0A3216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3216; }
p { color: rgb(10,50,22); }
H1.HeaderClassName
{
color: #0A3216;
}
.AnyTagClassName
{
color: #0A3216;
}
</style>
background-color css
<style>
a { background-color: #0A3216; }
a { background-color: rgb(10,50,22); }
div.DivClassName
{
background-color: #0A3216;
}
.BgClassName
{
background-color: #0A3216;
}
</style>
border-color css
<style>
span { border-color: #0A3216; }
span { border-color: rgb(10,50,22); }
td.TdClassName
{
border-color: #0A3216;
}
.TagClassName
{
border-color: #0A3216;
}
</style>