#957A58

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

Shades of Pale Brown #957A58

Tints of Pale Brown #957A58

Color information

#957A58 (or 0x957A58) is unknown color: approx Pale Brown. HEX triplet: 95, 7A and 58. RGB value is (149,122,88). Sum of RGB (Red+Green+Blue) = 149+122+88=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 88 (34.77% from 255 or 24.51% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #957A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957A58 is #6A85A7. Grayscale: #7E7E7E. Windows color (decimal): -6981032 or 5798549. OLE color: 5798549.

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

Color convert

RGB14912288-
CMYK00.180.410.42
HSL33.44º25.74%46.47%-
HSV(B)33.44º40.94%58.43%-
XYZ21.1221.0112.18-
YUV126.2106.45144.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.50%
GREEN value IS 122 (48.05% from 255) = 33.98%
BLUE value IS 88 (34.77% from 255) = 24.51%
R=41.50%
G=33.98%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491228800.180.410.4233.4425.7446.47
Hex957A58012292A211a2e
Octal2251721300225152413256
Binary100101011111010101100001001010100110101010000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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