#948282

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

Shades of Opium #948282

Tints of Opium #948282

Color information

#948282 (or 0x948282) is unknown color: approx Opium. HEX triplet: 94, 82 and 82. RGB value is (148,130,130). Sum of RGB (Red+Green+Blue) = 148+130+130=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 148 - color contains mainly: red. Hex color #948282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948282 is #6B7D7D. Grayscale: #878787. Windows color (decimal): -7044478 or 8553108. OLE color: 8553108.

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

Color convert

RGB148130130-
CMYK00.120.120.42
HSL7.76%54.51%-
HSV(B)12.16%58.04%-
XYZ24.2223.8724.45-
YUV135.38124.96137-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.27%
GREEN value IS 130 (51.17% from 255) = 31.86%
BLUE value IS 130 (51.17% from 255) = 31.86%
R=36.27%
G=31.86%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813013000.120.120.4207.7654.51
Hex9482820CC2A0837
Octal224202202014145201067
Binary10010100100000101000001001100110010101001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948282; }

 p { color: rgb(148,130,130); }

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

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

 a { background-color: rgb(148,130,130); }

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

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

 span { border-color: rgb(148,130,130); }

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