#9D827F

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

Shades of Opium #9D827F

Tints of Opium #9D827F

Color information

#9D827F (or 0x9D827F) is unknown color: approx Opium. HEX triplet: 9D, 82 and 7F. RGB value is (157,130,127). Sum of RGB (Red+Green+Blue) = 157+130+127=414 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.92% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 157 - color contains mainly: red. Hex color #9D827F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D827F is #627D80. Grayscale: #898989. Windows color (decimal): -6454657 or 8356509. OLE color: 8356509.

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

Color convert

RGB157130127-
CMYK00.170.190.38
HSL13.27%55.69%-
HSV(B)19.11%61.57%-
XYZ25.7224.6723.48-
YUV137.73121.95141.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.92%
GREEN value IS 130 (51.17% from 255) = 31.40%
BLUE value IS 127 (50% from 255) = 30.68%
R=37.92%
G=31.40%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713012700.170.190.38613.2755.69
Hex9D827F01113266d38
Octal235202177021234661570
Binary10011101100000101111111010001100111001101101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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