#957548

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

Shades of Pale Brown #957548

Tints of Pale Brown #957548

Color information

#957548 (or 0x957548) is unknown color: approx Pale Brown. HEX triplet: 95, 75 and 48. RGB value is (149,117,72). Sum of RGB (Red+Green+Blue) = 149+117+72=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #957548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957548 is #6A8AB7. Grayscale: #797979. Windows color (decimal): -6982328 or 4748693. OLE color: 4748693.

HSL color Cylindrical-coordinate representation of color #957548: hue angle of 35.06º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #957548 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB14911772-
CMYK00.210.520.42
HSL35.06º34.84%43.33%-
HSV(B)35.06º51.68%58.43%-
XYZ19.9319.588.86-
YUV121.44100.1147.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.08%
GREEN value IS 117 (46.09% from 255) = 34.62%
BLUE value IS 72 (28.52% from 255) = 21.30%
R=44.08%
G=34.62%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491177200.210.520.4235.0634.8443.33
Hex957548015342A23232b
Octal2251651100256452434353
Binary1001010111101011001000010101110100101010100011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957548; }

 p { color: rgb(149,117,72); }

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

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

 a { background-color: rgb(149,117,72); }

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

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

 span { border-color: rgb(149,117,72); }

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