#957242

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

Shades of Pale Brown #957242

Tints of Pale Brown #957242

Color information

#957242 (or 0x957242) is unknown color: approx Pale Brown. HEX triplet: 95, 72 and 42. RGB value is (149,114,66). Sum of RGB (Red+Green+Blue) = 149+114+66=329 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.29% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 149 - color contains mainly: red. Hex color #957242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957242 is #6A8DBD. Grayscale: #777777. Windows color (decimal): -6983102 or 4354709. OLE color: 4354709.

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

Color convert

RGB14911466-
CMYK00.230.560.42
HSL34.7º38.6%42.16%-
HSV(B)34.7º55.7%58.43%-
XYZ19.418.827.76-
YUV118.9998.1149.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.29%
GREEN value IS 114 (44.92% from 255) = 34.65%
BLUE value IS 66 (26.17% from 255) = 20.06%
R=45.29%
G=34.65%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491146600.230.560.4234.738.642.16
Hex957242017382A23272a
Octal2251621020277052434752
Binary1001010111100101000010010111111000101010100011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957242; }

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

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

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

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

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

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

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

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