Html Css Color HEX #9F837F Opium

📋 copy color: '#9F837F'

red 159 ◦ green 131 ◦ blue 127

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

Shades of Opium #9F837F

Tints of Opium #9F837F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.46%

R = 38.13%
G = 31.41%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9F837F (or 0x9F837F) is known color: Opium. HEX triplet: 9F, 83 and 7F. RGB value is (159,131,127). Sum of RGB (Red+Green+Blue) = 159+131+127=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 127 (50% from 255 or 30.46% from 417); Max value from RGB is 159 - color contains mainly: red. Hex color #9F837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F837F is #607C80. Grayscale: #8A8A8A. Windows color (decimal): -6323329 or 8356767. OLE color: 8356767.

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

Color convert

RGB 159 131 127 -
CMYK 0 0.18 0.20 0.38
HSL 7.5º 0.14% 0.56% -
HSV(B) 7.5º 0.2% 0.62% -
XYZ 26.25 25.14 23.55 -
YUV 138.92 121.28 142.33 -
System Red Green Blue C M Y K H S L
Decimal 159 131 127 0 0.18 0.20 0.38 7.5 0.14 0.56
Hex 9F 83 7F 0 12 14 26 8 E 38
Octal 237 203 177 0 22 24 46 10 16 70
Binary 10011111 10000011 1111111 0 10010 10100 100110 1000 1110 111000

Color Harmonies of #9F837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F837F

Black with #9F837F

Text Example


Text Example

White with #9F837F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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