#94734E

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

Shades of Pale Brown #94734E

Tints of Pale Brown #94734E

Color information

#94734E (or 0x94734E) is unknown color: approx Pale Brown. HEX triplet: 94, 73 and 4E. RGB value is (148,115,78). Sum of RGB (Red+Green+Blue) = 148+115+78=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 148 - color contains mainly: red. Hex color #94734E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94734E is #6B8CB1. Grayscale: #787878. Windows color (decimal): -7048370 or 5141396. OLE color: 5141396.

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

Color convert

RGB14811578-
CMYK00.220.470.42
HSL31.71º30.97%44.31%-
HSV(B)31.71º47.3%58.04%-
XYZ19.7219.119.86-
YUV120.65103.93147.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.40%
GREEN value IS 115 (45.31% from 255) = 33.72%
BLUE value IS 78 (30.86% from 255) = 22.87%
R=43.40%
G=33.72%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481157800.220.470.4231.7130.9744.31
Hex94734E0162F2A201f2c
Octal2241631160265752403754
Binary100101001110011100111001011010111110101010000011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94734E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94734E; }

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

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

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

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

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

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

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

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