#94734A

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

Shades of Pale Brown #94734A

Tints of Pale Brown #94734A

Color information

#94734A (or 0x94734A) is unknown color: approx Pale Brown. HEX triplet: 94, 73 and 4A. RGB value is (148,115,74). Sum of RGB (Red+Green+Blue) = 148+115+74=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 148 - color contains mainly: red. Hex color #94734A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94734A is #6B8CB5. Grayscale: #787878. Windows color (decimal): -7048374 or 4879252. OLE color: 4879252.

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

Color convert

RGB14811574-
CMYK00.220.500.42
HSL33.24º33.33%43.53%-
HSV(B)33.24º50%58.04%-
XYZ19.5819.059.12-
YUV120.19101.93147.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.92%
GREEN value IS 115 (45.31% from 255) = 34.12%
BLUE value IS 74 (29.30% from 255) = 21.96%
R=43.92%
G=34.12%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481157400.220.500.4233.2433.3343.53
Hex94734A016322A21212c
Octal2241631120266252414154
Binary1001010011100111001010010110110010101010100001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94734A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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