Shades of Hemp #957D71
Tints of Hemp #957D71
RGB
CMYK
RGB Variations
Color information
#957D71 (or 0x957D71) is known color: Hemp. HEX triplet: 95, 7D and 71. RGB value is (149,125,113). Sum of RGB (Red+Green+Blue) = 149+125+113=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #957D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957D71 is #6A828E. Grayscale: #828282. Windows color (decimal): -6980239 or 7437717. OLE color: 7437717.
HSL color Cylindrical-coordinate representation of color #957D71: hue angle of 20º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #957D71 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 125 | 113 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.42 |
| HSL | 20º | 0.15% | 0.51% | - |
| HSV(B) | 20º | 0.24% | 0.58% | - |
| XYZ | 22.71 | 22.25 | 18.72 | - |
| YUV | 130.81 | 117.95 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 113 | 0 | 0.16 | 0.24 | 0.42 | 20 | 0.15 | 0.51 |
| Hex | 95 | 7D | 71 | 0 | 10 | 18 | 2A | 14 | F | 33 |
| Octal | 225 | 175 | 161 | 0 | 20 | 30 | 52 | 24 | 17 | 63 |
| Binary | 10010101 | 1111101 | 1110001 | 0 | 10000 | 11000 | 101010 | 10100 | 1111 | 110011 |
Color Harmonies of #957D71
Complementary color
Monochromatic Colors of #957D71
Black with #957D71
Text Example
Text Example
White with #957D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957D71; }
p { color: rgb(149,125,113); }
H1.HeaderClassName
{
color: #957D71;
}
.AnyTagClassName
{
color: #957D71;
}
</style>
background-color css
<style>
a { background-color: #957D71; }
a { background-color: rgb(149,125,113); }
div.DivClassName
{
background-color: #957D71;
}
.BgClassName
{
background-color: #957D71;
}
</style>
border-color css
<style>
span { border-color: #957D71; }
span { border-color: rgb(149,125,113); }
td.TdClassName
{
border-color: #957D71;
}
.TagClassName
{
border-color: #957D71;
}
</style>