#92817F

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

Shades of Opium #92817F

Tints of Opium #92817F

Color information

#92817F (or 0x92817F) is unknown color: approx Opium. HEX triplet: 92, 81 and 7F. RGB value is (146,129,127). Sum of RGB (Red+Green+Blue) = 146+129+127=402 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.32% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 146 - color contains mainly: red. Hex color #92817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92817F is #6D7E80. Grayscale: #858585. Windows color (decimal): -7175809 or 8356242. OLE color: 8356242.

HSL color Cylindrical-coordinate representation of color #92817F: hue angle of 6.32º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #92817F is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB146129127-
CMYK00.120.130.43
HSL6.32º8.02%53.53%-
HSV(B)6.32º13.01%57.25%-
XYZ23.5423.3423.34-
YUV133.85124.13136.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.32%
GREEN value IS 129 (50.78% from 255) = 32.09%
BLUE value IS 127 (50% from 255) = 31.59%
R=36.32%
G=32.09%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612912700.120.130.436.328.0253.53
Hex92817F0CD2B6836
Octal222201177014155361066
Binary100100101000000111111110110011011010111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92817F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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