#94784C

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

Shades of Pale Brown #94784C

Tints of Pale Brown #94784C

Color information

#94784C (or 0x94784C) is unknown color: approx Pale Brown. HEX triplet: 94, 78 and 4C. RGB value is (148,120,76). Sum of RGB (Red+Green+Blue) = 148+120+76=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 120 (47.27% from 255 or 34.88% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #94784C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94784C is #6B87B3. Grayscale: #7B7B7B. Windows color (decimal): -7047092 or 5011604. OLE color: 5011604.

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

Color convert

RGB14812076-
CMYK00.190.490.42
HSL36.67º32.14%43.92%-
HSV(B)36.67º48.65%58.04%-
XYZ20.2320.259.68-
YUV123.36101.28145.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.02%
GREEN value IS 120 (47.27% from 255) = 34.88%
BLUE value IS 76 (30.08% from 255) = 22.09%
R=43.02%
G=34.88%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481207600.190.490.4236.6732.1443.92
Hex94784C013312A25202c
Octal2241701140236152454054
Binary1001010011110001001100010011110001101010100101100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94784C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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