#9D8585

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

Shades of Opium #9D8585

Tints of Opium #9D8585

Color information

#9D8585 (or 0x9D8585) is unknown color: approx Opium. HEX triplet: 9D, 85 and 85. RGB value is (157,133,133). Sum of RGB (Red+Green+Blue) = 157+133+133=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8585 is #627A7A. Grayscale: #8C8C8C. Windows color (decimal): -6453883 or 8750493. OLE color: 8750493.

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

Color convert

RGB157133133-
CMYK00.150.150.38
HSL10.91%56.86%-
HSV(B)15.29%61.57%-
XYZ26.5325.6425.74-
YUV140.18123.95140-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.12%
GREEN value IS 133 (52.34% from 255) = 31.44%
BLUE value IS 133 (52.34% from 255) = 31.44%
R=37.12%
G=31.44%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713313300.150.150.38010.9156.86
Hex9D85850FF260b39
Octal235205205017174601371
Binary10011101100001011000010101111111110011001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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