Shades of Hemlock #71753D
Tints of Hemlock #71753D
RGB
CMYK
RGB Variations
Color information
#71753D (or 0x71753D) is known color: Hemlock. HEX triplet: 71, 75 and 3D. RGB value is (113,117,61). Sum of RGB (Red+Green+Blue) = 113+117+61=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 117 - color contains mainly: green. Hex color #71753D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71753D is #8E8AC2. Grayscale: #6D6D6D. Windows color (decimal): -9341635 or 4027761. OLE color: 4027761.
HSL color Cylindrical-coordinate representation of color #71753D: hue angle of 64.29º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71753D is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 117 | 61 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.54 |
| HSL | 64.29º | 0.31% | 0.35% | - |
| HSV(B) | 64.29º | 0.48% | 0.46% | - |
| XYZ | 14.01 | 16.57 | 6.87 | - |
| YUV | 109.42 | 100.67 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 61 | 0.03 | 0 | 0.48 | 0.54 | 64.29 | 0.31 | 0.35 |
| Hex | 71 | 75 | 3D | 3 | 0 | 30 | 36 | 40 | 1F | 23 |
| Octal | 161 | 165 | 75 | 3 | 0 | 60 | 66 | 100 | 37 | 43 |
| Binary | 1110001 | 1110101 | 111101 | 11 | 0 | 110000 | 110110 | 1000000 | 11111 | 100011 |
Color Harmonies of #71753D
Complementary color
Monochromatic Colors of #71753D
Black with #71753D
Text Example
Text Example
White with #71753D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71753D; }
p { color: rgb(113,117,61); }
H1.HeaderClassName
{
color: #71753D;
}
.AnyTagClassName
{
color: #71753D;
}
</style>
background-color css
<style>
a { background-color: #71753D; }
a { background-color: rgb(113,117,61); }
div.DivClassName
{
background-color: #71753D;
}
.BgClassName
{
background-color: #71753D;
}
</style>
border-color css
<style>
span { border-color: #71753D; }
span { border-color: rgb(113,117,61); }
td.TdClassName
{
border-color: #71753D;
}
.TagClassName
{
border-color: #71753D;
}
</style>