#94784E

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

Shades of Pale Brown #94784E

Tints of Pale Brown #94784E

Color information

#94784E (or 0x94784E) is unknown color: approx Pale Brown. HEX triplet: 94, 78 and 4E. RGB value is (148,120,78). Sum of RGB (Red+Green+Blue) = 148+120+78=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 148 - color contains mainly: red. Hex color #94784E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94784E is #6B87B1. Grayscale: #7B7B7B. Windows color (decimal): -7047090 or 5142676. OLE color: 5142676.

HSL color Cylindrical-coordinate representation of color #94784E: hue angle of 36º 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 #94784E is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB14812078-
CMYK00.190.470.42
HSL36º30.97%44.31%-
HSV(B)36º47.3%58.04%-
XYZ20.320.2810.05-
YUV123.58102.28145.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.77%
GREEN value IS 120 (47.27% from 255) = 34.68%
BLUE value IS 78 (30.86% from 255) = 22.54%
R=42.77%
G=34.68%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481207800.190.470.423630.9744.31
Hex94784E0132F2A241f2c
Octal2241701160235752443754
Binary100101001111000100111001001110111110101010010011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94784E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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