#957354

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

Shades of Pale Brown #957354

Tints of Pale Brown #957354

Color information

#957354 (or 0x957354) is unknown color: approx Pale Brown. HEX triplet: 95, 73 and 54. RGB value is (149,115,84). Sum of RGB (Red+Green+Blue) = 149+115+84=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #957354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957354 is #6A8CAB. Grayscale: #797979. Windows color (decimal): -6982828 or 5534613. OLE color: 5534613.

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

Color convert

RGB14911584-
CMYK00.230.440.42
HSL28.62º27.9%45.69%-
HSV(B)28.62º43.62%58.43%-
XYZ20.1319.2911.05-
YUV121.63106.76147.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.82%
GREEN value IS 115 (45.31% from 255) = 33.05%
BLUE value IS 84 (33.20% from 255) = 24.14%
R=42.82%
G=33.05%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491158400.230.440.4228.6227.945.69
Hex9573540172C2A1d1c2e
Octal2251631240275452353456
Binary10010101111001110101000101111011001010101110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957354; }

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

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

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

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

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

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

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

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