#957653

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

Shades of Pale Brown #957653

Tints of Pale Brown #957653

Color information

#957653 (or 0x957653) is unknown color: approx Pale Brown. HEX triplet: 95, 76 and 53. RGB value is (149,118,83). Sum of RGB (Red+Green+Blue) = 149+118+83=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #957653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957653 is #6A89AC. Grayscale: #7B7B7B. Windows color (decimal): -6982061 or 5469845. OLE color: 5469845.

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

Color convert

RGB14911883-
CMYK00.210.440.42
HSL31.82º28.45%45.49%-
HSV(B)31.82º44.3%58.43%-
XYZ20.4319.9710.96-
YUV123.28105.27146.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.57%
GREEN value IS 118 (46.48% from 255) = 33.71%
BLUE value IS 83 (32.81% from 255) = 23.71%
R=42.57%
G=33.71%
B=23.71%

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
Decimal1491188300.210.440.4231.8228.4545.49
Hex9576530152C2A201c2d
Octal2251661230255452403455
Binary100101011110110101001101010110110010101010000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957653; }

 p { color: rgb(149,118,83); }

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

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

 a { background-color: rgb(149,118,83); }

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

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

 span { border-color: rgb(149,118,83); }

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