#957856

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

Shades of Pale Brown #957856

Tints of Pale Brown #957856

Color information

#957856 (or 0x957856) is unknown color: approx Pale Brown. HEX triplet: 95, 78 and 56. RGB value is (149,120,86). Sum of RGB (Red+Green+Blue) = 149+120+86=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 86 (33.98% from 255 or 24.23% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #957856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957856 is #6A87A9. Grayscale: #7C7C7C. Windows color (decimal): -6981546 or 5666965. OLE color: 5666965.

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

Color convert

RGB14912086-
CMYK00.190.420.42
HSL32.38º26.81%46.08%-
HSV(B)32.38º42.28%58.43%-
XYZ20.7920.4911.66-
YUV124.79106.11145.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.97%
GREEN value IS 120 (47.27% from 255) = 33.80%
BLUE value IS 86 (33.98% from 255) = 24.23%
R=41.97%
G=33.80%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491208600.190.420.4232.3826.8146.08
Hex9578560132A2A201b2e
Octal2251701260235252403356
Binary100101011111000101011001001110101010101010000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957856; }

 p { color: rgb(149,120,86); }

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

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

 a { background-color: rgb(149,120,86); }

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

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

 span { border-color: rgb(149,120,86); }

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