#948585

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

Shades of Opium #948585

Tints of Opium #948585

Color information

#948585 (or 0x948585) is unknown color: approx Opium. HEX triplet: 94, 85 and 85. RGB value is (148,133,133). Sum of RGB (Red+Green+Blue) = 148+133+133=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 148 - color contains mainly: red. Hex color #948585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948585 is #6B7A7A. Grayscale: #898989. Windows color (decimal): -7043707 or 8750484. OLE color: 8750484.

HSL color Cylindrical-coordinate representation of color #948585: 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.1%. Process color model (Four color, CMYK) of #948585 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB148133133-
CMYK00.100.100.42
HSL6.55%55.1%-
HSV(B)10.14%58.04%-
XYZ24.8324.7625.66-
YUV137.48125.47135.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.75%
GREEN value IS 133 (52.34% from 255) = 32.13%
BLUE value IS 133 (52.34% from 255) = 32.13%
R=35.75%
G=32.13%
B=32.13%

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
Decimal14813313300.100.100.4206.5555.1
Hex9485850AA2A0737
Octal22420520501212520767
Binary1001010010000101100001010101010101010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948585; }

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

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

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

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

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

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

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

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