#957951

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

Shades of Pale Brown #957951

Tints of Pale Brown #957951

Color information

#957951 (or 0x957951) is unknown color: approx Pale Brown. HEX triplet: 95, 79 and 51. RGB value is (149,121,81). Sum of RGB (Red+Green+Blue) = 149+121+81=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #957951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957951 is #6A86AE. Grayscale: #7D7D7D. Windows color (decimal): -6981295 or 5339541. OLE color: 5339541.

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

Color convert

RGB14912181-
CMYK00.190.460.42
HSL35.29º29.57%45.1%-
HSV(B)35.29º45.64%58.43%-
XYZ20.7220.6610.68-
YUV124.81103.28145.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.45%
GREEN value IS 121 (47.66% from 255) = 34.47%
BLUE value IS 81 (32.03% from 255) = 23.08%
R=42.45%
G=34.47%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491218100.190.460.4235.2929.5745.1
Hex9579510132E2A231e2d
Octal2251711210235652433655
Binary100101011111001101000101001110111010101010001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957951; }

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

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

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

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

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

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

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

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