Html Css Color HEX #9F847F Opium

📋 copy color: '#9F847F'

red 159 ◦ green 132 ◦ blue 127

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

Shades of Opium #9F847F

Tints of Opium #9F847F

RGB

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

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

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

R = 38.04%
G = 31.58%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#9F847F (or 0x9F847F) is known color: Opium. HEX triplet: 9F, 84 and 7F. RGB value is (159,132,127). Sum of RGB (Red+Green+Blue) = 159+132+127=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 159 - color contains mainly: red. Hex color #9F847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F847F is #607B80. Grayscale: #8B8B8B. Windows color (decimal): -6323073 or 8357023. OLE color: 8357023.

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

Color convert

RGB 159 132 127 -
CMYK 0 0.17 0.20 0.38
HSL 9.38º 0.14% 0.56% -
HSV(B) 9.38º 0.2% 0.62% -
XYZ 26.38 25.41 23.59 -
YUV 139.5 120.95 141.91 -
System Red Green Blue C M Y K H S L
Decimal 159 132 127 0 0.17 0.20 0.38 9.38 0.14 0.56
Hex 9F 84 7F 0 11 14 26 9 E 38
Octal 237 204 177 0 21 24 46 11 16 70
Binary 10011111 10000100 1111111 0 10001 10100 100110 1001 1110 111000

Color Harmonies of #9F847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F847F

Black with #9F847F

Text Example


Text Example

White with #9F847F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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