Shades of Hemlock #717040
Tints of Hemlock #717040
RGB
CMYK
RGB Variations
Color information
#717040 (or 0x717040) is known color: Hemlock. HEX triplet: 71, 70 and 40. RGB value is (113,112,64). Sum of RGB (Red+Green+Blue) = 113+112+64=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 113 - color contains mainly: red. Hex color #717040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717040 is #8E8FBF. Grayscale: #6B6B6B. Windows color (decimal): -9342912 or 4223089. OLE color: 4223089.
HSL color Cylindrical-coordinate representation of color #717040: hue angle of 58.78º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #717040 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 112 | 64 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.56 |
| HSL | 58.78º | 0.28% | 0.35% | - |
| HSV(B) | 58.78º | 0.43% | 0.44% | - |
| XYZ | 13.53 | 15.47 | 7.12 | - |
| YUV | 106.83 | 103.83 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 112 | 64 | 0 | 0.01 | 0.43 | 0.56 | 58.78 | 0.28 | 0.35 |
| Hex | 71 | 70 | 40 | 0 | 1 | 2B | 38 | 3B | 1C | 23 |
| Octal | 161 | 160 | 100 | 0 | 1 | 53 | 70 | 73 | 34 | 43 |
| Binary | 1110001 | 1110000 | 1000000 | 0 | 1 | 101011 | 111000 | 111011 | 11100 | 100011 |
Color Harmonies of #717040
Complementary color
Monochromatic Colors of #717040
Black with #717040
Text Example
Text Example
White with #717040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717040; }
p { color: rgb(113,112,64); }
H1.HeaderClassName
{
color: #717040;
}
.AnyTagClassName
{
color: #717040;
}
</style>
background-color css
<style>
a { background-color: #717040; }
a { background-color: rgb(113,112,64); }
div.DivClassName
{
background-color: #717040;
}
.BgClassName
{
background-color: #717040;
}
</style>
border-color css
<style>
span { border-color: #717040; }
span { border-color: rgb(113,112,64); }
td.TdClassName
{
border-color: #717040;
}
.TagClassName
{
border-color: #717040;
}
</style>