#94785E

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

Shades of Pale Brown #94785E

Tints of Pale Brown #94785E

Color information

#94785E (or 0x94785E) is unknown color: approx Pale Brown. HEX triplet: 94, 78 and 5E. RGB value is (148,120,94). Sum of RGB (Red+Green+Blue) = 148+120+94=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #94785E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94785E is #6B87A1. Grayscale: #7D7D7D. Windows color (decimal): -7047074 or 6191252. OLE color: 6191252.

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

Color convert

RGB14812094-
CMYK00.190.360.42
HSL28.89º22.31%47.45%-
HSV(B)28.89º36.49%58.04%-
XYZ20.9520.5413.45-
YUV125.41110.28144.11-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.88%
GREEN value IS 120 (47.27% from 255) = 33.15%
BLUE value IS 94 (37.11% from 255) = 25.97%
R=40.88%
G=33.15%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481209400.190.360.4228.8922.3147.45
Hex94785E013242A1d162f
Octal2241701360234452352657
Binary10010100111100010111100100111001001010101110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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