#957950

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

Shades of Pale Brown #957950

Tints of Pale Brown #957950

Color information

#957950 (or 0x957950) is unknown color: approx Pale Brown. HEX triplet: 95, 79 and 50. RGB value is (149,121,80). Sum of RGB (Red+Green+Blue) = 149+121+80=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #957950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957950 is #6A86AF. Grayscale: #7C7C7C. Windows color (decimal): -6981296 or 5274005. OLE color: 5274005.

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

Color convert

RGB14912180-
CMYK00.190.460.42
HSL35.65º30.13%44.9%-
HSV(B)35.65º46.31%58.43%-
XYZ20.6820.6410.48-
YUV124.7102.78145.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.57%
GREEN value IS 121 (47.66% from 255) = 34.57%
BLUE value IS 80 (31.64% from 255) = 22.86%
R=42.57%
G=34.57%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491218000.190.460.4235.6530.1344.9
Hex9579500132E2A241e2d
Octal2251711200235652443655
Binary100101011111001101000001001110111010101010010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957950; }

 p { color: rgb(149,121,80); }

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

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

 a { background-color: rgb(149,121,80); }

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

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

 span { border-color: rgb(149,121,80); }

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