#9D8583

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

Shades of Opium #9D8583

Tints of Opium #9D8583

Color information

#9D8583 (or 0x9D8583) is unknown color: approx Opium. HEX triplet: 9D, 85 and 83. RGB value is (157,133,131). Sum of RGB (Red+Green+Blue) = 157+133+131=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8583 is #627A7C. Grayscale: #8B8B8B. Windows color (decimal): -6453885 or 8619421. OLE color: 8619421.

HSL color Cylindrical-coordinate representation of color #9D8583: hue angle of 4.62º 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 #9D8583 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB157133131-
CMYK00.150.170.38
HSL4.62º11.71%56.47%-
HSV(B)4.62º16.56%61.57%-
XYZ26.3925.5825.02-
YUV139.95122.95140.16-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.29%
GREEN value IS 133 (52.34% from 255) = 31.59%
BLUE value IS 131 (51.56% from 255) = 31.12%
R=37.29%
G=31.59%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713313100.150.170.384.6211.7156.47
Hex9D85830F11265c38
Octal235205203017214651470
Binary10011101100001011000001101111100011001101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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