Shades of Opium #9D8481
Tints of Opium #9D8481
RGB
CMYK
RGB Variations
Color information
#9D8481 (or 0x9D8481) is known color: Opium. HEX triplet: 9D, 84 and 81. RGB value is (157,132,129). Sum of RGB (Red+Green+Blue) = 157+132+129=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8481 is #627B7E. Grayscale: #8B8B8B. Windows color (decimal): -6454143 or 8488093. OLE color: 8488093.
HSL color Cylindrical-coordinate representation of color #9D8481: hue angle of 6.43º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9D8481 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 132 | 129 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.38 |
| HSL | 6.43º | 0.13% | 0.56% | - |
| HSV(B) | 6.43º | 0.18% | 0.62% | - |
| XYZ | 26.12 | 25.26 | 24.27 | - |
| YUV | 139.13 | 122.28 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 132 | 129 | 0 | 0.16 | 0.18 | 0.38 | 6.43 | 0.13 | 0.56 |
| Hex | 9D | 84 | 81 | 0 | 10 | 12 | 26 | 6 | C | 38 |
| Octal | 235 | 204 | 201 | 0 | 20 | 22 | 46 | 6 | 14 | 70 |
| Binary | 10011101 | 10000100 | 10000001 | 0 | 10000 | 10010 | 100110 | 110 | 1100 | 111000 |
Color Harmonies of #9D8481
Complementary color
Monochromatic Colors of #9D8481
Black with #9D8481
Text Example
Text Example
White with #9D8481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8481; }
p { color: rgb(157,132,129); }
H1.HeaderClassName
{
color: #9D8481;
}
.AnyTagClassName
{
color: #9D8481;
}
</style>
background-color css
<style>
a { background-color: #9D8481; }
a { background-color: rgb(157,132,129); }
div.DivClassName
{
background-color: #9D8481;
}
.BgClassName
{
background-color: #9D8481;
}
</style>
border-color css
<style>
span { border-color: #9D8481; }
span { border-color: rgb(157,132,129); }
td.TdClassName
{
border-color: #9D8481;
}
.TagClassName
{
border-color: #9D8481;
}
</style>