Shades of Opium #95817E
Tints of Opium #95817E
RGB
CMYK
RGB Variations
Color information
#95817E (or 0x95817E) is known color: Opium. HEX triplet: 95, 81 and 7E. RGB value is (149,129,126). Sum of RGB (Red+Green+Blue) = 149+129+126=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #95817E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95817E is #6A7E81. Grayscale: #868686. Windows color (decimal): -6979202 or 8290709. OLE color: 8290709.
HSL color Cylindrical-coordinate representation of color #95817E: hue angle of 7.83º degrees, saturation: 0.1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95817E is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 129 | 126 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.42 |
| HSL | 7.83º | 0.1% | 0.54% | - |
| HSV(B) | 7.83º | 0.15% | 0.58% | - |
| XYZ | 24.01 | 23.6 | 23.03 | - |
| YUV | 134.64 | 123.13 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 129 | 126 | 0 | 0.13 | 0.15 | 0.42 | 7.83 | 0.1 | 0.54 |
| Hex | 95 | 81 | 7E | 0 | D | F | 2A | 8 | A | 36 |
| Octal | 225 | 201 | 176 | 0 | 15 | 17 | 52 | 10 | 12 | 66 |
| Binary | 10010101 | 10000001 | 1111110 | 0 | 1101 | 1111 | 101010 | 1000 | 1010 | 110110 |
Color Harmonies of #95817E
Complementary color
Monochromatic Colors of #95817E
Black with #95817E
Text Example
Text Example
White with #95817E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95817E; }
p { color: rgb(149,129,126); }
H1.HeaderClassName
{
color: #95817E;
}
.AnyTagClassName
{
color: #95817E;
}
</style>
background-color css
<style>
a { background-color: #95817E; }
a { background-color: rgb(149,129,126); }
div.DivClassName
{
background-color: #95817E;
}
.BgClassName
{
background-color: #95817E;
}
</style>
border-color css
<style>
span { border-color: #95817E; }
span { border-color: rgb(149,129,126); }
td.TdClassName
{
border-color: #95817E;
}
.TagClassName
{
border-color: #95817E;
}
</style>