#94784B

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

Shades of Pale Brown #94784B

Tints of Pale Brown #94784B

Color information

#94784B (or 0x94784B) is unknown color: approx Pale Brown. HEX triplet: 94, 78 and 4B. RGB value is (148,120,75). Sum of RGB (Red+Green+Blue) = 148+120+75=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #94784B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94784B is #6B87B4. Grayscale: #7B7B7B. Windows color (decimal): -7047093 or 4946068. OLE color: 4946068.

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

Color convert

RGB14812075-
CMYK00.190.490.42
HSL36.99º32.74%43.73%-
HSV(B)36.99º49.32%58.04%-
XYZ20.220.249.5-
YUV123.24100.78145.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 120 (47.27% from 255) = 34.99%
BLUE value IS 75 (29.69% from 255) = 21.87%
R=43.15%
G=34.99%
B=21.87%

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
Decimal1481207500.190.490.4236.9932.7443.73
Hex94784B013312A25212c
Octal2241701130236152454154
Binary1001010011110001001011010011110001101010100101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94784B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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