Shades of Hemp #957D73
Tints of Hemp #957D73
RGB
CMYK
RGB Variations
Color information
#957D73 (or 0x957D73) is known color: Hemp. HEX triplet: 95, 7D and 73. RGB value is (149,125,115). Sum of RGB (Red+Green+Blue) = 149+125+115=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #957D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957D73 is #6A828C. Grayscale: #838383. Windows color (decimal): -6980237 or 7568789. OLE color: 7568789.
HSL color Cylindrical-coordinate representation of color #957D73: hue angle of 17.65º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #957D73 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 125 | 115 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.42 |
| HSL | 17.65º | 0.14% | 0.52% | - |
| HSV(B) | 17.65º | 0.23% | 0.58% | - |
| XYZ | 22.82 | 22.29 | 19.32 | - |
| YUV | 131.04 | 118.95 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 115 | 0 | 0.16 | 0.23 | 0.42 | 17.65 | 0.14 | 0.52 |
| Hex | 95 | 7D | 73 | 0 | 10 | 17 | 2A | 12 | E | 34 |
| Octal | 225 | 175 | 163 | 0 | 20 | 27 | 52 | 22 | 16 | 64 |
| Binary | 10010101 | 1111101 | 1110011 | 0 | 10000 | 10111 | 101010 | 10010 | 1110 | 110100 |
Color Harmonies of #957D73
Complementary color
Monochromatic Colors of #957D73
Black with #957D73
Text Example
Text Example
White with #957D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957D73; }
p { color: rgb(149,125,115); }
H1.HeaderClassName
{
color: #957D73;
}
.AnyTagClassName
{
color: #957D73;
}
</style>
background-color css
<style>
a { background-color: #957D73; }
a { background-color: rgb(149,125,115); }
div.DivClassName
{
background-color: #957D73;
}
.BgClassName
{
background-color: #957D73;
}
</style>
border-color css
<style>
span { border-color: #957D73; }
span { border-color: rgb(149,125,115); }
td.TdClassName
{
border-color: #957D73;
}
.TagClassName
{
border-color: #957D73;
}
</style>