#957452

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

Shades of Pale Brown #957452

Tints of Pale Brown #957452

Color information

#957452 (or 0x957452) is unknown color: approx Pale Brown. HEX triplet: 95, 74 and 52. RGB value is (149,116,82). Sum of RGB (Red+Green+Blue) = 149+116+82=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #957452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957452 is #6A8BAD. Grayscale: #7A7A7A. Windows color (decimal): -6982574 or 5403797. OLE color: 5403797.

HSL color Cylindrical-coordinate representation of color #957452: hue angle of 30.45º 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 #957452 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB14911682-
CMYK00.220.450.42
HSL30.45º29%45.29%-
HSV(B)30.45º44.97%58.43%-
XYZ20.1619.4910.68-
YUV121.99105.43147.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.94%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 82 (32.42% from 255) = 23.63%
R=42.94%
G=33.43%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491168200.220.450.4230.452945.29
Hex9574520162D2A1e1d2d
Octal2251641220265552363555
Binary10010101111010010100100101101011011010101111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957452; }

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

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

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

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

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

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

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

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