#9D817D

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

Shades of Opium #9D817D

Tints of Opium #9D817D

Color information

#9D817D (or 0x9D817D) is unknown color: approx Opium. HEX triplet: 9D, 81 and 7D. RGB value is (157,129,125). Sum of RGB (Red+Green+Blue) = 157+129+125=411 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.20% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 157 - color contains mainly: red. Hex color #9D817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D817D is #627E82. Grayscale: #888888. Windows color (decimal): -6454915 or 8225181. OLE color: 8225181.

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

Color convert

RGB157129125-
CMYK00.180.200.38
HSL7.5º14.04%55.29%-
HSV(B)7.5º20.38%61.57%-
XYZ25.4624.3522.76-
YUV136.92121.28142.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.20%
GREEN value IS 129 (50.78% from 255) = 31.39%
BLUE value IS 125 (49.22% from 255) = 30.41%
R=38.20%
G=31.39%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712912500.180.200.387.514.0455.29
Hex9D817D01214268e37
Octal2352011750222446101667
Binary100111011000000111111010100101010010011010001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D817D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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