#947147

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

Shades of Pale Brown #947147

Tints of Pale Brown #947147

Color information

#947147 (or 0x947147) is unknown color: approx Pale Brown. HEX triplet: 94, 71 and 47. RGB value is (148,113,71). Sum of RGB (Red+Green+Blue) = 148+113+71=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 71 (28.12% from 255 or 21.39% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #947147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947147 is #6B8EB8. Grayscale: #767676. Windows color (decimal): -7048889 or 4682132. OLE color: 4682132.

HSL color Cylindrical-coordinate representation of color #947147: hue angle of 32.73º 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 #947147 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB14811371-
CMYK00.240.520.42
HSL32.73º35.16%42.94%-
HSV(B)32.73º52.03%58.04%-
XYZ19.2618.568.53-
YUV118.68101.1148.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.58%
GREEN value IS 113 (44.53% from 255) = 34.04%
BLUE value IS 71 (28.12% from 255) = 21.39%
R=44.58%
G=34.04%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481137100.240.520.4232.7335.1642.94
Hex947147018342A21232b
Octal2241611070306452414353
Binary1001010011100011000111011000110100101010100001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947147; }

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

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

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

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

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

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

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

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