#9C8482

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

Shades of Opium #9C8482

Tints of Opium #9C8482

Color information

#9C8482 (or 0x9C8482) is unknown color: approx Opium. HEX triplet: 9C, 84 and 82. RGB value is (156,132,130). Sum of RGB (Red+Green+Blue) = 156+132+130=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8482 is #637B7D. Grayscale: #8A8A8A. Windows color (decimal): -6519678 or 8553628. OLE color: 8553628.

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

Color convert

RGB156132130-
CMYK00.150.170.39
HSL4.62º11.61%56.08%-
HSV(B)4.62º16.67%61.18%-
XYZ25.9925.1824.61-
YUV138.95122.95140.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.32%
GREEN value IS 132 (51.95% from 255) = 31.58%
BLUE value IS 130 (51.17% from 255) = 31.10%
R=37.32%
G=31.58%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613213000.150.170.394.6211.6156.08
Hex9C84820F11275c38
Octal234204202017214751470
Binary10011100100001001000001001111100011001111011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,132,130); }

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

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

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

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

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

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

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