#947047

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

Shades of Pale Brown #947047

Tints of Pale Brown #947047

Color information

#947047 (or 0x947047) is unknown color: approx Pale Brown. HEX triplet: 94, 70 and 47. RGB value is (148,112,71). Sum of RGB (Red+Green+Blue) = 148+112+71=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #947047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947047 is #6B8FB8. Grayscale: #767676. Windows color (decimal): -7049145 or 4681876. OLE color: 4681876.

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

Color convert

RGB14811271-
CMYK00.240.520.42
HSL31.95º35.16%42.94%-
HSV(B)31.95º52.03%58.04%-
XYZ19.1418.348.49-
YUV118.09101.43149.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.71%
GREEN value IS 112 (44.14% from 255) = 33.84%
BLUE value IS 71 (28.12% from 255) = 21.45%
R=44.71%
G=33.84%
B=21.45%

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
Decimal1481127100.240.520.4231.9535.1642.94
Hex947047018342A20232b
Octal2241601070306452404353
Binary1001010011100001000111011000110100101010100000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947047; }

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

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

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

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

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

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

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

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