#947346

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

Shades of Pale Brown #947346

Tints of Pale Brown #947346

Color information

#947346 (or 0x947346) is unknown color: approx Pale Brown. HEX triplet: 94, 73 and 46. RGB value is (148,115,70). Sum of RGB (Red+Green+Blue) = 148+115+70=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #947346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947346 is #6B8CB9. Grayscale: #777777. Windows color (decimal): -7048378 or 4617108. OLE color: 4617108.

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

Color convert

RGB14811570-
CMYK00.220.530.42
HSL34.62º35.78%42.75%-
HSV(B)34.62º52.7%58.04%-
XYZ19.45198.44-
YUV119.7499.93148.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.44%
GREEN value IS 115 (45.31% from 255) = 34.53%
BLUE value IS 70 (27.73% from 255) = 21.02%
R=44.44%
G=34.53%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481157000.220.530.4234.6235.7842.75
Hex947346016352A23242b
Octal2241631060266552434453
Binary1001010011100111000110010110110101101010100011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947346; }

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

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

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

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

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

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

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

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