Shades of Deep Fir #0A3713
Tints of Deep Fir #0A3713
RGB
CMYK
RGB Variations
Color information
#0A3713 (or 0x0A3713) is known color: Deep Fir. HEX triplet: 0A, 37 and 13. RGB value is (10,55,19). Sum of RGB (Red+Green+Blue) = 10+55+19=84 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.90% from 84); Green value is 55 (21.88% from 255 or 65.48% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 55 - color contains mainly: green. Hex color #0A3713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3713 is #F5C8EC. Grayscale: #252525. Windows color (decimal): -16107757 or 1259274. OLE color: 1259274.
HSL color Cylindrical-coordinate representation of color #0A3713: hue angle of 132º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A3713 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 55 | 19 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.78 |
| HSL | 132º | 0.69% | 0.13% | - |
| HSV(B) | 132º | 0.82% | 0.22% | - |
| XYZ | 1.61 | 2.84 | 1.08 | - |
| YUV | 37.44 | 117.59 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 55 | 19 | 0.82 | 0 | 0.65 | 0.78 | 132 | 0.69 | 0.13 |
| Hex | A | 37 | 13 | 52 | 0 | 41 | 4E | 84 | 45 | D |
| Octal | 12 | 67 | 23 | 122 | 0 | 101 | 116 | 204 | 105 | 15 |
| Binary | 1010 | 110111 | 10011 | 1010010 | 0 | 1000001 | 1001110 | 10000100 | 1000101 | 1101 |
Color Harmonies of #0A3713
Complementary color
Monochromatic Colors of #0A3713
Black with #0A3713
Text Example
Text Example
White with #0A3713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3713; }
p { color: rgb(10,55,19); }
H1.HeaderClassName
{
color: #0A3713;
}
.AnyTagClassName
{
color: #0A3713;
}
</style>
background-color css
<style>
a { background-color: #0A3713; }
a { background-color: rgb(10,55,19); }
div.DivClassName
{
background-color: #0A3713;
}
.BgClassName
{
background-color: #0A3713;
}
</style>
border-color css
<style>
span { border-color: #0A3713; }
span { border-color: rgb(10,55,19); }
td.TdClassName
{
border-color: #0A3713;
}
.TagClassName
{
border-color: #0A3713;
}
</style>