#94754E

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

Shades of Pale Brown #94754E

Tints of Pale Brown #94754E

Color information

#94754E (or 0x94754E) is unknown color: approx Pale Brown. HEX triplet: 94, 75 and 4E. RGB value is (148,117,78). Sum of RGB (Red+Green+Blue) = 148+117+78=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #94754E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94754E is #6B8AB1. Grayscale: #7A7A7A. Windows color (decimal): -7047858 or 5141908. OLE color: 5141908.

HSL color Cylindrical-coordinate representation of color #94754E: hue angle of 33.43º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #94754E is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB14811778-
CMYK00.210.470.42
HSL33.43º30.97%44.31%-
HSV(B)33.43º47.3%58.04%-
XYZ19.9519.579.93-
YUV121.82103.27146.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 117 (46.09% from 255) = 34.11%
BLUE value IS 78 (30.86% from 255) = 22.74%
R=43.15%
G=34.11%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481177800.210.470.4233.4330.9744.31
Hex94754E0152F2A211f2c
Octal2241651160255752413754
Binary100101001110101100111001010110111110101010000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94754E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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