#947B57

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

Shades of Pale Brown #947B57

Tints of Pale Brown #947B57

Color information

#947B57 (or 0x947B57) is unknown color: approx Pale Brown. HEX triplet: 94, 7B and 57. RGB value is (148,123,87). Sum of RGB (Red+Green+Blue) = 148+123+87=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 148 - color contains mainly: red. Hex color #947B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947B57 is #6B84A8. Grayscale: #7E7E7E. Windows color (decimal): -7046313 or 5733268. OLE color: 5733268.

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

Color convert

RGB14812387-
CMYK00.170.410.42
HSL35.41º25.96%46.08%-
HSV(B)35.41º41.22%58.04%-
XYZ21.0221.1511.99-
YUV126.37105.78143.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.34%
GREEN value IS 123 (48.44% from 255) = 34.36%
BLUE value IS 87 (34.38% from 255) = 24.30%
R=41.34%
G=34.36%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481238700.170.410.4235.4125.9646.08
Hex947B57011292A231a2e
Octal2241731270215152433256
Binary100101001111011101011101000110100110101010001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947B57; }

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

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

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

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

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

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

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

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