Shades of Hemlock #71703D
Tints of Hemlock #71703D
RGB
CMYK
RGB Variations
Color information
#71703D (or 0x71703D) is known color: Hemlock. HEX triplet: 71, 70 and 3D. RGB value is (113,112,61). Sum of RGB (Red+Green+Blue) = 113+112+61=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 113 - color contains mainly: red. Hex color #71703D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71703D is #8E8FC2. Grayscale: #6A6A6A. Windows color (decimal): -9342915 or 4026481. OLE color: 4026481.
HSL color Cylindrical-coordinate representation of color #71703D: hue angle of 58.85º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71703D is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 112 | 61 | - |
| CMYK | 0 | 0.01 | 0.46 | 0.56 |
| HSL | 58.85º | 0.3% | 0.34% | - |
| HSV(B) | 58.85º | 0.46% | 0.44% | - |
| XYZ | 13.45 | 15.44 | 6.69 | - |
| YUV | 106.49 | 102.33 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 112 | 61 | 0 | 0.01 | 0.46 | 0.56 | 58.85 | 0.3 | 0.34 |
| Hex | 71 | 70 | 3D | 0 | 1 | 2E | 38 | 3B | 1E | 22 |
| Octal | 161 | 160 | 75 | 0 | 1 | 56 | 70 | 73 | 36 | 42 |
| Binary | 1110001 | 1110000 | 111101 | 0 | 1 | 101110 | 111000 | 111011 | 11110 | 100010 |
Color Harmonies of #71703D
Complementary color
Monochromatic Colors of #71703D
Black with #71703D
Text Example
Text Example
White with #71703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71703D; }
p { color: rgb(113,112,61); }
H1.HeaderClassName
{
color: #71703D;
}
.AnyTagClassName
{
color: #71703D;
}
</style>
background-color css
<style>
a { background-color: #71703D; }
a { background-color: rgb(113,112,61); }
div.DivClassName
{
background-color: #71703D;
}
.BgClassName
{
background-color: #71703D;
}
</style>
border-color css
<style>
span { border-color: #71703D; }
span { border-color: rgb(113,112,61); }
td.TdClassName
{
border-color: #71703D;
}
.TagClassName
{
border-color: #71703D;
}
</style>