Html Css Color HEX #9D8583 Opium

📋 copy color: '#9D8583'

red 157 ◦ green 133 ◦ blue 131

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

Shades of Opium #9D8583

Tints of Opium #9D8583

RGB

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

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

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

R = 37.29%
G = 31.59%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#9D8583 (or 0x9D8583) is known color: Opium. HEX triplet: 9D, 85 and 83. RGB value is (157,133,131). Sum of RGB (Red+Green+Blue) = 157+133+131=421 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.29% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8583 is #627A7C. Grayscale: #8B8B8B. Windows color (decimal): -6453885 or 8619421. OLE color: 8619421.

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

Color convert

RGB 157 133 131 -
CMYK 0 0.15 0.17 0.38
HSL 4.62º 0.12% 0.56% -
HSV(B) 4.62º 0.17% 0.62% -
XYZ 26.39 25.58 25.02 -
YUV 139.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 157 133 131 0 0.15 0.17 0.38 4.62 0.12 0.56
Hex 9D 85 83 0 F 11 26 5 C 38
Octal 235 205 203 0 17 21 46 5 14 70
Binary 10011101 10000101 10000011 0 1111 10001 100110 101 1100 111000

Color Harmonies of #9D8583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8583

Black with #9D8583

Text Example


Text Example

White with #9D8583

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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