Shades of Deep Fir #0A4317
Tints of Deep Fir #0A4317
RGB
CMYK
RGB Variations
Color information
#0A4317 (or 0x0A4317) is known color: Deep Fir. HEX triplet: 0A, 43 and 17. RGB value is (10,67,23). Sum of RGB (Red+Green+Blue) = 10+67+23=100 (13% of max value = 765). Red value is 10 (4.30% from 255 or 10% from 100); Green value is 67 (26.56% from 255 or 67% from 100); Blue value is 23 (9.38% from 255 or 23% from 100); Max value from RGB is 67 - color contains mainly: green. Hex color #0A4317 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4317 is #F5BCE8. Grayscale: #2D2D2D. Windows color (decimal): -16104681 or 1524490. OLE color: 1524490.
HSL color Cylindrical-coordinate representation of color #0A4317: hue angle of 133.68º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A4317 is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 10 | 67 | 23 | - |
| CMYK | 0.85 | 0 | 0.66 | 0.74 |
| HSL | 133.68º | 0.74% | 0.15% | - |
| HSV(B) | 133.68º | 0.85% | 0.26% | - |
| XYZ | 2.29 | 4.14 | 1.49 | - |
| YUV | 44.94 | 115.62 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 67 | 23 | 0.85 | 0 | 0.66 | 0.74 | 133.68 | 0.74 | 0.15 |
| Hex | A | 43 | 17 | 55 | 0 | 42 | 4A | 86 | 4A | F |
| Octal | 12 | 103 | 27 | 125 | 0 | 102 | 112 | 206 | 112 | 17 |
| Binary | 1010 | 1000011 | 10111 | 1010101 | 0 | 1000010 | 1001010 | 10000110 | 1001010 | 1111 |
Color Harmonies of #0A4317
Complementary color
Monochromatic Colors of #0A4317
Black with #0A4317
Text Example
Text Example
White with #0A4317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4317; }
p { color: rgb(10,67,23); }
H1.HeaderClassName
{
color: #0A4317;
}
.AnyTagClassName
{
color: #0A4317;
}
</style>
background-color css
<style>
a { background-color: #0A4317; }
a { background-color: rgb(10,67,23); }
div.DivClassName
{
background-color: #0A4317;
}
.BgClassName
{
background-color: #0A4317;
}
</style>
border-color css
<style>
span { border-color: #0A4317; }
span { border-color: rgb(10,67,23); }
td.TdClassName
{
border-color: #0A4317;
}
.TagClassName
{
border-color: #0A4317;
}
</style>