#947344

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

Shades of Pale Brown #947344

Tints of Pale Brown #947344

Color information

#947344 (or 0x947344) is unknown color: approx Pale Brown. HEX triplet: 94, 73 and 44. RGB value is (148,115,68). Sum of RGB (Red+Green+Blue) = 148+115+68=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #947344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947344 is #6B8CBB. Grayscale: #777777. Windows color (decimal): -7048380 or 4486036. OLE color: 4486036.

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

Color convert

RGB14811568-
CMYK00.220.540.42
HSL35.25º37.04%42.35%-
HSV(B)35.25º54.05%58.04%-
XYZ19.3918.978.11-
YUV119.5198.93148.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.71%
GREEN value IS 115 (45.31% from 255) = 34.74%
BLUE value IS 68 (26.95% from 255) = 20.54%
R=44.71%
G=34.74%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481156800.220.540.4235.2537.0442.35
Hex947344016362A23252a
Octal2241631040266652434552
Binary1001010011100111000100010110110110101010100011100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947344; }

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

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

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

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

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

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

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

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