#957051

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

Shades of Pale Brown #957051

Tints of Pale Brown #957051

Color information

#957051 (or 0x957051) is unknown color: approx Pale Brown. HEX triplet: 95, 70 and 51. RGB value is (149,112,81). Sum of RGB (Red+Green+Blue) = 149+112+81=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #957051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957051 is #6A8FAE. Grayscale: #777777. Windows color (decimal): -6983599 or 5337237. OLE color: 5337237.

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

Color convert

RGB14911281-
CMYK00.250.460.42
HSL27.35º29.57%45.1%-
HSV(B)27.35º45.64%58.43%-
XYZ19.6718.5710.33-
YUV119.53106.26149.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.57%
GREEN value IS 112 (44.14% from 255) = 32.75%
BLUE value IS 81 (32.03% from 255) = 23.68%
R=43.57%
G=32.75%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491128100.250.460.4227.3529.5745.1
Hex9570510192E2A1b1e2d
Octal2251601210315652333655
Binary10010101111000010100010110011011101010101101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957051; }

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

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

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

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

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

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

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

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