#957349

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

Shades of Pale Brown #957349

Tints of Pale Brown #957349

Color information

#957349 (or 0x957349) is unknown color: approx Pale Brown. HEX triplet: 95, 73 and 49. RGB value is (149,115,73). Sum of RGB (Red+Green+Blue) = 149+115+73=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #957349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957349 is #6A8CB6. Grayscale: #787878. Windows color (decimal): -6982839 or 4813717. OLE color: 4813717.

HSL color Cylindrical-coordinate representation of color #957349: hue angle of 33.16º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #957349 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB14911573-
CMYK00.230.510.42
HSL33.16º34.23%43.53%-
HSV(B)33.16º51.01%58.43%-
XYZ19.7319.138.96-
YUV120.38101.26148.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.21%
GREEN value IS 115 (45.31% from 255) = 34.12%
BLUE value IS 73 (28.91% from 255) = 21.66%
R=44.21%
G=34.12%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491157300.230.510.4233.1634.2343.53
Hex957349017332A21222c
Octal2251631110276352414254
Binary1001010111100111001001010111110011101010100001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957349; }

 p { color: rgb(149,115,73); }

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

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

 a { background-color: rgb(149,115,73); }

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

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

 span { border-color: rgb(149,115,73); }

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