#957A54

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

Shades of Pale Brown #957A54

Tints of Pale Brown #957A54

Color information

#957A54 (or 0x957A54) is unknown color: approx Pale Brown. HEX triplet: 95, 7A and 54. RGB value is (149,122,84). Sum of RGB (Red+Green+Blue) = 149+122+84=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #957A54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957A54 is #6A85AB. Grayscale: #7D7D7D. Windows color (decimal): -6981036 or 5536405. OLE color: 5536405.

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

Color convert

RGB14912284-
CMYK00.180.440.42
HSL35.08º27.9%45.69%-
HSV(B)35.08º43.62%58.43%-
XYZ20.9520.9511.33-
YUV125.74104.45144.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.97%
GREEN value IS 122 (48.05% from 255) = 34.37%
BLUE value IS 84 (33.20% from 255) = 23.66%
R=41.97%
G=34.37%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491228400.180.440.4235.0827.945.69
Hex957A540122C2A231c2e
Octal2251721240225452433456
Binary100101011111010101010001001010110010101010001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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