#9F785E

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

Shades of Sorrell Brown #9F785E

Tints of Sorrell Brown #9F785E

Color information

#9F785E (or 0x9F785E) is unknown color: approx Sorrell Brown. HEX triplet: 9F, 78 and 5E. RGB value is (159,120,94). Sum of RGB (Red+Green+Blue) = 159+120+94=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 159 - color contains mainly: red. Hex color #9F785E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F785E is #6087A1. Grayscale: #808080. Windows color (decimal): -6326178 or 6191263. OLE color: 6191263.

HSL color Cylindrical-coordinate representation of color #9F785E: hue angle of 24º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F785E is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB15912094-
CMYK00.250.410.38
HSL24º25.69%49.61%-
HSV(B)24º40.88%62.35%-
XYZ23.0321.6113.55-
YUV128.7108.42149.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.63%
GREEN value IS 120 (47.27% from 255) = 32.17%
BLUE value IS 94 (37.11% from 255) = 25.20%
R=42.63%
G=32.17%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591209400.250.410.382425.6949.61
Hex9F785E0192926181a32
Octal2371701360315146303262
Binary10011111111100010111100110011010011001101100011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,120,94); }

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

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

 a { background-color: rgb(159,120,94); }

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

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

 span { border-color: rgb(159,120,94); }

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