#947B56

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

Shades of Pale Brown #947B56

Tints of Pale Brown #947B56

Color information

#947B56 (or 0x947B56) is unknown color: approx Pale Brown. HEX triplet: 94, 7B and 56. RGB value is (148,123,86). Sum of RGB (Red+Green+Blue) = 148+123+86=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #947B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947B56 is #6B84A9. Grayscale: #7E7E7E. Windows color (decimal): -7046314 or 5667732. OLE color: 5667732.

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

Color convert

RGB14812386-
CMYK00.170.420.42
HSL35.81º26.5%45.88%-
HSV(B)35.81º41.89%58.04%-
XYZ20.9821.1311.78-
YUV126.26105.28143.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.46%
GREEN value IS 123 (48.44% from 255) = 34.45%
BLUE value IS 86 (33.98% from 255) = 24.09%
R=41.46%
G=34.45%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481238600.170.420.4235.8126.545.88
Hex947B560112A2A241a2e
Octal2241731260215252443256
Binary100101001111011101011001000110101010101010010011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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