#947557

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

Shades of Pale Brown #947557

Tints of Pale Brown #947557

Color information

#947557 (or 0x947557) is unknown color: approx Pale Brown. HEX triplet: 94, 75 and 57. RGB value is (148,117,87). Sum of RGB (Red+Green+Blue) = 148+117+87=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 87 (34.38% from 255 or 24.72% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #947557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947557 is #6B8AA8. Grayscale: #7B7B7B. Windows color (decimal): -7047849 or 5731732. OLE color: 5731732.

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

Color convert

RGB14811787-
CMYK00.210.410.42
HSL29.51º25.96%46.08%-
HSV(B)29.51º41.22%58.04%-
XYZ20.2919.7111.75-
YUV122.85107.77145.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.05%
GREEN value IS 117 (46.09% from 255) = 33.24%
BLUE value IS 87 (34.38% from 255) = 24.72%
R=42.05%
G=33.24%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481178700.210.410.4229.5125.9646.08
Hex947557015292A1e1a2e
Octal2241651270255152363256
Binary10010100111010110101110101011010011010101111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947557; }

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

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

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

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

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

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

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

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