#9C785C

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

Shades of Sorrell Brown #9C785C

Tints of Sorrell Brown #9C785C

Color information

#9C785C (or 0x9C785C) is unknown color: approx Sorrell Brown. HEX triplet: 9C, 78 and 5C. RGB value is (156,120,92). Sum of RGB (Red+Green+Blue) = 156+120+92=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 156 - color contains mainly: red. Hex color #9C785C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C785C is #6387A3. Grayscale: #7F7F7F. Windows color (decimal): -6522788 or 6060188. OLE color: 6060188.

HSL color Cylindrical-coordinate representation of color #9C785C: hue angle of 26.25º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C785C is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB15612092-
CMYK00.230.410.39
HSL26.25º25.81%48.63%-
HSV(B)26.25º41.03%61.18%-
XYZ22.3621.2713.05-
YUV127.57107.93148.28-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.39%
GREEN value IS 120 (47.27% from 255) = 32.61%
BLUE value IS 92 (36.33% from 255) = 25%
R=42.39%
G=32.61%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561209200.230.410.3926.2525.8148.63
Hex9C785C01729271a1a31
Octal2341701340275147323261
Binary10011100111100010111000101111010011001111101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,120,92); }

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

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

 a { background-color: rgb(156,120,92); }

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

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

 span { border-color: rgb(156,120,92); }

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