#9F7573

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

Shades of Opium #9F7573

Tints of Opium #9F7573

Color information

#9F7573 (or 0x9F7573) is unknown color: approx Opium. HEX triplet: 9F, 75 and 73. RGB value is (159,117,115). Sum of RGB (Red+Green+Blue) = 159+117+115=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7573 is #608A8C. Grayscale: #818181. Windows color (decimal): -6326925 or 7566751. OLE color: 7566751.

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

Color convert

RGB159117115-
CMYK00.260.280.38
HSL2.73º18.64%53.73%-
HSV(B)2.73º27.67%62.35%-
XYZ23.7521.3319.09-
YUV129.33119.91149.16-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.66%
GREEN value IS 117 (46.09% from 255) = 29.92%
BLUE value IS 115 (45.31% from 255) = 29.41%
R=40.66%
G=29.92%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911711500.260.280.382.7318.6453.73
Hex9F757301A1C2631336
Octal237165163032344632366
Binary1001111111101011110011011010111001001101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,117,115); }

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

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

 a { background-color: rgb(159,117,115); }

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

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

 span { border-color: rgb(159,117,115); }

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