#957451

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

Shades of Pale Brown #957451

Tints of Pale Brown #957451

Color information

#957451 (or 0x957451) is unknown color: approx Pale Brown. HEX triplet: 95, 74 and 51. RGB value is (149,116,81). Sum of RGB (Red+Green+Blue) = 149+116+81=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #957451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957451 is #6A8BAE. Grayscale: #7A7A7A. Windows color (decimal): -6982575 or 5338261. OLE color: 5338261.

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

Color convert

RGB14911681-
CMYK00.220.460.42
HSL30.88º29.57%45.1%-
HSV(B)30.88º45.64%58.43%-
XYZ20.1319.4710.48-
YUV121.88104.93147.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.06%
GREEN value IS 116 (45.70% from 255) = 33.53%
BLUE value IS 81 (32.03% from 255) = 23.41%
R=43.06%
G=33.53%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491168100.220.460.4230.8829.5745.1
Hex9574510162E2A1f1e2d
Octal2251641210265652373655
Binary10010101111010010100010101101011101010101111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957451; }

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

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

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

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

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

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

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

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