#9F7D5C

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

Shades of Sorrell Brown #9F7D5C

Tints of Sorrell Brown #9F7D5C

Color information

#9F7D5C (or 0x9F7D5C) is unknown color: approx Sorrell Brown. HEX triplet: 9F, 7D and 5C. RGB value is (159,125,92). Sum of RGB (Red+Green+Blue) = 159+125+92=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7D5C is #6082A3. Grayscale: #838383. Windows color (decimal): -6324900 or 6061471. OLE color: 6061471.

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

Color convert

RGB15912592-
CMYK00.210.420.38
HSL29.55º26.69%49.22%-
HSV(B)29.55º42.14%62.35%-
XYZ23.5622.8113.29-
YUV131.4105.76147.68-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.29%
GREEN value IS 125 (49.22% from 255) = 33.24%
BLUE value IS 92 (36.33% from 255) = 24.47%
R=42.29%
G=33.24%
B=24.47%

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
Decimal1591259200.210.420.3829.5526.6949.22
Hex9F7D5C0152A261e1b31
Octal2371751340255246363361
Binary10011111111110110111000101011010101001101111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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