#957142

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

Shades of Pale Brown #957142

Tints of Pale Brown #957142

Color information

#957142 (or 0x957142) is unknown color: approx Pale Brown. HEX triplet: 95, 71 and 42. RGB value is (149,113,66). Sum of RGB (Red+Green+Blue) = 149+113+66=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #957142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957142 is #6A8EBD. Grayscale: #767676. Windows color (decimal): -6983358 or 4354453. OLE color: 4354453.

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

Color convert

RGB14911366-
CMYK00.240.560.42
HSL33.98º38.6%42.16%-
HSV(B)33.98º55.7%58.43%-
XYZ19.2818.597.73-
YUV118.4198.43149.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.43%
GREEN value IS 113 (44.53% from 255) = 34.45%
BLUE value IS 66 (26.17% from 255) = 20.12%
R=45.43%
G=34.45%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491136600.240.560.4233.9838.642.16
Hex957142018382A22272a
Octal2251611020307052424752
Binary1001010111100011000010011000111000101010100010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957142; }

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

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

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

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

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

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

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

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