#9D827D

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

Shades of Opium #9D827D

Tints of Opium #9D827D

Color information

#9D827D (or 0x9D827D) is unknown color: approx Opium. HEX triplet: 9D, 82 and 7D. RGB value is (157,130,125). Sum of RGB (Red+Green+Blue) = 157+130+125=412 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.11% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 157 - color contains mainly: red. Hex color #9D827D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D827D is #627D82. Grayscale: #898989. Windows color (decimal): -6454659 or 8225437. OLE color: 8225437.

HSL color Cylindrical-coordinate representation of color #9D827D: hue angle of 9.38º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9D827D is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB157130125-
CMYK00.170.200.38
HSL9.38º14.04%55.29%-
HSV(B)9.38º20.38%61.57%-
XYZ25.5924.6122.8-
YUV137.5120.95141.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.11%
GREEN value IS 130 (51.17% from 255) = 31.55%
BLUE value IS 125 (49.22% from 255) = 30.34%
R=38.11%
G=31.55%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713012500.170.200.389.3814.0455.29
Hex9D827D01114269e37
Octal2352021750212446111667
Binary100111011000001011111010100011010010011010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D827D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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