#947B58

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

Shades of Pale Brown #947B58

Tints of Pale Brown #947B58

Color information

#947B58 (or 0x947B58) is unknown color: approx Pale Brown. HEX triplet: 94, 7B and 58. RGB value is (148,123,88). Sum of RGB (Red+Green+Blue) = 148+123+88=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 88 (34.77% from 255 or 24.51% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #947B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947B58 is #6B84A7. Grayscale: #7E7E7E. Windows color (decimal): -7046312 or 5798804. OLE color: 5798804.

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

Color convert

RGB14812388-
CMYK00.170.410.42
HSL35º25.42%46.27%-
HSV(B)35º40.54%58.04%-
XYZ21.0621.1712.21-
YUV126.48106.28143.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.23%
GREEN value IS 123 (48.44% from 255) = 34.26%
BLUE value IS 88 (34.77% from 255) = 24.51%
R=41.23%
G=34.26%
B=24.51%

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
Decimal1481238800.170.410.423525.4246.27
Hex947B58011292A23192e
Octal2241731300215152433156
Binary100101001111011101100001000110100110101010001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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