Html Css Color HEX #948483 Opium

📋 copy color: '#948483'

red 148 ◦ green 132 ◦ blue 131

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

Shades of Opium #948483

Tints of Opium #948483

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.12%

 BLUE value IS 131 (51.56% from 255) = 31.87%

R = 36.01%
G = 32.12%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#948483 (or 0x948483) is known color: Opium. HEX triplet: 94, 84 and 83. RGB value is (148,132,131). Sum of RGB (Red+Green+Blue) = 148+132+131=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 148 - color contains mainly: red. Hex color #948483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948483 is #6B7B7C. Grayscale: #888888. Windows color (decimal): -7043965 or 8619156. OLE color: 8619156.

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

Color convert

RGB 148 132 131 -
CMYK 0 0.11 0.11 0.42
HSL 3.53º 0.07% 0.55% -
HSV(B) 3.53º 0.11% 0.58% -
XYZ 24.56 24.44 24.9 -
YUV 136.67 124.8 136.08 -
System Red Green Blue C M Y K H S L
Decimal 148 132 131 0 0.11 0.11 0.42 3.53 0.07 0.55
Hex 94 84 83 0 B B 2A 4 7 37
Octal 224 204 203 0 13 13 52 4 7 67
Binary 10010100 10000100 10000011 0 1011 1011 101010 100 111 110111

Color Harmonies of #948483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948483

Black with #948483

Text Example


Text Example

White with #948483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948483; }

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

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

background-color css

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

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

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

border-color css

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

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

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