#947B59

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

Shades of Pale Brown #947B59

Tints of Pale Brown #947B59

Color information

#947B59 (or 0x947B59) is unknown color: approx Pale Brown. HEX triplet: 94, 7B and 59. RGB value is (148,123,89). Sum of RGB (Red+Green+Blue) = 148+123+89=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #947B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947B59 is #6B84A6. Grayscale: #7E7E7E. Windows color (decimal): -7046311 or 5864340. OLE color: 5864340.

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

Color convert

RGB14812389-
CMYK00.170.400.42
HSL34.58º24.89%46.47%-
HSV(B)34.58º39.86%58.04%-
XYZ21.121.1812.43-
YUV126.6106.78143.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.11%
GREEN value IS 123 (48.44% from 255) = 34.17%
BLUE value IS 89 (35.16% from 255) = 24.72%
R=41.11%
G=34.17%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481238900.170.400.4234.5824.8946.47
Hex947B59011282A23192e
Octal2241731310215052433156
Binary100101001111011101100101000110100010101010001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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