#957D5F

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

Shades of Sorrell Brown #957D5F

Tints of Sorrell Brown #957D5F

Color information

#957D5F (or 0x957D5F) is unknown color: approx Sorrell Brown. HEX triplet: 95, 7D and 5F. RGB value is (149,125,95). Sum of RGB (Red+Green+Blue) = 149+125+95=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #957D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957D5F is #6A82A0. Grayscale: #808080. Windows color (decimal): -6980257 or 6258069. OLE color: 6258069.

HSL color Cylindrical-coordinate representation of color #957D5F: hue angle of 33.33º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #957D5F is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB14912595-
CMYK00.160.360.42
HSL33.33º22.13%47.84%-
HSV(B)33.33º36.24%58.43%-
XYZ21.7921.8813.9-
YUV128.76108.95142.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.38%
GREEN value IS 125 (49.22% from 255) = 33.88%
BLUE value IS 95 (37.5% from 255) = 25.75%
R=40.38%
G=33.88%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491259500.160.360.4233.3322.1347.84
Hex957D5F010242A211630
Octal2251751370204452412660
Binary100101011111101101111101000010010010101010000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957D5F; }

 p { color: rgb(149,125,95); }

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

<style>
 a { background-color: #957D5F; }

 a { background-color: rgb(149,125,95); }

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

<style>
 span { border-color: #957D5F; }

 span { border-color: rgb(149,125,95); }

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