#957852

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

Shades of Pale Brown #957852

Tints of Pale Brown #957852

Color information

#957852 (or 0x957852) is unknown color: approx Pale Brown. HEX triplet: 95, 78 and 52. RGB value is (149,120,82). Sum of RGB (Red+Green+Blue) = 149+120+82=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #957852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957852 is #6A87AD. Grayscale: #7C7C7C. Windows color (decimal): -6981550 or 5404821. OLE color: 5404821.

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

Color convert

RGB14912082-
CMYK00.190.450.42
HSL34.03º29%45.29%-
HSV(B)34.03º44.97%58.43%-
XYZ20.6320.4310.84-
YUV124.34104.11145.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.45%
GREEN value IS 120 (47.27% from 255) = 34.19%
BLUE value IS 82 (32.42% from 255) = 23.36%
R=42.45%
G=34.19%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491208200.190.450.4234.032945.29
Hex9578520132D2A221d2d
Octal2251701220235552423555
Binary100101011111000101001001001110110110101010001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957852; }

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

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

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

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

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

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

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

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