#94734D

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

Shades of Pale Brown #94734D

Tints of Pale Brown #94734D

Color information

#94734D (or 0x94734D) is unknown color: approx Pale Brown. HEX triplet: 94, 73 and 4D. RGB value is (148,115,77). Sum of RGB (Red+Green+Blue) = 148+115+77=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 148 - color contains mainly: red. Hex color #94734D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94734D is #6B8CB2. Grayscale: #787878. Windows color (decimal): -7048371 or 5075860. OLE color: 5075860.

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

Color convert

RGB14811577-
CMYK00.220.480.42
HSL32.11º31.56%44.12%-
HSV(B)32.11º47.97%58.04%-
XYZ19.6819.099.67-
YUV120.54103.43147.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.53%
GREEN value IS 115 (45.31% from 255) = 33.82%
BLUE value IS 77 (30.47% from 255) = 22.65%
R=43.53%
G=33.82%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481157700.220.480.4232.1131.5644.12
Hex94734D016302A20202c
Octal2241631150266052404054
Binary1001010011100111001101010110110000101010100000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94734D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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