Html Css Color HEX #9D8484 Opium

📋 copy color: '#9D8484'

red 157 ◦ green 132 ◦ blue 132

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

Shades of Opium #9D8484

Tints of Opium #9D8484

RGB

 RED value IS 157 (61.72% from 255) = 37.29%

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

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

R = 37.29%
G = 31.35%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9D8484 (or 0x9D8484) is known color: Opium. HEX triplet: 9D, 84 and 84. RGB value is (157,132,132). Sum of RGB (Red+Green+Blue) = 157+132+132=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8484 is #627B7B. Grayscale: #8B8B8B. Windows color (decimal): -6454140 or 8684701. OLE color: 8684701.

HSL color Cylindrical-coordinate representation of color #9D8484: hue angle of 0º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9D8484 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 132 132 -
CMYK 0 0.16 0.16 0.38
HSL 0.11% 0.57% -
HSV(B) 0.16% 0.62% -
XYZ 26.32 25.34 25.33 -
YUV 139.48 123.78 140.5 -
System Red Green Blue C M Y K H S L
Decimal 157 132 132 0 0.16 0.16 0.38 0 0.11 0.57
Hex 9D 84 84 0 10 10 26 0 B 39
Octal 235 204 204 0 20 20 46 0 13 71
Binary 10011101 10000100 10000100 0 10000 10000 100110 0 1011 111001

Color Harmonies of #9D8484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8484

Black with #9D8484

Text Example


Text Example

White with #9D8484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D8484; }

 p { color: rgb(157,132,132); }

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

background-color css

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

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

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

border-color css

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

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

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