#94754B

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

Shades of Pale Brown #94754B

Tints of Pale Brown #94754B

Color information

#94754B (or 0x94754B) is unknown color: approx Pale Brown. HEX triplet: 94, 75 and 4B. RGB value is (148,117,75). Sum of RGB (Red+Green+Blue) = 148+117+75=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 148 - color contains mainly: red. Hex color #94754B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94754B is #6B8AB4. Grayscale: #797979. Windows color (decimal): -7047861 or 4945300. OLE color: 4945300.

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

Color convert

RGB14811775-
CMYK00.210.490.42
HSL34.52º32.74%43.73%-
HSV(B)34.52º49.32%58.04%-
XYZ19.8419.539.38-
YUV121.48101.77146.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.53%
GREEN value IS 117 (46.09% from 255) = 34.41%
BLUE value IS 75 (29.69% from 255) = 22.06%
R=43.53%
G=34.41%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481177500.210.490.4234.5232.7443.73
Hex94754B015312A23212c
Octal2241651130256152434154
Binary1001010011101011001011010101110001101010100011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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