#957356

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

Shades of Pale Brown #957356

Tints of Pale Brown #957356

Color information

#957356 (or 0x957356) is unknown color: approx Pale Brown. HEX triplet: 95, 73 and 56. RGB value is (149,115,86). Sum of RGB (Red+Green+Blue) = 149+115+86=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 86 (33.98% from 255 or 24.57% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #957356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957356 is #6A8CA9. Grayscale: #7A7A7A. Windows color (decimal): -6982826 or 5665685. OLE color: 5665685.

HSL color Cylindrical-coordinate representation of color #957356: hue angle of 27.62º degrees, saturation: 0.27, 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 #957356 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB14911586-
CMYK00.230.420.42
HSL27.62º26.81%46.08%-
HSV(B)27.62º42.28%58.43%-
XYZ20.219.3211.47-
YUV121.86107.76147.36-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.57%
GREEN value IS 115 (45.31% from 255) = 32.86%
BLUE value IS 86 (33.98% from 255) = 24.57%
R=42.57%
G=32.86%
B=24.57%

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
Decimal1491158600.230.420.4227.6226.8146.08
Hex9573560172A2A1c1b2e
Octal2251631260275252343356
Binary10010101111001110101100101111010101010101110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957356; }

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

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

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

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

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

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

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

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