#958483

Color #958483 Opium (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Opium #958483

Tints of Opium #958483

Color information

#958483 (or 0x958483) is unknown color: approx 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

RGB149132131-
CMYK00.110.120.42
HSL3.33º7.83%54.9%-
HSV(B)3.33º12.08%58.43%-
XYZ24.7424.5324.9-
YUV136.97124.63136.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 36.17%
GREEN value IS 132 (51.95% from 255) = 32.04%
BLUE value IS 131 (51.56% from 255) = 31.80%
R=36.17%
G=32.04%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913213100.110.120.423.337.8354.9
Hex9584830BC2A3837
Octal225204203013145231067
Binary100101011000010010000011010111100101010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>