#957459

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

Shades of Pale Brown #957459

Tints of Pale Brown #957459

Color information

#957459 (or 0x957459) is unknown color: approx Pale Brown. HEX triplet: 95, 74 and 59. RGB value is (149,116,89). Sum of RGB (Red+Green+Blue) = 149+116+89=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #957459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957459 is #6A8BA6. Grayscale: #7A7A7A. Windows color (decimal): -6982567 or 5862549. OLE color: 5862549.

HSL color Cylindrical-coordinate representation of color #957459: hue angle of 27º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #957459 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14911689-
CMYK00.220.400.42
HSL27º25.21%46.67%-
HSV(B)27º40.27%58.43%-
XYZ20.4419.612.16-
YUV122.79108.93146.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.09%
GREEN value IS 116 (45.70% from 255) = 32.77%
BLUE value IS 89 (35.16% from 255) = 25.14%
R=42.09%
G=32.77%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491168900.220.400.422725.2146.67
Hex957459016282A1b192f
Octal2251641310265052333157
Binary10010101111010010110010101101010001010101101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957459; }

 p { color: rgb(149,116,89); }

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

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

 a { background-color: rgb(149,116,89); }

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

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

 span { border-color: rgb(149,116,89); }

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