#957556

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

Shades of Pale Brown #957556

Tints of Pale Brown #957556

Color information

#957556 (or 0x957556) is unknown color: approx Pale Brown. HEX triplet: 95, 75 and 56. RGB value is (149,117,86). Sum of RGB (Red+Green+Blue) = 149+117+86=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #957556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957556 is #6A8AA9. Grayscale: #7B7B7B. Windows color (decimal): -6982314 or 5666197. OLE color: 5666197.

HSL color Cylindrical-coordinate representation of color #957556: hue angle of 29.52º 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 #957556 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB14911786-
CMYK00.210.420.42
HSL29.52º26.81%46.08%-
HSV(B)29.52º42.28%58.43%-
XYZ20.4419.7811.55-
YUV123.03107.1146.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.33%
GREEN value IS 117 (46.09% from 255) = 33.24%
BLUE value IS 86 (33.98% from 255) = 24.43%
R=42.33%
G=33.24%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491178600.210.420.4229.5226.8146.08
Hex9575560152A2A1e1b2e
Octal2251651260255252363356
Binary10010101111010110101100101011010101010101111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957556; }

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

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

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

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

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

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

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

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