Shades of Deep Fir #104017
Tints of Deep Fir #104017
RGB
CMYK
RGB Variations
Color information
#104017 (or 0x104017) is known color: Deep Fir. HEX triplet: 10, 40 and 17. RGB value is (16,64,23). Sum of RGB (Red+Green+Blue) = 16+64+23=103 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.53% from 103); Green value is 64 (25.39% from 255 or 62.14% from 103); Blue value is 23 (9.38% from 255 or 22.33% from 103); Max value from RGB is 64 - color contains mainly: green. Hex color #104017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104017 is #EFBFE8. Grayscale: #2D2D2D. Windows color (decimal): -15712233 or 1523728. OLE color: 1523728.
HSL color Cylindrical-coordinate representation of color #104017: hue angle of 128.75º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #104017 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 64 | 23 | - |
| CMYK | 0.75 | 0 | 0.64 | 0.75 |
| HSL | 128.75º | 0.6% | 0.16% | - |
| HSV(B) | 128.75º | 0.75% | 0.25% | - |
| XYZ | 2.2 | 3.84 | 1.44 | - |
| YUV | 44.97 | 115.6 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 64 | 23 | 0.75 | 0 | 0.64 | 0.75 | 128.75 | 0.6 | 0.16 |
| Hex | 10 | 40 | 17 | 4B | 0 | 40 | 4B | 81 | 3C | 10 |
| Octal | 20 | 100 | 27 | 113 | 0 | 100 | 113 | 201 | 74 | 20 |
| Binary | 10000 | 1000000 | 10111 | 1001011 | 0 | 1000000 | 1001011 | 10000001 | 111100 | 10000 |
Color Harmonies of #104017
Complementary color
Monochromatic Colors of #104017
Black with #104017
Text Example
Text Example
White with #104017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104017; }
p { color: rgb(16,64,23); }
H1.HeaderClassName
{
color: #104017;
}
.AnyTagClassName
{
color: #104017;
}
</style>
background-color css
<style>
a { background-color: #104017; }
a { background-color: rgb(16,64,23); }
div.DivClassName
{
background-color: #104017;
}
.BgClassName
{
background-color: #104017;
}
</style>
border-color css
<style>
span { border-color: #104017; }
span { border-color: rgb(16,64,23); }
td.TdClassName
{
border-color: #104017;
}
.TagClassName
{
border-color: #104017;
}
</style>