#9D8282

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

Shades of Opium #9D8282

Tints of Opium #9D8282

Color information

#9D8282 (or 0x9D8282) is unknown color: approx Opium. HEX triplet: 9D, 82 and 82. RGB value is (157,130,130). Sum of RGB (Red+Green+Blue) = 157+130+130=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8282 is #627D7D. Grayscale: #8A8A8A. Windows color (decimal): -6454654 or 8553117. OLE color: 8553117.

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

Color convert

RGB157130130-
CMYK00.170.170.38
HSL12.11%56.27%-
HSV(B)17.2%61.57%-
XYZ25.9224.7524.53-
YUV138.07123.45141.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.65%
GREEN value IS 130 (51.17% from 255) = 31.18%
BLUE value IS 130 (51.17% from 255) = 31.18%
R=37.65%
G=31.18%
B=31.18%

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
Decimal15713013000.170.170.38012.1156.27
Hex9D828201111260c38
Octal235202202021214601470
Binary1001110110000010100000100100011000110011001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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