Shades of Opium #95817F
Tints of Opium #95817F
RGB
CMYK
RGB Variations
Color information
#95817F (or 0x95817F) is known color: Opium. HEX triplet: 95, 81 and 7F. RGB value is (149,129,127). Sum of RGB (Red+Green+Blue) = 149+129+127=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 149 - color contains mainly: red. Hex color #95817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95817F is #6A7E80. Grayscale: #868686. Windows color (decimal): -6979201 or 8356245. OLE color: 8356245.
HSL color Cylindrical-coordinate representation of color #95817F: hue angle of 5.45º degrees, saturation: 0.09, 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 #95817F is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 129 | 127 | - |
| CMYK | 0 | 0.13 | 0.15 | 0.42 |
| HSL | 5.45º | 0.09% | 0.54% | - |
| HSV(B) | 5.45º | 0.15% | 0.58% | - |
| XYZ | 24.08 | 23.62 | 23.37 | - |
| YUV | 134.75 | 123.63 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 129 | 127 | 0 | 0.13 | 0.15 | 0.42 | 5.45 | 0.09 | 0.54 |
| Hex | 95 | 81 | 7F | 0 | D | F | 2A | 5 | 9 | 36 |
| Octal | 225 | 201 | 177 | 0 | 15 | 17 | 52 | 5 | 11 | 66 |
| Binary | 10010101 | 10000001 | 1111111 | 0 | 1101 | 1111 | 101010 | 101 | 1001 | 110110 |
Color Harmonies of #95817F
Complementary color
Monochromatic Colors of #95817F
Black with #95817F
Text Example
Text Example
White with #95817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95817F; }
p { color: rgb(149,129,127); }
H1.HeaderClassName
{
color: #95817F;
}
.AnyTagClassName
{
color: #95817F;
}
</style>
background-color css
<style>
a { background-color: #95817F; }
a { background-color: rgb(149,129,127); }
div.DivClassName
{
background-color: #95817F;
}
.BgClassName
{
background-color: #95817F;
}
</style>
border-color css
<style>
span { border-color: #95817F; }
span { border-color: rgb(149,129,127); }
td.TdClassName
{
border-color: #95817F;
}
.TagClassName
{
border-color: #95817F;
}
</style>