Shades of Opium #958483
Tints of Opium #958483
RGB
CMYK
RGB Variations
Color information
#958483 (or 0x958483) is known color: Opium. HEX triplet: 95, 84 and 83. RGB value is (149,132,131). Sum of RGB (Red+Green+Blue) = 149+132+131=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 149 - color contains mainly: red. Hex color #958483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958483 is #6A7B7C. Grayscale: #888888. Windows color (decimal): -6978429 or 8619157. OLE color: 8619157.
HSL color Cylindrical-coordinate representation of color #958483: hue angle of 3.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #958483 is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 132 | 131 | - |
| CMYK | 0 | 0.11 | 0.12 | 0.42 |
| HSL | 3.33º | 0.08% | 0.55% | - |
| HSV(B) | 3.33º | 0.12% | 0.58% | - |
| XYZ | 24.74 | 24.53 | 24.9 | - |
| YUV | 136.97 | 124.63 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 131 | 0 | 0.11 | 0.12 | 0.42 | 3.33 | 0.08 | 0.55 |
| Hex | 95 | 84 | 83 | 0 | B | C | 2A | 3 | 8 | 37 |
| Octal | 225 | 204 | 203 | 0 | 13 | 14 | 52 | 3 | 10 | 67 |
| Binary | 10010101 | 10000100 | 10000011 | 0 | 1011 | 1100 | 101010 | 11 | 1000 | 110111 |
Color Harmonies of #958483
Complementary color
Monochromatic Colors of #958483
Black with #958483
Text Example
Text Example
White with #958483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958483; }
p { color: rgb(149,132,131); }
H1.HeaderClassName
{
color: #958483;
}
.AnyTagClassName
{
color: #958483;
}
</style>
background-color css
<style>
a { background-color: #958483; }
a { background-color: rgb(149,132,131); }
div.DivClassName
{
background-color: #958483;
}
.BgClassName
{
background-color: #958483;
}
</style>
border-color css
<style>
span { border-color: #958483; }
span { border-color: rgb(149,132,131); }
td.TdClassName
{
border-color: #958483;
}
.TagClassName
{
border-color: #958483;
}
</style>