Html Css Color HEX #9E8583 Opium

📋 copy color: '#9E8583'

red 158 ◦ green 133 ◦ blue 131

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

Shades of Opium #9E8583

Tints of Opium #9E8583

RGB

 RED value IS 158 (62.11% from 255) = 37.44%

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

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

R = 37.44%
G = 31.52%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#9E8583 (or 0x9E8583) is known color: Opium. HEX triplet: 9E, 85 and 83. RGB value is (158,133,131). Sum of RGB (Red+Green+Blue) = 158+133+131=422 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.44% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8583 is #617A7C. Grayscale: #8C8C8C. Windows color (decimal): -6388349 or 8619422. OLE color: 8619422.

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

Color convert

RGB 158 133 131 -
CMYK 0 0.16 0.17 0.38
HSL 4.44º 0.12% 0.57% -
HSV(B) 4.44º 0.17% 0.62% -
XYZ 26.58 25.68 25.03 -
YUV 140.25 122.78 140.66 -
System Red Green Blue C M Y K H S L
Decimal 158 133 131 0 0.16 0.17 0.38 4.44 0.12 0.57
Hex 9E 85 83 0 10 11 26 4 C 39
Octal 236 205 203 0 20 21 46 4 14 71
Binary 10011110 10000101 10000011 0 10000 10001 100110 100 1100 111001

Color Harmonies of #9E8583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8583

Black with #9E8583

Text Example


Text Example

White with #9E8583

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,133,131); }

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

background-color css

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

 a { background-color: rgb(158,133,131); }

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

border-color css

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

 span { border-color: rgb(158,133,131); }

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