Html Css Color HEX #9F8382 Opium

📋 copy color: '#9F8382'

red 159 ◦ green 131 ◦ blue 130

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

Shades of Opium #9F8382

Tints of Opium #9F8382

RGB

 RED value IS 159 (62.5% from 255) = 37.86%

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

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

R = 37.86%
G = 31.19%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9F8382 (or 0x9F8382) is known color: Opium. HEX triplet: 9F, 83 and 82. RGB value is (159,131,130). Sum of RGB (Red+Green+Blue) = 159+131+130=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8382 is #607C7D. Grayscale: #8B8B8B. Windows color (decimal): -6323326 or 8553375. OLE color: 8553375.

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

Color convert

RGB 159 131 130 -
CMYK 0 0.18 0.18 0.38
HSL 2.07º 0.13% 0.57% -
HSV(B) 2.07º 0.18% 0.62% -
XYZ 26.44 25.22 24.59 -
YUV 139.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 159 131 130 0 0.18 0.18 0.38 2.07 0.13 0.57
Hex 9F 83 82 0 12 12 26 2 D 39
Octal 237 203 202 0 22 22 46 2 15 71
Binary 10011111 10000011 10000010 0 10010 10010 100110 10 1101 111001

Color Harmonies of #9F8382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8382

Black with #9F8382

Text Example


Text Example

White with #9F8382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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