#938484

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

Shades of Opium #938484

Tints of Opium #938484

Color information

#938484 (or 0x938484) is unknown color: approx Opium. HEX triplet: 93, 84 and 84. RGB value is (147,132,132). Sum of RGB (Red+Green+Blue) = 147+132+132=411 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.77% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 147 - color contains mainly: red. Hex color #938484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938484 is #6C7B7B. Grayscale: #888888. Windows color (decimal): -7109500 or 8684691. OLE color: 8684691.

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

Color convert

RGB147132132-
CMYK00.100.100.42
HSL6.49%54.71%-
HSV(B)10.2%57.65%-
XYZ24.4524.3725.25-
YUV136.48125.47135.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.77%
GREEN value IS 132 (51.95% from 255) = 32.12%
BLUE value IS 132 (51.95% from 255) = 32.12%
R=35.77%
G=32.12%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713213200.100.100.4206.4954.71
Hex9384840AA2A0637
Octal22320420401212520667
Binary1001001110000100100001000101010101010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938484; }

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

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

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

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

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

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

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

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