#957757

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

Shades of Pale Brown #957757

Tints of Pale Brown #957757

Color information

#957757 (or 0x957757) is unknown color: approx Pale Brown. HEX triplet: 95, 77 and 57. RGB value is (149,119,87). Sum of RGB (Red+Green+Blue) = 149+119+87=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #957757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957757 is #6A88A8. Grayscale: #7C7C7C. Windows color (decimal): -6981801 or 5732245. OLE color: 5732245.

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

Color convert

RGB14911987-
CMYK00.200.420.42
HSL30.97º26.27%46.27%-
HSV(B)30.97º41.61%58.43%-
XYZ20.7120.2711.84-
YUV124.32106.94145.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.97%
GREEN value IS 119 (46.88% from 255) = 33.52%
BLUE value IS 87 (34.38% from 255) = 24.51%
R=41.97%
G=33.52%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491198700.200.420.4230.9726.2746.27
Hex9577570142A2A1f1a2e
Octal2251671270245252373256
Binary10010101111011110101110101001010101010101111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957757; }

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

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

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

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

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

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

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

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