Shades of Deep Fir #103720
Tints of Deep Fir #103720
RGB
CMYK
RGB Variations
Color information
#103720 (or 0x103720) is known color: Deep Fir. HEX triplet: 10, 37 and 20. RGB value is (16,55,32). Sum of RGB (Red+Green+Blue) = 16+55+32=103 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.53% from 103); Green value is 55 (21.88% from 255 or 53.40% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 55 - color contains mainly: green. Hex color #103720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103720 is #EFC8DF. Grayscale: #282828. Windows color (decimal): -15714528 or 2111248. OLE color: 2111248.
HSL color Cylindrical-coordinate representation of color #103720: hue angle of 144.62º 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 #103720 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 55 | 32 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.78 |
| HSL | 144.62º | 0.55% | 0.14% | - |
| HSV(B) | 144.62º | 0.71% | 0.22% | - |
| XYZ | 1.84 | 2.95 | 1.84 | - |
| YUV | 40.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 55 | 32 | 0.71 | 0 | 0.42 | 0.78 | 144.62 | 0.55 | 0.14 |
| Hex | 10 | 37 | 20 | 47 | 0 | 2A | 4E | 91 | 37 | E |
| Octal | 20 | 67 | 40 | 107 | 0 | 52 | 116 | 221 | 67 | 16 |
| Binary | 10000 | 110111 | 100000 | 1000111 | 0 | 101010 | 1001110 | 10010001 | 110111 | 1110 |
Color Harmonies of #103720
Complementary color
Monochromatic Colors of #103720
Black with #103720
Text Example
Text Example
White with #103720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103720; }
p { color: rgb(16,55,32); }
H1.HeaderClassName
{
color: #103720;
}
.AnyTagClassName
{
color: #103720;
}
</style>
background-color css
<style>
a { background-color: #103720; }
a { background-color: rgb(16,55,32); }
div.DivClassName
{
background-color: #103720;
}
.BgClassName
{
background-color: #103720;
}
</style>
border-color css
<style>
span { border-color: #103720; }
span { border-color: rgb(16,55,32); }
td.TdClassName
{
border-color: #103720;
}
.TagClassName
{
border-color: #103720;
}
</style>