#958383

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

Shades of Opium #958383

Tints of Opium #958383

Color information

#958383 (or 0x958383) is unknown color: approx Opium. HEX triplet: 95, 83 and 83. RGB value is (149,131,131). Sum of RGB (Red+Green+Blue) = 149+131+131=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 149 - color contains mainly: red. Hex color #958383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958383 is #6A7C7C. Grayscale: #888888. Windows color (decimal): -6978685 or 8618901. OLE color: 8618901.

HSL color Cylindrical-coordinate representation of color #958383: hue angle of 0º 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 #958383 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB149131131-
CMYK00.120.120.42
HSL7.83%54.9%-
HSV(B)12.08%58.43%-
XYZ24.6124.2624.86-
YUV136.38124.96137-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.25%
GREEN value IS 131 (51.56% from 255) = 31.87%
BLUE value IS 131 (51.56% from 255) = 31.87%
R=36.25%
G=31.87%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913113100.120.120.4207.8354.9
Hex9583830CC2A0837
Octal225203203014145201067
Binary10010101100000111000001101100110010101001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958383; }

 p { color: rgb(149,131,131); }

 H1.HeaderClassName
 {
   color: #958383;
 }
 .AnyTagClassName
 {
   color: #958383;
 }
</style>
background-color css

<style>
 a { background-color: #958383; }

 a { background-color: rgb(149,131,131); }

 div.DivClassName
 {
   background-color: #958383;
 }
 .BgClassName
 {
   background-color: #958383;
 }
</style>
border-color css

<style>
 span { border-color: #958383; }

 span { border-color: rgb(149,131,131); }

 td.TdClassName
 {
   border-color: #958383;
 }
 .TagClassName
 {
   border-color: #958383;
 }
</style>