#9F7E5C

Color #9F7E5C Sorrell Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sorrell Brown #9F7E5C

Tints of Sorrell Brown #9F7E5C

Color information

#9F7E5C (or 0x9F7E5C) is unknown color: approx Sorrell Brown. HEX triplet: 9F, 7E and 5C. RGB value is (159,126,92). Sum of RGB (Red+Green+Blue) = 159+126+92=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7E5C is #6081A3. Grayscale: #848484. Windows color (decimal): -6324644 or 6061727. OLE color: 6061727.

HSL color Cylindrical-coordinate representation of color #9F7E5C: hue angle of 30.45º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F7E5C is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB15912692-
CMYK00.210.420.38
HSL30.45º26.69%49.22%-
HSV(B)30.45º42.14%62.35%-
XYZ23.6923.0713.33-
YUV131.99105.43147.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.18%
GREEN value IS 126 (49.61% from 255) = 33.42%
BLUE value IS 92 (36.33% from 255) = 24.40%
R=42.18%
G=33.42%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591269200.210.420.3830.4526.6949.22
Hex9F7E5C0152A261e1b31
Octal2371761340255246363361
Binary10011111111111010111000101011010101001101111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,126,92); }

 H1.HeaderClassName
 {
   color: #9F7E5C;
 }
 .AnyTagClassName
 {
   color: #9F7E5C;
 }
</style>
background-color css

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

 a { background-color: rgb(159,126,92); }

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

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

 span { border-color: rgb(159,126,92); }

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