#9F7F5D

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

Shades of Sorrell Brown #9F7F5D

Tints of Sorrell Brown #9F7F5D

Color information

#9F7F5D (or 0x9F7F5D) is unknown color: approx Sorrell Brown. HEX triplet: 9F, 7F and 5D. RGB value is (159,127,93). Sum of RGB (Red+Green+Blue) = 159+127+93=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7F5D is #6080A2. Grayscale: #848484. Windows color (decimal): -6324387 or 6127519. OLE color: 6127519.

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

Color convert

RGB15912793-
CMYK00.200.420.38
HSL30.91º26.19%49.41%-
HSV(B)30.91º41.51%62.35%-
XYZ23.8623.3413.6-
YUV132.69105.6146.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.95%
GREEN value IS 127 (50% from 255) = 33.51%
BLUE value IS 93 (36.72% from 255) = 24.54%
R=41.95%
G=33.51%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591279300.200.420.3830.9126.1949.41
Hex9F7F5D0142A261f1a31
Octal2371771350245246373261
Binary10011111111111110111010101001010101001101111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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