#95817F

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

Shades of Opium #95817F

Tints of Opium #95817F

Color information

#95817F (or 0x95817F) is unknown color: approx Opium. HEX triplet: 95, 81 and 7F. RGB value is (149,129,127). Sum of RGB (Red+Green+Blue) = 149+129+127=405 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.79% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 149 - color contains mainly: red. Hex color #95817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95817F is #6A7E80. Grayscale: #868686. Windows color (decimal): -6979201 or 8356245. OLE color: 8356245.

HSL color Cylindrical-coordinate representation of color #95817F: hue angle of 5.45º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #95817F is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB149129127-
CMYK00.130.150.42
HSL5.45º9.4%54.12%-
HSV(B)5.45º14.77%58.43%-
XYZ24.0823.6223.37-
YUV134.75123.63138.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.79%
GREEN value IS 129 (50.78% from 255) = 31.85%
BLUE value IS 127 (50% from 255) = 31.36%
R=36.79%
G=31.85%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912912700.130.150.425.459.454.12
Hex95817F0DF2A5936
Octal225201177015175251166
Binary100101011000000111111110110111111010101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95817F; }

 p { color: rgb(149,129,127); }

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

<style>
 a { background-color: #95817F; }

 a { background-color: rgb(149,129,127); }

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

<style>
 span { border-color: #95817F; }

 span { border-color: rgb(149,129,127); }

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