Html Css Color HEX #958382 Opium

📋 copy color: '#958382'

red 149 ◦ green 131 ◦ blue 130

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

Shades of Opium #958382

Tints of Opium #958382

RGB

 RED value IS 149 (58.59% from 255) = 36.34%

 GREEN value IS 131 (51.56% from 255) = 31.95%

 BLUE value IS 130 (51.17% from 255) = 31.71%

R = 36.34%
G = 31.95%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#958382 (or 0x958382) is known color: Opium. HEX triplet: 95, 83 and 82. RGB value is (149,131,130). Sum of RGB (Red+Green+Blue) = 149+131+130=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 130 (51.17% from 255 or 31.71% from 410); Max value from RGB is 149 - color contains mainly: red. Hex color #958382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958382 is #6A7C7D. Grayscale: #888888. Windows color (decimal): -6978686 or 8553365. OLE color: 8553365.

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

Color convert

RGB 149 131 130 -
CMYK 0 0.12 0.13 0.42
HSL 3.16º 0.08% 0.55% -
HSV(B) 3.16º 0.13% 0.58% -
XYZ 24.54 24.23 24.5 -
YUV 136.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 149 131 130 0 0.12 0.13 0.42 3.16 0.08 0.55
Hex 95 83 82 0 C D 2A 3 8 37
Octal 225 203 202 0 14 15 52 3 10 67
Binary 10010101 10000011 10000010 0 1100 1101 101010 11 1000 110111

Color Harmonies of #958382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958382

Black with #958382

Text Example


Text Example

White with #958382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958382; }

 p { color: rgb(149,131,130); }

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

background-color css

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

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

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

border-color css

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

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

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