#9E8383

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

Shades of Opium #9E8383

Tints of Opium #9E8383

Color information

#9E8383 (or 0x9E8383) is unknown color: approx Opium. HEX triplet: 9E, 83 and 83. RGB value is (158,131,131). Sum of RGB (Red+Green+Blue) = 158+131+131=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8383 is #617C7C. Grayscale: #8B8B8B. Windows color (decimal): -6388861 or 8618910. OLE color: 8618910.

HSL color Cylindrical-coordinate representation of color #9E8383: hue angle of 0º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9E8383 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB158131131-
CMYK00.170.170.38
HSL12.22%56.67%-
HSV(B)17.09%61.96%-
XYZ26.3125.1424.94-
YUV139.07123.45141.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.62%
GREEN value IS 131 (51.56% from 255) = 31.19%
BLUE value IS 131 (51.56% from 255) = 31.19%
R=37.62%
G=31.19%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813113100.170.170.38012.2256.67
Hex9E838301111260c39
Octal236203203021214601471
Binary1001111010000011100000110100011000110011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E8383; }

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

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

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

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

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

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

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

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