#957350

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

Shades of Pale Brown #957350

Tints of Pale Brown #957350

Color information

#957350 (or 0x957350) is unknown color: approx Pale Brown. HEX triplet: 95, 73 and 50. RGB value is (149,115,80). Sum of RGB (Red+Green+Blue) = 149+115+80=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #957350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957350 is #6A8CAF. Grayscale: #797979. Windows color (decimal): -6982832 or 5272469. OLE color: 5272469.

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

Color convert

RGB14911580-
CMYK00.230.460.42
HSL30.43º30.13%44.9%-
HSV(B)30.43º46.31%58.43%-
XYZ19.9719.2310.25-
YUV121.18104.76147.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.31%
GREEN value IS 115 (45.31% from 255) = 33.43%
BLUE value IS 80 (31.64% from 255) = 23.26%
R=43.31%
G=33.43%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491158000.230.460.4230.4330.1344.9
Hex9573500172E2A1e1e2d
Octal2251631200275652363655
Binary10010101111001110100000101111011101010101111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957350; }

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

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

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

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

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

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

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

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