#957546

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

Shades of Pale Brown #957546

Tints of Pale Brown #957546

Color information

#957546 (or 0x957546) is unknown color: approx Pale Brown. HEX triplet: 95, 75 and 46. RGB value is (149,117,70). Sum of RGB (Red+Green+Blue) = 149+117+70=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #957546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957546 is #6A8AB9. Grayscale: #797979. Windows color (decimal): -6982330 or 4617621. OLE color: 4617621.

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

Color convert

RGB14911770-
CMYK00.210.530.42
HSL35.7º36.07%42.94%-
HSV(B)35.7º53.02%58.43%-
XYZ19.8619.558.52-
YUV121.2199.1147.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.35%
GREEN value IS 117 (46.09% from 255) = 34.82%
BLUE value IS 70 (27.73% from 255) = 20.83%
R=44.35%
G=34.82%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491177000.210.530.4235.736.0742.94
Hex957546015352A24242b
Octal2251651060256552444453
Binary1001010111101011000110010101110101101010100100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957546; }

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

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

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

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

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

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

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

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