#94754D

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

Shades of Pale Brown #94754D

Tints of Pale Brown #94754D

Color information

#94754D (or 0x94754D) is unknown color: approx Pale Brown. HEX triplet: 94, 75 and 4D. RGB value is (148,117,77). Sum of RGB (Red+Green+Blue) = 148+117+77=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #94754D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94754D is #6B8AB2. Grayscale: #797979. Windows color (decimal): -7047859 or 5076372. OLE color: 5076372.

HSL color Cylindrical-coordinate representation of color #94754D: hue angle of 33.8º 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 #94754D is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB14811777-
CMYK00.210.480.42
HSL33.8º31.56%44.12%-
HSV(B)33.8º47.97%58.04%-
XYZ19.9119.559.75-
YUV121.71102.77146.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.27%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 77 (30.47% from 255) = 22.51%
R=43.27%
G=34.21%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481177700.210.480.4233.831.5644.12
Hex94754D015302A22202c
Octal2241651150256052424054
Binary1001010011101011001101010101110000101010100010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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