Shades of Hemp #9E827A
Tints of Hemp #9E827A
RGB
CMYK
RGB Variations
Color information
#9E827A (or 0x9E827A) is known color: Hemp. HEX triplet: 9E, 82 and 7A. RGB value is (158,130,122). Sum of RGB (Red+Green+Blue) = 158+130+122=410 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.54% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 158 - color contains mainly: red. Hex color #9E827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E827A is #617D85. Grayscale: #898989. Windows color (decimal): -6389126 or 8028830. OLE color: 8028830.
HSL color Cylindrical-coordinate representation of color #9E827A: hue angle of 13.33º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9E827A is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 130 | 122 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.38 |
| HSL | 13.33º | 0.16% | 0.55% | - |
| HSV(B) | 13.33º | 0.23% | 0.62% | - |
| XYZ | 25.6 | 24.64 | 21.82 | - |
| YUV | 137.46 | 119.28 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 130 | 122 | 0 | 0.18 | 0.23 | 0.38 | 13.33 | 0.16 | 0.55 |
| Hex | 9E | 82 | 7A | 0 | 12 | 17 | 26 | D | 10 | 37 |
| Octal | 236 | 202 | 172 | 0 | 22 | 27 | 46 | 15 | 20 | 67 |
| Binary | 10011110 | 10000010 | 1111010 | 0 | 10010 | 10111 | 100110 | 1101 | 10000 | 110111 |
Color Harmonies of #9E827A
Complementary color
Monochromatic Colors of #9E827A
Black with #9E827A
Text Example
Text Example
White with #9E827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E827A; }
p { color: rgb(158,130,122); }
H1.HeaderClassName
{
color: #9E827A;
}
.AnyTagClassName
{
color: #9E827A;
}
</style>
background-color css
<style>
a { background-color: #9E827A; }
a { background-color: rgb(158,130,122); }
div.DivClassName
{
background-color: #9E827A;
}
.BgClassName
{
background-color: #9E827A;
}
</style>
border-color css
<style>
span { border-color: #9E827A; }
span { border-color: rgb(158,130,122); }
td.TdClassName
{
border-color: #9E827A;
}
.TagClassName
{
border-color: #9E827A;
}
</style>