Shades of Hemp #9D827A
Tints of Hemp #9D827A
RGB
CMYK
RGB Variations
Color information
#9D827A (or 0x9D827A) is known color: Hemp. HEX triplet: 9D, 82 and 7A. RGB value is (157,130,122). Sum of RGB (Red+Green+Blue) = 157+130+122=409 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.39% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 157 - color contains mainly: red. Hex color #9D827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D827A is #627D85. Grayscale: #898989. Windows color (decimal): -6454662 or 8028829. OLE color: 8028829.
HSL color Cylindrical-coordinate representation of color #9D827A: hue angle of 13.71º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9D827A is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 130 | 122 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.38 |
| HSL | 13.71º | 0.15% | 0.55% | - |
| HSV(B) | 13.71º | 0.22% | 0.62% | - |
| XYZ | 25.4 | 24.54 | 21.81 | - |
| YUV | 137.16 | 119.45 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 130 | 122 | 0 | 0.17 | 0.22 | 0.38 | 13.71 | 0.15 | 0.55 |
| Hex | 9D | 82 | 7A | 0 | 11 | 16 | 26 | E | F | 37 |
| Octal | 235 | 202 | 172 | 0 | 21 | 26 | 46 | 16 | 17 | 67 |
| Binary | 10011101 | 10000010 | 1111010 | 0 | 10001 | 10110 | 100110 | 1110 | 1111 | 110111 |
Color Harmonies of #9D827A
Complementary color
Monochromatic Colors of #9D827A
Black with #9D827A
Text Example
Text Example
White with #9D827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D827A; }
p { color: rgb(157,130,122); }
H1.HeaderClassName
{
color: #9D827A;
}
.AnyTagClassName
{
color: #9D827A;
}
</style>
background-color css
<style>
a { background-color: #9D827A; }
a { background-color: rgb(157,130,122); }
div.DivClassName
{
background-color: #9D827A;
}
.BgClassName
{
background-color: #9D827A;
}
</style>
border-color css
<style>
span { border-color: #9D827A; }
span { border-color: rgb(157,130,122); }
td.TdClassName
{
border-color: #9D827A;
}
.TagClassName
{
border-color: #9D827A;
}
</style>