Html Css Color HEX #9F8483 Opium

📋 copy color: '#9F8483'

red 159 ◦ green 132 ◦ blue 131

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

Shades of Opium #9F8483

Tints of Opium #9F8483

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.28%

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

R = 37.68%
G = 31.28%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9F8483 (or 0x9F8483) is known color: Opium. HEX triplet: 9F, 84 and 83. RGB value is (159,132,131). Sum of RGB (Red+Green+Blue) = 159+132+131=422 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.68% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8483 is #607B7C. Grayscale: #8B8B8B. Windows color (decimal): -6323069 or 8619167. OLE color: 8619167.

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

Color convert

RGB 159 132 131 -
CMYK 0 0.17 0.18 0.38
HSL 2.14º 0.13% 0.57% -
HSV(B) 2.14º 0.18% 0.62% -
XYZ 26.65 25.51 24.99 -
YUV 139.96 122.95 141.58 -
System Red Green Blue C M Y K H S L
Decimal 159 132 131 0 0.17 0.18 0.38 2.14 0.13 0.57
Hex 9F 84 83 0 11 12 26 2 D 39
Octal 237 204 203 0 21 22 46 2 15 71
Binary 10011111 10000100 10000011 0 10001 10010 100110 10 1101 111001

Color Harmonies of #9F8483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8483

Black with #9F8483

Text Example


Text Example

White with #9F8483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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