#957755

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

Shades of Pale Brown #957755

Tints of Pale Brown #957755

Color information

#957755 (or 0x957755) is unknown color: approx Pale Brown. HEX triplet: 95, 77 and 55. RGB value is (149,119,85). Sum of RGB (Red+Green+Blue) = 149+119+85=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #957755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957755 is #6A88AA. Grayscale: #7C7C7C. Windows color (decimal): -6981803 or 5601173. OLE color: 5601173.

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

Color convert

RGB14911985-
CMYK00.200.430.42
HSL31.87º27.35%45.88%-
HSV(B)31.87º42.95%58.43%-
XYZ20.6320.2411.41-
YUV124.09105.94145.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.21%
GREEN value IS 119 (46.88% from 255) = 33.71%
BLUE value IS 85 (33.59% from 255) = 24.08%
R=42.21%
G=33.71%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491198500.200.430.4231.8727.3545.88
Hex9577550142B2A201b2e
Octal2251671250245352403356
Binary100101011110111101010101010010101110101010000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957755; }

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

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

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

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

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

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

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

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