#957750

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

Shades of Pale Brown #957750

Tints of Pale Brown #957750

Color information

#957750 (or 0x957750) is unknown color: approx Pale Brown. HEX triplet: 95, 77 and 50. RGB value is (149,119,80). Sum of RGB (Red+Green+Blue) = 149+119+80=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #957750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957750 is #6A88AF. Grayscale: #7B7B7B. Windows color (decimal): -6981808 or 5273493. OLE color: 5273493.

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

Color convert

RGB14911980-
CMYK00.200.460.42
HSL33.91º30.13%44.9%-
HSV(B)33.91º46.31%58.43%-
XYZ20.4420.1610.4-
YUV123.52103.44146.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.82%
GREEN value IS 119 (46.88% from 255) = 34.20%
BLUE value IS 80 (31.64% from 255) = 22.99%
R=42.82%
G=34.20%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491198000.200.460.4233.9130.1344.9
Hex9577500142E2A221e2d
Octal2251671200245652423655
Binary100101011110111101000001010010111010101010001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957750; }

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

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

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

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

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

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

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

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