Shades of Deep Fir #0A3919
Tints of Deep Fir #0A3919
RGB
CMYK
RGB Variations
Color information
#0A3919 (or 0x0A3919) is known color: Deep Fir. HEX triplet: 0A, 39 and 19. RGB value is (10,57,25). Sum of RGB (Red+Green+Blue) = 10+57+25=92 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.87% from 92); Green value is 57 (22.66% from 255 or 61.96% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 57 - color contains mainly: green. Hex color #0A3919 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3919 is #F5C6E6. Grayscale: #272727. Windows color (decimal): -16107239 or 1653002. OLE color: 1653002.
HSL color Cylindrical-coordinate representation of color #0A3919: hue angle of 139.15º degrees, saturation: 0.7, 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 #0A3919 is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 10 | 57 | 25 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.78 |
| HSL | 139.15º | 0.7% | 0.13% | - |
| HSV(B) | 139.15º | 0.82% | 0.22% | - |
| XYZ | 1.76 | 3.06 | 1.42 | - |
| YUV | 39.3 | 119.93 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 57 | 25 | 0.82 | 0 | 0.56 | 0.78 | 139.15 | 0.7 | 0.13 |
| Hex | A | 39 | 19 | 52 | 0 | 38 | 4E | 8B | 46 | D |
| Octal | 12 | 71 | 31 | 122 | 0 | 70 | 116 | 213 | 106 | 15 |
| Binary | 1010 | 111001 | 11001 | 1010010 | 0 | 111000 | 1001110 | 10001011 | 1000110 | 1101 |
Color Harmonies of #0A3919
Complementary color
Monochromatic Colors of #0A3919
Black with #0A3919
Text Example
Text Example
White with #0A3919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3919; }
p { color: rgb(10,57,25); }
H1.HeaderClassName
{
color: #0A3919;
}
.AnyTagClassName
{
color: #0A3919;
}
</style>
background-color css
<style>
a { background-color: #0A3919; }
a { background-color: rgb(10,57,25); }
div.DivClassName
{
background-color: #0A3919;
}
.BgClassName
{
background-color: #0A3919;
}
</style>
border-color css
<style>
span { border-color: #0A3919; }
span { border-color: rgb(10,57,25); }
td.TdClassName
{
border-color: #0A3919;
}
.TagClassName
{
border-color: #0A3919;
}
</style>