#9F7C5C

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

Shades of Sorrell Brown #9F7C5C

Tints of Sorrell Brown #9F7C5C

Color information

#9F7C5C (or 0x9F7C5C) is unknown color: approx Sorrell Brown. HEX triplet: 9F, 7C and 5C. RGB value is (159,124,92). Sum of RGB (Red+Green+Blue) = 159+124+92=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7C5C is #6083A3. Grayscale: #828282. Windows color (decimal): -6325156 or 6061215. OLE color: 6061215.

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

Color convert

RGB15912492-
CMYK00.220.420.38
HSL28.66º26.69%49.22%-
HSV(B)28.66º42.14%62.35%-
XYZ23.4422.5613.24-
YUV130.82106.1148.1-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.4%
GREEN value IS 124 (48.83% from 255) = 33.07%
BLUE value IS 92 (36.33% from 255) = 24.53%
R=42.4%
G=33.07%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591249200.220.420.3828.6626.6949.22
Hex9F7C5C0162A261d1b31
Octal2371741340265246353361
Binary10011111111110010111000101101010101001101110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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