#957552

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

Shades of Pale Brown #957552

Tints of Pale Brown #957552

Color information

#957552 (or 0x957552) is unknown color: approx Pale Brown. HEX triplet: 95, 75 and 52. RGB value is (149,117,82). Sum of RGB (Red+Green+Blue) = 149+117+82=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #957552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957552 is #6A8AAD. Grayscale: #7A7A7A. Windows color (decimal): -6982318 or 5404053. OLE color: 5404053.

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

Color convert

RGB14911782-
CMYK00.210.450.42
HSL31.34º29%45.29%-
HSV(B)31.34º44.97%58.43%-
XYZ20.2819.7210.72-
YUV122.58105.1146.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.82%
GREEN value IS 117 (46.09% from 255) = 33.62%
BLUE value IS 82 (32.42% from 255) = 23.56%
R=42.82%
G=33.62%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491178200.210.450.4231.342945.29
Hex9575520152D2A1f1d2d
Octal2251651220255552373555
Binary10010101111010110100100101011011011010101111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957552; }

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

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

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

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

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

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

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

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