Shades of Hemp #9D827B
Tints of Hemp #9D827B
RGB
CMYK
RGB Variations
Color information
#9D827B (or 0x9D827B) is known color: Hemp. HEX triplet: 9D, 82 and 7B. RGB value is (157,130,123). Sum of RGB (Red+Green+Blue) = 157+130+123=410 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.29% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 157 - color contains mainly: red. Hex color #9D827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D827B is #627D84. Grayscale: #898989. Windows color (decimal): -6454661 or 8094365. OLE color: 8094365.
HSL color Cylindrical-coordinate representation of color #9D827B: hue angle of 12.35º 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 #9D827B is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 130 | 123 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.38 |
| HSL | 12.35º | 0.15% | 0.55% | - |
| HSV(B) | 12.35º | 0.22% | 0.62% | - |
| XYZ | 25.46 | 24.56 | 22.14 | - |
| YUV | 137.28 | 119.95 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 130 | 123 | 0 | 0.17 | 0.22 | 0.38 | 12.35 | 0.15 | 0.55 |
| Hex | 9D | 82 | 7B | 0 | 11 | 16 | 26 | C | F | 37 |
| Octal | 235 | 202 | 173 | 0 | 21 | 26 | 46 | 14 | 17 | 67 |
| Binary | 10011101 | 10000010 | 1111011 | 0 | 10001 | 10110 | 100110 | 1100 | 1111 | 110111 |
Color Harmonies of #9D827B
Complementary color
Monochromatic Colors of #9D827B
Black with #9D827B
Text Example
Text Example
White with #9D827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D827B; }
p { color: rgb(157,130,123); }
H1.HeaderClassName
{
color: #9D827B;
}
.AnyTagClassName
{
color: #9D827B;
}
</style>
background-color css
<style>
a { background-color: #9D827B; }
a { background-color: rgb(157,130,123); }
div.DivClassName
{
background-color: #9D827B;
}
.BgClassName
{
background-color: #9D827B;
}
</style>
border-color css
<style>
span { border-color: #9D827B; }
span { border-color: rgb(157,130,123); }
td.TdClassName
{
border-color: #9D827B;
}
.TagClassName
{
border-color: #9D827B;
}
</style>