Shades of Opium #9D8482
Tints of Opium #9D8482
RGB
CMYK
RGB Variations
Color information
#9D8482 (or 0x9D8482) is known color: Opium. HEX triplet: 9D, 84 and 82. RGB value is (157,132,130). Sum of RGB (Red+Green+Blue) = 157+132+130=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8482 is #627B7D. Grayscale: #8B8B8B. Windows color (decimal): -6454142 or 8553629. OLE color: 8553629.
HSL color Cylindrical-coordinate representation of color #9D8482: hue angle of 4.44º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9D8482 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 132 | 130 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.38 |
| HSL | 4.44º | 0.12% | 0.56% | - |
| HSV(B) | 4.44º | 0.17% | 0.62% | - |
| XYZ | 26.19 | 25.28 | 24.62 | - |
| YUV | 139.25 | 122.78 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 132 | 130 | 0 | 0.16 | 0.17 | 0.38 | 4.44 | 0.12 | 0.56 |
| Hex | 9D | 84 | 82 | 0 | 10 | 11 | 26 | 4 | C | 38 |
| Octal | 235 | 204 | 202 | 0 | 20 | 21 | 46 | 4 | 14 | 70 |
| Binary | 10011101 | 10000100 | 10000010 | 0 | 10000 | 10001 | 100110 | 100 | 1100 | 111000 |
Color Harmonies of #9D8482
Complementary color
Monochromatic Colors of #9D8482
Black with #9D8482
Text Example
Text Example
White with #9D8482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8482; }
p { color: rgb(157,132,130); }
H1.HeaderClassName
{
color: #9D8482;
}
.AnyTagClassName
{
color: #9D8482;
}
</style>
background-color css
<style>
a { background-color: #9D8482; }
a { background-color: rgb(157,132,130); }
div.DivClassName
{
background-color: #9D8482;
}
.BgClassName
{
background-color: #9D8482;
}
</style>
border-color css
<style>
span { border-color: #9D8482; }
span { border-color: rgb(157,132,130); }
td.TdClassName
{
border-color: #9D8482;
}
.TagClassName
{
border-color: #9D8482;
}
</style>