#938383

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

Shades of Opium #938383

Tints of Opium #938383

Color information

#938383 (or 0x938383) is unknown color: approx Opium. HEX triplet: 93, 83 and 83. RGB value is (147,131,131). Sum of RGB (Red+Green+Blue) = 147+131+131=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 147 - color contains mainly: red. Hex color #938383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938383 is #6C7C7C. Grayscale: #878787. Windows color (decimal): -7109757 or 8618899. OLE color: 8618899.

HSL color Cylindrical-coordinate representation of color #938383: hue angle of 0º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #938383 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB147131131-
CMYK00.110.110.42
HSL6.9%54.51%-
HSV(B)10.88%57.65%-
XYZ24.2524.0724.84-
YUV135.78125.3136-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.94%
GREEN value IS 131 (51.56% from 255) = 32.03%
BLUE value IS 131 (51.56% from 255) = 32.03%
R=35.94%
G=32.03%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713113100.110.110.4206.954.51
Hex9383830BB2A0737
Octal22320320301313520767
Binary1001001110000011100000110101110111010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938383; }

 p { color: rgb(147,131,131); }

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

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

 a { background-color: rgb(147,131,131); }

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

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

 span { border-color: rgb(147,131,131); }

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