#947357

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

Shades of Pale Brown #947357

Tints of Pale Brown #947357

Color information

#947357 (or 0x947357) is unknown color: approx Pale Brown. HEX triplet: 94, 73 and 57. RGB value is (148,115,87). Sum of RGB (Red+Green+Blue) = 148+115+87=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 87 (34.38% from 255 or 24.86% from 350); Max value from RGB is 148 - color contains mainly: red. Hex color #947357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947357 is #6B8CA8. Grayscale: #797979. Windows color (decimal): -7048361 or 5731220. OLE color: 5731220.

HSL color Cylindrical-coordinate representation of color #947357: hue angle of 27.54º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #947357 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB14811587-
CMYK00.220.410.42
HSL27.54º25.96%46.08%-
HSV(B)27.54º41.22%58.04%-
XYZ20.0619.2511.67-
YUV121.68108.43146.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.29%
GREEN value IS 115 (45.31% from 255) = 32.86%
BLUE value IS 87 (34.38% from 255) = 24.86%
R=42.29%
G=32.86%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481158700.220.410.4227.5425.9646.08
Hex947357016292A1c1a2e
Octal2241631270265152343256
Binary10010100111001110101110101101010011010101110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947357; }

 p { color: rgb(148,115,87); }

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

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

 a { background-color: rgb(148,115,87); }

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

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

 span { border-color: rgb(148,115,87); }

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