#9A785D

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

Shades of Sorrell Brown #9A785D

Tints of Sorrell Brown #9A785D

Color information

#9A785D (or 0x9A785D) is unknown color: approx Sorrell Brown. HEX triplet: 9A, 78 and 5D. RGB value is (154,120,93). Sum of RGB (Red+Green+Blue) = 154+120+93=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 154 - color contains mainly: red. Hex color #9A785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A785D is #6587A2. Grayscale: #7F7F7F. Windows color (decimal): -6653859 or 6125722. OLE color: 6125722.

HSL color Cylindrical-coordinate representation of color #9A785D: hue angle of 26.56º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A785D is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB15412093-
CMYK00.220.400.40
HSL26.56º24.7%48.43%-
HSV(B)26.56º39.61%60.39%-
XYZ22.0221.0913.27-
YUV127.09108.76147.2-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.96%
GREEN value IS 120 (47.27% from 255) = 32.70%
BLUE value IS 93 (36.72% from 255) = 25.34%
R=41.96%
G=32.70%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541209300.220.400.4026.5624.748.43
Hex9A785D01628281b1930
Octal2321701350265050333160
Binary10011010111100010111010101101010001010001101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,120,93); }

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

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

 a { background-color: rgb(154,120,93); }

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

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

 span { border-color: rgb(154,120,93); }

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