Shades of Deep Fir #103917
Tints of Deep Fir #103917
RGB
CMYK
RGB Variations
Color information
#103917 (or 0x103917) is known color: Deep Fir. HEX triplet: 10, 39 and 17. RGB value is (16,57,23). Sum of RGB (Red+Green+Blue) = 16+57+23=96 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.67% from 96); Green value is 57 (22.66% from 255 or 59.38% from 96); Blue value is 23 (9.38% from 255 or 23.96% from 96); Max value from RGB is 57 - color contains mainly: green. Hex color #103917 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103917 is #EFC6E8. Grayscale: #282828. Windows color (decimal): -15714025 or 1521936. OLE color: 1521936.
HSL color Cylindrical-coordinate representation of color #103917: hue angle of 130.24º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #103917 is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 57 | 23 | - |
| CMYK | 0.72 | 0 | 0.60 | 0.78 |
| HSL | 130.24º | 0.56% | 0.14% | - |
| HSV(B) | 130.24º | 0.72% | 0.22% | - |
| XYZ | 1.83 | 3.1 | 1.31 | - |
| YUV | 40.87 | 117.92 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 57 | 23 | 0.72 | 0 | 0.60 | 0.78 | 130.24 | 0.56 | 0.14 |
| Hex | 10 | 39 | 17 | 48 | 0 | 3C | 4E | 82 | 38 | E |
| Octal | 20 | 71 | 27 | 110 | 0 | 74 | 116 | 202 | 70 | 16 |
| Binary | 10000 | 111001 | 10111 | 1001000 | 0 | 111100 | 1001110 | 10000010 | 111000 | 1110 |
Color Harmonies of #103917
Complementary color
Monochromatic Colors of #103917
Black with #103917
Text Example
Text Example
White with #103917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103917; }
p { color: rgb(16,57,23); }
H1.HeaderClassName
{
color: #103917;
}
.AnyTagClassName
{
color: #103917;
}
</style>
background-color css
<style>
a { background-color: #103917; }
a { background-color: rgb(16,57,23); }
div.DivClassName
{
background-color: #103917;
}
.BgClassName
{
background-color: #103917;
}
</style>
border-color css
<style>
span { border-color: #103917; }
span { border-color: rgb(16,57,23); }
td.TdClassName
{
border-color: #103917;
}
.TagClassName
{
border-color: #103917;
}
</style>