#957554

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

Shades of Pale Brown #957554

Tints of Pale Brown #957554

Color information

#957554 (or 0x957554) is unknown color: approx Pale Brown. HEX triplet: 95, 75 and 54. RGB value is (149,117,84). Sum of RGB (Red+Green+Blue) = 149+117+84=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #957554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957554 is #6A8AAB. Grayscale: #7A7A7A. Windows color (decimal): -6982316 or 5535125. OLE color: 5535125.

HSL color Cylindrical-coordinate representation of color #957554: hue angle of 30.46º 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 #957554 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB14911784-
CMYK00.210.440.42
HSL30.46º27.9%45.69%-
HSV(B)30.46º43.62%58.43%-
XYZ20.3619.7511.13-
YUV122.81106.1146.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.57%
GREEN value IS 117 (46.09% from 255) = 33.43%
BLUE value IS 84 (33.20% from 255) = 24%
R=42.57%
G=33.43%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491178400.210.440.4230.4627.945.69
Hex9575540152C2A1e1c2e
Octal2251651240255452363456
Binary10010101111010110101000101011011001010101111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957554; }

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

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

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

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

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

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

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

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