#957542

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

Shades of Pale Brown #957542

Tints of Pale Brown #957542

Color information

#957542 (or 0x957542) is unknown color: approx Pale Brown. HEX triplet: 95, 75 and 42. RGB value is (149,117,66). Sum of RGB (Red+Green+Blue) = 149+117+66=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #957542 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957542 is #6A8ABD. Grayscale: #787878. Windows color (decimal): -6982334 or 4355477. OLE color: 4355477.

HSL color Cylindrical-coordinate representation of color #957542: hue angle of 36.87º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #957542 is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB14911766-
CMYK00.210.560.42
HSL36.87º38.6%42.16%-
HSV(B)36.87º55.7%58.43%-
XYZ19.7419.517.88-
YUV120.7597.1148.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.88%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 66 (26.17% from 255) = 19.88%
R=44.88%
G=35.24%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491176600.210.560.4236.8738.642.16
Hex957542015382A25272a
Octal2251651020257052454752
Binary1001010111101011000010010101111000101010100101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957542; }

 p { color: rgb(149,117,66); }

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

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

 a { background-color: rgb(149,117,66); }

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

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

 span { border-color: rgb(149,117,66); }

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