#9D847F

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

Shades of Opium #9D847F

Tints of Opium #9D847F

Color information

#9D847F (or 0x9D847F) is unknown color: approx Opium. HEX triplet: 9D, 84 and 7F. RGB value is (157,132,127). Sum of RGB (Red+Green+Blue) = 157+132+127=416 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.74% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 127 (50% from 255 or 30.53% from 416); Max value from RGB is 157 - color contains mainly: red. Hex color #9D847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D847F is #627B80. Grayscale: #8A8A8A. Windows color (decimal): -6454145 or 8357021. OLE color: 8357021.

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

Color convert

RGB157132127-
CMYK00.160.190.38
HSL10º13.27%55.69%-
HSV(B)10º19.11%61.57%-
XYZ25.9925.223.57-
YUV138.9121.28140.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.74%
GREEN value IS 132 (51.95% from 255) = 31.73%
BLUE value IS 127 (50% from 255) = 30.53%
R=37.74%
G=31.73%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713212700.160.190.381013.2755.69
Hex9D847F0101326ad38
Octal2352041770202346121570
Binary100111011000010011111110100001001110011010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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