Shades of Hemlock #717043
Tints of Hemlock #717043
RGB
CMYK
RGB Variations
Color information
#717043 (or 0x717043) is known color: Hemlock. HEX triplet: 71, 70 and 43. RGB value is (113,112,67). Sum of RGB (Red+Green+Blue) = 113+112+67=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 113 - color contains mainly: red. Hex color #717043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717043 is #8E8FBC. Grayscale: #6B6B6B. Windows color (decimal): -9342909 or 4419697. OLE color: 4419697.
HSL color Cylindrical-coordinate representation of color #717043: hue angle of 58.7º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #717043 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 112 | 67 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.56 |
| HSL | 58.7º | 0.26% | 0.35% | - |
| HSV(B) | 58.7º | 0.41% | 0.44% | - |
| XYZ | 13.62 | 15.5 | 7.59 | - |
| YUV | 107.17 | 105.33 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 112 | 67 | 0 | 0.01 | 0.41 | 0.56 | 58.7 | 0.26 | 0.35 |
| Hex | 71 | 70 | 43 | 0 | 1 | 29 | 38 | 3B | 1A | 23 |
| Octal | 161 | 160 | 103 | 0 | 1 | 51 | 70 | 73 | 32 | 43 |
| Binary | 1110001 | 1110000 | 1000011 | 0 | 1 | 101001 | 111000 | 111011 | 11010 | 100011 |
Color Harmonies of #717043
Complementary color
Monochromatic Colors of #717043
Black with #717043
Text Example
Text Example
White with #717043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717043; }
p { color: rgb(113,112,67); }
H1.HeaderClassName
{
color: #717043;
}
.AnyTagClassName
{
color: #717043;
}
</style>
background-color css
<style>
a { background-color: #717043; }
a { background-color: rgb(113,112,67); }
div.DivClassName
{
background-color: #717043;
}
.BgClassName
{
background-color: #717043;
}
</style>
border-color css
<style>
span { border-color: #717043; }
span { border-color: rgb(113,112,67); }
td.TdClassName
{
border-color: #717043;
}
.TagClassName
{
border-color: #717043;
}
</style>