Html Css Color HEX #9D8582 Opium

📋 copy color: '#9D8582'

red 157 ◦ green 133 ◦ blue 130

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

Shades of Opium #9D8582

Tints of Opium #9D8582

RGB

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

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

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

R = 37.38%
G = 31.67%
B = 30.95%

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

#9D8582 (or 0x9D8582) is known color: Opium. HEX triplet: 9D, 85 and 82. RGB value is (157,133,130). Sum of RGB (Red+Green+Blue) = 157+133+130=420 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.38% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D8582 is #627A7D. Grayscale: #8B8B8B. Windows color (decimal): -6453886 or 8553885. OLE color: 8553885.

HSL color Cylindrical-coordinate representation of color #9D8582: hue angle of 6.67º 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 #9D8582 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 133 130 -
CMYK 0 0.15 0.17 0.38
HSL 6.67º 0.12% 0.56% -
HSV(B) 6.67º 0.17% 0.62% -
XYZ 26.32 25.55 24.66 -
YUV 139.83 122.45 140.24 -
System Red Green Blue C M Y K H S L
Decimal 157 133 130 0 0.15 0.17 0.38 6.67 0.12 0.56
Hex 9D 85 82 0 F 11 26 7 C 38
Octal 235 205 202 0 17 21 46 7 14 70
Binary 10011101 10000101 10000010 0 1111 10001 100110 111 1100 111000

Color Harmonies of #9D8582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D8582

Black with #9D8582

Text Example


Text Example

White with #9D8582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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