Shades of Deep Fir #0A3311
Tints of Deep Fir #0A3311
RGB
CMYK
RGB Variations
Color information
#0A3311 (or 0x0A3311) is known color: Deep Fir. HEX triplet: 0A, 33 and 11. RGB value is (10,51,17). Sum of RGB (Red+Green+Blue) = 10+51+17=78 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.82% from 78); Green value is 51 (20.31% from 255 or 65.38% from 78); Blue value is 17 (7.03% from 255 or 21.79% from 78); Max value from RGB is 51 - color contains mainly: green. Hex color #0A3311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3311 is #F5CCEE. Grayscale: #222222. Windows color (decimal): -16108783 or 1127178. OLE color: 1127178.
HSL color Cylindrical-coordinate representation of color #0A3311: hue angle of 130.24º 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 #0A3311 is Cyan = 0.80, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 10 | 51 | 17 | - |
| CMYK | 0.80 | 0 | 0.67 | 0.8 |
| HSL | 130.24º | 0.67% | 0.12% | - |
| HSV(B) | 130.24º | 0.8% | 0.2% | - |
| XYZ | 1.41 | 2.47 | 0.93 | - |
| YUV | 34.87 | 117.92 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 51 | 17 | 0.80 | 0 | 0.67 | 0.8 | 130.24 | 0.67 | 0.12 |
| Hex | A | 33 | 11 | 50 | 0 | 43 | 50 | 82 | 43 | C |
| Octal | 12 | 63 | 21 | 120 | 0 | 103 | 120 | 202 | 103 | 14 |
| Binary | 1010 | 110011 | 10001 | 1010000 | 0 | 1000011 | 1010000 | 10000010 | 1000011 | 1100 |
Color Harmonies of #0A3311
Complementary color
Monochromatic Colors of #0A3311
Black with #0A3311
Text Example
Text Example
White with #0A3311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3311; }
p { color: rgb(10,51,17); }
H1.HeaderClassName
{
color: #0A3311;
}
.AnyTagClassName
{
color: #0A3311;
}
</style>
background-color css
<style>
a { background-color: #0A3311; }
a { background-color: rgb(10,51,17); }
div.DivClassName
{
background-color: #0A3311;
}
.BgClassName
{
background-color: #0A3311;
}
</style>
border-color css
<style>
span { border-color: #0A3311; }
span { border-color: rgb(10,51,17); }
td.TdClassName
{
border-color: #0A3311;
}
.TagClassName
{
border-color: #0A3311;
}
</style>