Shades of Hemp #9D7973
Tints of Hemp #9D7973
RGB
CMYK
RGB Variations
Color information
#9D7973 (or 0x9D7973) is known color: Hemp. HEX triplet: 9D, 79 and 73. RGB value is (157,121,115). Sum of RGB (Red+Green+Blue) = 157+121+115=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7973 is #62868C. Grayscale: #838383. Windows color (decimal): -6456973 or 7567773. OLE color: 7567773.
HSL color Cylindrical-coordinate representation of color #9D7973: hue angle of 8.57º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9D7973 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 121 | 115 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.38 |
| HSL | 8.57º | 0.18% | 0.53% | - |
| HSV(B) | 8.57º | 0.27% | 0.62% | - |
| XYZ | 23.84 | 22.08 | 19.23 | - |
| YUV | 131.08 | 118.93 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 121 | 115 | 0 | 0.23 | 0.27 | 0.38 | 8.57 | 0.18 | 0.53 |
| Hex | 9D | 79 | 73 | 0 | 17 | 1B | 26 | 9 | 12 | 35 |
| Octal | 235 | 171 | 163 | 0 | 27 | 33 | 46 | 11 | 22 | 65 |
| Binary | 10011101 | 1111001 | 1110011 | 0 | 10111 | 11011 | 100110 | 1001 | 10010 | 110101 |
Color Harmonies of #9D7973
Complementary color
Monochromatic Colors of #9D7973
Black with #9D7973
Text Example
Text Example
White with #9D7973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7973; }
p { color: rgb(157,121,115); }
H1.HeaderClassName
{
color: #9D7973;
}
.AnyTagClassName
{
color: #9D7973;
}
</style>
background-color css
<style>
a { background-color: #9D7973; }
a { background-color: rgb(157,121,115); }
div.DivClassName
{
background-color: #9D7973;
}
.BgClassName
{
background-color: #9D7973;
}
</style>
border-color css
<style>
span { border-color: #9D7973; }
span { border-color: rgb(157,121,115); }
td.TdClassName
{
border-color: #9D7973;
}
.TagClassName
{
border-color: #9D7973;
}
</style>