Html Css Color HEX #948584 Opium

📋 copy color: '#948584'

red 148 ◦ green 133 ◦ blue 132

#948584
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Opium #948584

Tints of Opium #948584

RGB

 RED value IS 148 (58.2% from 255) = 35.84%

 GREEN value IS 133 (52.34% from 255) = 32.2%

 BLUE value IS 132 (51.95% from 255) = 31.96%

R = 35.84%
G = 32.2%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#948584 (or 0x948584) is known color: Opium. HEX triplet: 94, 85 and 84. RGB value is (148,133,132). Sum of RGB (Red+Green+Blue) = 148+133+132=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 148 - color contains mainly: red. Hex color #948584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948584 is #6B7A7B. Grayscale: #898989. Windows color (decimal): -7043708 or 8684948. OLE color: 8684948.

HSL color Cylindrical-coordinate representation of color #948584: hue angle of 3.75º 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 #948584 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 133 132 -
CMYK 0 0.10 0.11 0.42
HSL 3.75º 0.07% 0.55% -
HSV(B) 3.75º 0.11% 0.58% -
XYZ 24.77 24.74 25.3 -
YUV 137.37 124.97 135.58 -
System Red Green Blue C M Y K H S L
Decimal 148 133 132 0 0.10 0.11 0.42 3.75 0.07 0.55
Hex 94 85 84 0 A B 2A 4 7 37
Octal 224 205 204 0 12 13 52 4 7 67
Binary 10010100 10000101 10000100 0 1010 1011 101010 100 111 110111

Color Harmonies of #948584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948584

Black with #948584

Text Example


Text Example

White with #948584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948584; }

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

 H1.HeaderClassName
 {
   color: #948584;
 }
 .AnyTagClassName
 {
   color: #948584;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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