#9D8783

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

Shades of Opium #9D8783

Tints of Opium #9D8783

Color information

#9D8783 (or 0x9D8783) is unknown color: approx Opium. HEX triplet: 9D, 87 and 83. RGB value is (157,135,131). Sum of RGB (Red+Green+Blue) = 157+135+131=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 131 (51.56% from 255 or 30.97% from 423); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8783 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8783 is #62787C. Grayscale: #8D8D8D. Windows color (decimal): -6453373 or 8619933. OLE color: 8619933.

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

Color convert

RGB157135131-
CMYK00.140.170.38
HSL9.23º11.71%56.47%-
HSV(B)9.23º16.56%61.57%-
XYZ26.6726.1325.11-
YUV141.12122.29139.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.12%
GREEN value IS 135 (53.12% from 255) = 31.91%
BLUE value IS 131 (51.56% from 255) = 30.97%
R=37.12%
G=31.91%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713513100.140.170.389.2311.7156.47
Hex9D87830E11269c38
Octal2352072030162146111470
Binary100111011000011110000011011101000110011010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,135,131); }

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

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

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

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

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

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

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