#957753

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

Shades of Pale Brown #957753

Tints of Pale Brown #957753

Color information

#957753 (or 0x957753) is unknown color: approx Pale Brown. HEX triplet: 95, 77 and 53. RGB value is (149,119,83). Sum of RGB (Red+Green+Blue) = 149+119+83=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #957753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957753 is #6A88AC. Grayscale: #7C7C7C. Windows color (decimal): -6981805 or 5470101. OLE color: 5470101.

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

Color convert

RGB14911983-
CMYK00.200.440.42
HSL32.73º28.45%45.49%-
HSV(B)32.73º44.3%58.43%-
XYZ20.5520.2111-
YUV123.87104.94145.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.45%
GREEN value IS 119 (46.88% from 255) = 33.90%
BLUE value IS 83 (32.81% from 255) = 23.65%
R=42.45%
G=33.90%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491198300.200.440.4232.7328.4545.49
Hex9577530142C2A211c2d
Octal2251671230245452413455
Binary100101011110111101001101010010110010101010000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957753; }

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

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

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

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

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

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

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

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