#957150

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

Shades of Pale Brown #957150

Tints of Pale Brown #957150

Color information

#957150 (or 0x957150) is unknown color: approx Pale Brown. HEX triplet: 95, 71 and 50. RGB value is (149,113,80). Sum of RGB (Red+Green+Blue) = 149+113+80=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #957150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957150 is #6A8EAF. Grayscale: #787878. Windows color (decimal): -6983344 or 5271957. OLE color: 5271957.

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

Color convert

RGB14911380-
CMYK00.240.460.42
HSL28.7º30.13%44.9%-
HSV(B)28.7º46.31%58.43%-
XYZ19.7518.7810.17-
YUV120105.43148.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.57%
GREEN value IS 113 (44.53% from 255) = 33.04%
BLUE value IS 80 (31.64% from 255) = 23.39%
R=43.57%
G=33.04%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491138000.240.460.4228.730.1344.9
Hex9571500182E2A1d1e2d
Octal2251611200305652353655
Binary10010101111000110100000110001011101010101110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957150; }

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

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

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

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

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

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

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

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