#94784A

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

Shades of Pale Brown #94784A

Tints of Pale Brown #94784A

Color information

#94784A (or 0x94784A) is unknown color: approx Pale Brown. HEX triplet: 94, 78 and 4A. RGB value is (148,120,74). Sum of RGB (Red+Green+Blue) = 148+120+74=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #94784A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94784A is #6B87B5. Grayscale: #7B7B7B. Windows color (decimal): -7047094 or 4880532. OLE color: 4880532.

HSL color Cylindrical-coordinate representation of color #94784A: hue angle of 37.3º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94784A is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB14812074-
CMYK00.190.500.42
HSL37.3º33.33%43.53%-
HSV(B)37.3º50%58.04%-
XYZ20.1720.229.32-
YUV123.13100.28145.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.27%
GREEN value IS 120 (47.27% from 255) = 35.09%
BLUE value IS 74 (29.30% from 255) = 21.64%
R=43.27%
G=35.09%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481207400.190.500.4237.333.3343.53
Hex94784A013322A25212c
Octal2241701120236252454154
Binary1001010011110001001010010011110010101010100101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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