#94734B

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

Shades of Pale Brown #94734B

Tints of Pale Brown #94734B

Color information

#94734B (or 0x94734B) is unknown color: approx Pale Brown. HEX triplet: 94, 73 and 4B. RGB value is (148,115,75). Sum of RGB (Red+Green+Blue) = 148+115+75=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #94734B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94734B is #6B8CB4. Grayscale: #787878. Windows color (decimal): -7048373 or 4944788. OLE color: 4944788.

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

Color convert

RGB14811575-
CMYK00.220.490.42
HSL32.88º32.74%43.73%-
HSV(B)32.88º49.32%58.04%-
XYZ19.6119.079.3-
YUV120.31102.43147.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.79%
GREEN value IS 115 (45.31% from 255) = 34.02%
BLUE value IS 75 (29.69% from 255) = 22.19%
R=43.79%
G=34.02%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481157500.220.490.4232.8832.7443.73
Hex94734B016312A21212c
Octal2241631130266152414154
Binary1001010011100111001011010110110001101010100001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94734B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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