#957752

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

Shades of Pale Brown #957752

Tints of Pale Brown #957752

Color information

#957752 (or 0x957752) is unknown color: approx Pale Brown. HEX triplet: 95, 77 and 52. RGB value is (149,119,82). Sum of RGB (Red+Green+Blue) = 149+119+82=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 82 (32.42% from 255 or 23.43% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #957752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957752 is #6A88AD. Grayscale: #7B7B7B. Windows color (decimal): -6981806 or 5404565. OLE color: 5404565.

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

Color convert

RGB14911982-
CMYK00.200.450.42
HSL33.13º29%45.29%-
HSV(B)33.13º44.97%58.43%-
XYZ20.5120.1910.8-
YUV123.75104.44146.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.57%
GREEN value IS 119 (46.88% from 255) = 34%
BLUE value IS 82 (32.42% from 255) = 23.43%
R=42.57%
G=34%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491198200.200.450.4233.132945.29
Hex9577520142D2A211d2d
Octal2251671220245552413555
Binary100101011110111101001001010010110110101010000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957752; }

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

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

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

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

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

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

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

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