Shades of Hemp #957C73
Tints of Hemp #957C73
RGB
CMYK
RGB Variations
Color information
#957C73 (or 0x957C73) is known color: Hemp. HEX triplet: 95, 7C and 73. RGB value is (149,124,115). Sum of RGB (Red+Green+Blue) = 149+124+115=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 115 (45.31% from 255 or 29.64% from 388); Max value from RGB is 149 - color contains mainly: red. Hex color #957C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957C73 is #6A838C. Grayscale: #828282. Windows color (decimal): -6980493 or 7568533. OLE color: 7568533.
HSL color Cylindrical-coordinate representation of color #957C73: hue angle of 15.88º 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 #957C73 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 124 | 115 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.42 |
| HSL | 15.88º | 0.14% | 0.52% | - |
| HSV(B) | 15.88º | 0.23% | 0.58% | - |
| XYZ | 22.7 | 22.04 | 19.28 | - |
| YUV | 130.45 | 119.28 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 124 | 115 | 0 | 0.17 | 0.23 | 0.42 | 15.88 | 0.14 | 0.52 |
| Hex | 95 | 7C | 73 | 0 | 11 | 17 | 2A | 10 | E | 34 |
| Octal | 225 | 174 | 163 | 0 | 21 | 27 | 52 | 20 | 16 | 64 |
| Binary | 10010101 | 1111100 | 1110011 | 0 | 10001 | 10111 | 101010 | 10000 | 1110 | 110100 |
Color Harmonies of #957C73
Complementary color
Monochromatic Colors of #957C73
Black with #957C73
Text Example
Text Example
White with #957C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957C73; }
p { color: rgb(149,124,115); }
H1.HeaderClassName
{
color: #957C73;
}
.AnyTagClassName
{
color: #957C73;
}
</style>
background-color css
<style>
a { background-color: #957C73; }
a { background-color: rgb(149,124,115); }
div.DivClassName
{
background-color: #957C73;
}
.BgClassName
{
background-color: #957C73;
}
</style>
border-color css
<style>
span { border-color: #957C73; }
span { border-color: rgb(149,124,115); }
td.TdClassName
{
border-color: #957C73;
}
.TagClassName
{
border-color: #957C73;
}
</style>