Shades of Opium #9F7573
Tints of Opium #9F7573
RGB
CMYK
RGB Variations
Color information
#9F7573 (or 0x9F7573) is known color: Opium. HEX triplet: 9F, 75 and 73. RGB value is (159,117,115). Sum of RGB (Red+Green+Blue) = 159+117+115=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7573 is #608A8C. Grayscale: #818181. Windows color (decimal): -6326925 or 7566751. OLE color: 7566751.
HSL color Cylindrical-coordinate representation of color #9F7573: hue angle of 2.73º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F7573 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 117 | 115 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.38 |
| HSL | 2.73º | 0.19% | 0.54% | - |
| HSV(B) | 2.73º | 0.28% | 0.62% | - |
| XYZ | 23.75 | 21.33 | 19.09 | - |
| YUV | 129.33 | 119.91 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 117 | 115 | 0 | 0.26 | 0.28 | 0.38 | 2.73 | 0.19 | 0.54 |
| Hex | 9F | 75 | 73 | 0 | 1A | 1C | 26 | 3 | 13 | 36 |
| Octal | 237 | 165 | 163 | 0 | 32 | 34 | 46 | 3 | 23 | 66 |
| Binary | 10011111 | 1110101 | 1110011 | 0 | 11010 | 11100 | 100110 | 11 | 10011 | 110110 |
Color Harmonies of #9F7573
Complementary color
Monochromatic Colors of #9F7573
Black with #9F7573
Text Example
Text Example
White with #9F7573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7573; }
p { color: rgb(159,117,115); }
H1.HeaderClassName
{
color: #9F7573;
}
.AnyTagClassName
{
color: #9F7573;
}
</style>
background-color css
<style>
a { background-color: #9F7573; }
a { background-color: rgb(159,117,115); }
div.DivClassName
{
background-color: #9F7573;
}
.BgClassName
{
background-color: #9F7573;
}
</style>
border-color css
<style>
span { border-color: #9F7573; }
span { border-color: rgb(159,117,115); }
td.TdClassName
{
border-color: #9F7573;
}
.TagClassName
{
border-color: #9F7573;
}
</style>