#957952

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

Shades of Pale Brown #957952

Tints of Pale Brown #957952

Color information

#957952 (or 0x957952) is unknown color: approx Pale Brown. HEX triplet: 95, 79 and 52. RGB value is (149,121,82). Sum of RGB (Red+Green+Blue) = 149+121+82=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #957952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957952 is #6A86AD. Grayscale: #7D7D7D. Windows color (decimal): -6981294 or 5405077. OLE color: 5405077.

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

Color convert

RGB14912182-
CMYK00.190.450.42
HSL34.93º29%45.29%-
HSV(B)34.93º44.97%58.43%-
XYZ20.7520.6710.88-
YUV124.93103.78145.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.33%
GREEN value IS 121 (47.66% from 255) = 34.38%
BLUE value IS 82 (32.42% from 255) = 23.30%
R=42.33%
G=34.38%
B=23.30%

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
Decimal1491218200.190.450.4234.932945.29
Hex9579520132D2A231d2d
Octal2251711220235552433555
Binary100101011111001101001001001110110110101010001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957952; }

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

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

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

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

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

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

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

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