Shades of Deep Fir #103719
Tints of Deep Fir #103719
RGB
CMYK
RGB Variations
Color information
#103719 (or 0x103719) is known color: Deep Fir. HEX triplet: 10, 37 and 19. RGB value is (16,55,25). Sum of RGB (Red+Green+Blue) = 16+55+25=96 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.67% from 96); Green value is 55 (21.88% from 255 or 57.29% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 55 - color contains mainly: green. Hex color #103719 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103719 is #EFC8E6. Grayscale: #272727. Windows color (decimal): -15714535 or 1652496. OLE color: 1652496.
HSL color Cylindrical-coordinate representation of color #103719: hue angle of 133.85º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #103719 is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 55 | 25 | - |
| CMYK | 0.71 | 0 | 0.55 | 0.78 |
| HSL | 133.85º | 0.55% | 0.14% | - |
| HSV(B) | 133.85º | 0.71% | 0.22% | - |
| XYZ | 1.76 | 2.91 | 1.39 | - |
| YUV | 39.92 | 119.58 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 55 | 25 | 0.71 | 0 | 0.55 | 0.78 | 133.85 | 0.55 | 0.14 |
| Hex | 10 | 37 | 19 | 47 | 0 | 37 | 4E | 86 | 37 | E |
| Octal | 20 | 67 | 31 | 107 | 0 | 67 | 116 | 206 | 67 | 16 |
| Binary | 10000 | 110111 | 11001 | 1000111 | 0 | 110111 | 1001110 | 10000110 | 110111 | 1110 |
Color Harmonies of #103719
Complementary color
Monochromatic Colors of #103719
Black with #103719
Text Example
Text Example
White with #103719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103719; }
p { color: rgb(16,55,25); }
H1.HeaderClassName
{
color: #103719;
}
.AnyTagClassName
{
color: #103719;
}
</style>
background-color css
<style>
a { background-color: #103719; }
a { background-color: rgb(16,55,25); }
div.DivClassName
{
background-color: #103719;
}
.BgClassName
{
background-color: #103719;
}
</style>
border-color css
<style>
span { border-color: #103719; }
span { border-color: rgb(16,55,25); }
td.TdClassName
{
border-color: #103719;
}
.TagClassName
{
border-color: #103719;
}
</style>