#957351

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

Shades of Pale Brown #957351

Tints of Pale Brown #957351

Color information

#957351 (or 0x957351) is unknown color: approx Pale Brown. HEX triplet: 95, 73 and 51. RGB value is (149,115,81). Sum of RGB (Red+Green+Blue) = 149+115+81=345 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.19% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 149 - color contains mainly: red. Hex color #957351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957351 is #6A8CAE. Grayscale: #797979. Windows color (decimal): -6982831 or 5338005. OLE color: 5338005.

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

Color convert

RGB14911581-
CMYK00.230.460.42
HSL30º29.57%45.1%-
HSV(B)30º45.64%58.43%-
XYZ20.0119.2510.44-
YUV121.29105.26147.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.19%
GREEN value IS 115 (45.31% from 255) = 33.33%
BLUE value IS 81 (32.03% from 255) = 23.48%
R=43.19%
G=33.33%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491158100.230.460.423029.5745.1
Hex9573510172E2A1e1e2d
Octal2251631210275652363655
Binary10010101111001110100010101111011101010101111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957351; }

 p { color: rgb(149,115,81); }

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

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

 a { background-color: rgb(149,115,81); }

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

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

 span { border-color: rgb(149,115,81); }

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