Html Css Color HEX #9A8382 Opium

📋 copy color: '#9A8382'

red 154 ◦ green 131 ◦ blue 130

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

Shades of Opium #9A8382

Tints of Opium #9A8382

RGB

 RED value IS 154 (60.55% from 255) = 37.11%

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

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

R = 37.11%
G = 31.57%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#9A8382 (or 0x9A8382) is known color: Opium. HEX triplet: 9A, 83 and 82. RGB value is (154,131,130). Sum of RGB (Red+Green+Blue) = 154+131+130=415 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.11% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 130 (51.17% from 255 or 31.33% from 415); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8382 is #657C7D. Grayscale: #898989. Windows color (decimal): -6651006 or 8553370. OLE color: 8553370.

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

Color convert

RGB 154 131 130 -
CMYK 0 0.15 0.16 0.40
HSL 2.5º 0.11% 0.56% -
HSV(B) 2.5º 0.16% 0.6% -
XYZ 25.47 24.71 24.55 -
YUV 137.76 123.62 139.58 -
System Red Green Blue C M Y K H S L
Decimal 154 131 130 0 0.15 0.16 0.40 2.5 0.11 0.56
Hex 9A 83 82 0 F 10 28 2 B 38
Octal 232 203 202 0 17 20 50 2 13 70
Binary 10011010 10000011 10000010 0 1111 10000 101000 10 1011 111000

Color Harmonies of #9A8382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8382

Black with #9A8382

Text Example


Text Example

White with #9A8382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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