#957A5C

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

Shades of Pale Brown #957A5C

Tints of Pale Brown #957A5C

Color information

#957A5C (or 0x957A5C) is unknown color: approx Pale Brown. HEX triplet: 95, 7A and 5C. RGB value is (149,122,92). Sum of RGB (Red+Green+Blue) = 149+122+92=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #957A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957A5C is #6A85A3. Grayscale: #7E7E7E. Windows color (decimal): -6981028 or 6060693. OLE color: 6060693.

HSL color Cylindrical-coordinate representation of color #957A5C: hue angle of 31.58º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #957A5C is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB14912292-
CMYK00.180.380.42
HSL31.58º23.65%47.25%-
HSV(B)31.58º38.26%58.43%-
XYZ21.2921.0813.07-
YUV126.65108.45143.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.05%
GREEN value IS 122 (48.05% from 255) = 33.61%
BLUE value IS 92 (36.33% from 255) = 25.34%
R=41.05%
G=33.61%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491229200.180.380.4231.5823.6547.25
Hex957A5C012262A20182f
Octal2251721340224652403057
Binary100101011111010101110001001010011010101010000011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957A5C; }

 p { color: rgb(149,122,92); }

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

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

 a { background-color: rgb(149,122,92); }

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

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

 span { border-color: rgb(149,122,92); }

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