#957555

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

Shades of Pale Brown #957555

Tints of Pale Brown #957555

Color information

#957555 (or 0x957555) is unknown color: approx Pale Brown. HEX triplet: 95, 75 and 55. RGB value is (149,117,85). Sum of RGB (Red+Green+Blue) = 149+117+85=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #957555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957555 is #6A8AAA. Grayscale: #7B7B7B. Windows color (decimal): -6982315 or 5600661. OLE color: 5600661.

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

Color convert

RGB14911785-
CMYK00.210.430.42
HSL30º27.35%45.88%-
HSV(B)30º42.95%58.43%-
XYZ20.419.7711.33-
YUV122.92106.6146.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.45%
GREEN value IS 117 (46.09% from 255) = 33.33%
BLUE value IS 85 (33.59% from 255) = 24.22%
R=42.45%
G=33.33%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491178500.210.430.423027.3545.88
Hex9575550152B2A1e1b2e
Octal2251651250255352363356
Binary10010101111010110101010101011010111010101111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957555; }

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

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

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

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

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

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

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

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