#957357

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

Shades of Pale Brown #957357

Tints of Pale Brown #957357

Color information

#957357 (or 0x957357) is unknown color: approx Pale Brown. HEX triplet: 95, 73 and 57. RGB value is (149,115,87). Sum of RGB (Red+Green+Blue) = 149+115+87=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #957357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957357 is #6A8CA8. Grayscale: #7A7A7A. Windows color (decimal): -6982825 or 5731221. OLE color: 5731221.

HSL color Cylindrical-coordinate representation of color #957357: hue angle of 27.1º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #957357 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB14911587-
CMYK00.230.420.42
HSL27.1º26.27%46.27%-
HSV(B)27.1º41.61%58.43%-
XYZ20.2519.3411.68-
YUV121.97108.26147.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.45%
GREEN value IS 115 (45.31% from 255) = 32.76%
BLUE value IS 87 (34.38% from 255) = 24.79%
R=42.45%
G=32.76%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491158700.230.420.4227.126.2746.27
Hex9573570172A2A1b1a2e
Octal2251631270275252333256
Binary10010101111001110101110101111010101010101101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957357; }

 p { color: rgb(149,115,87); }

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

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

 a { background-color: rgb(149,115,87); }

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

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

 span { border-color: rgb(149,115,87); }

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