#957953

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

Shades of Pale Brown #957953

Tints of Pale Brown #957953

Color information

#957953 (or 0x957953) is unknown color: approx Pale Brown. HEX triplet: 95, 79 and 53. RGB value is (149,121,83). Sum of RGB (Red+Green+Blue) = 149+121+83=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #957953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957953 is #6A86AC. Grayscale: #7D7D7D. Windows color (decimal): -6981293 or 5470613. OLE color: 5470613.

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

Color convert

RGB14912183-
CMYK00.190.440.42
HSL34.55º28.45%45.49%-
HSV(B)34.55º44.3%58.43%-
XYZ20.7920.6911.08-
YUV125.04104.28145.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.21%
GREEN value IS 121 (47.66% from 255) = 34.28%
BLUE value IS 83 (32.81% from 255) = 23.51%
R=42.21%
G=34.28%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491218300.190.440.4234.5528.4545.49
Hex9579530132C2A231c2d
Octal2251711230235452433455
Binary100101011111001101001101001110110010101010001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957953; }

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

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

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

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

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

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

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

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