#947347

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

Shades of Pale Brown #947347

Tints of Pale Brown #947347

Color information

#947347 (or 0x947347) is unknown color: approx Pale Brown. HEX triplet: 94, 73 and 47. RGB value is (148,115,71). Sum of RGB (Red+Green+Blue) = 148+115+71=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #947347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947347 is #6B8CB8. Grayscale: #787878. Windows color (decimal): -7048377 or 4682644. OLE color: 4682644.

HSL color Cylindrical-coordinate representation of color #947347: hue angle of 34.29º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #947347 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB14811571-
CMYK00.220.520.42
HSL34.29º35.16%42.94%-
HSV(B)34.29º52.03%58.04%-
XYZ19.4819.018.6-
YUV119.85100.43148.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.31%
GREEN value IS 115 (45.31% from 255) = 34.43%
BLUE value IS 71 (28.12% from 255) = 21.26%
R=44.31%
G=34.43%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481157100.220.520.4234.2935.1642.94
Hex947347016342A22232b
Octal2241631070266452424353
Binary1001010011100111000111010110110100101010100010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947347; }

 p { color: rgb(148,115,71); }

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

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

 a { background-color: rgb(148,115,71); }

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

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

 span { border-color: rgb(148,115,71); }

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