#9B8382

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

Shades of Opium #9B8382

Tints of Opium #9B8382

Color information

#9B8382 (or 0x9B8382) is unknown color: approx Opium. HEX triplet: 9B, 83 and 82. RGB value is (155,131,130). Sum of RGB (Red+Green+Blue) = 155+131+130=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8382 is #647C7D. Grayscale: #8A8A8A. Windows color (decimal): -6585470 or 8553371. OLE color: 8553371.

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

Color convert

RGB155131130-
CMYK00.150.160.39
HSL2.4º11.11%55.88%-
HSV(B)2.4º16.13%60.78%-
XYZ25.6624.8124.56-
YUV138.06123.45140.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.26%
GREEN value IS 131 (51.56% from 255) = 31.49%
BLUE value IS 130 (51.17% from 255) = 31.25%
R=37.26%
G=31.49%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513113000.150.160.392.411.1155.88
Hex9B83820F10272b38
Octal233203202017204721370
Binary1001101110000011100000100111110000100111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,131,130); }

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

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

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

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

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

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

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