Shades of Hemp #9D8275
Tints of Hemp #9D8275
RGB
CMYK
RGB Variations
Color information
#9D8275 (or 0x9D8275) is known color: Hemp. HEX triplet: 9D, 82 and 75. RGB value is (157,130,117). Sum of RGB (Red+Green+Blue) = 157+130+117=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D8275 is #627D8A. Grayscale: #888888. Windows color (decimal): -6454667 or 7701149. OLE color: 7701149.
HSL color Cylindrical-coordinate representation of color #9D8275: hue angle of 19.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9D8275 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 130 | 117 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.38 |
| HSL | 19.5º | 0.17% | 0.54% | - |
| HSV(B) | 19.5º | 0.25% | 0.62% | - |
| XYZ | 25.1 | 24.42 | 20.22 | - |
| YUV | 136.59 | 116.95 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 130 | 117 | 0 | 0.17 | 0.25 | 0.38 | 19.5 | 0.17 | 0.54 |
| Hex | 9D | 82 | 75 | 0 | 11 | 19 | 26 | 14 | 11 | 36 |
| Octal | 235 | 202 | 165 | 0 | 21 | 31 | 46 | 24 | 21 | 66 |
| Binary | 10011101 | 10000010 | 1110101 | 0 | 10001 | 11001 | 100110 | 10100 | 10001 | 110110 |
Color Harmonies of #9D8275
Complementary color
Monochromatic Colors of #9D8275
Black with #9D8275
Text Example
Text Example
White with #9D8275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8275; }
p { color: rgb(157,130,117); }
H1.HeaderClassName
{
color: #9D8275;
}
.AnyTagClassName
{
color: #9D8275;
}
</style>
background-color css
<style>
a { background-color: #9D8275; }
a { background-color: rgb(157,130,117); }
div.DivClassName
{
background-color: #9D8275;
}
.BgClassName
{
background-color: #9D8275;
}
</style>
border-color css
<style>
span { border-color: #9D8275; }
span { border-color: rgb(157,130,117); }
td.TdClassName
{
border-color: #9D8275;
}
.TagClassName
{
border-color: #9D8275;
}
</style>