#957455

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

Shades of Pale Brown #957455

Tints of Pale Brown #957455

Color information

#957455 (or 0x957455) is unknown color: approx Pale Brown. HEX triplet: 95, 74 and 55. RGB value is (149,116,85). Sum of RGB (Red+Green+Blue) = 149+116+85=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #957455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957455 is #6A8BAA. Grayscale: #7A7A7A. Windows color (decimal): -6982571 or 5600405. OLE color: 5600405.

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

Color convert

RGB14911685-
CMYK00.220.430.42
HSL29.06º27.35%45.88%-
HSV(B)29.06º42.95%58.43%-
XYZ20.2819.5411.3-
YUV122.33106.93147.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.57%
GREEN value IS 116 (45.70% from 255) = 33.14%
BLUE value IS 85 (33.59% from 255) = 24.29%
R=42.57%
G=33.14%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491168500.220.430.4229.0627.3545.88
Hex9574550162B2A1d1b2e
Octal2251641250265352353356
Binary10010101111010010101010101101010111010101110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957455; }

 p { color: rgb(149,116,85); }

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

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

 a { background-color: rgb(149,116,85); }

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

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

 span { border-color: rgb(149,116,85); }

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