#94785D

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

Shades of Pale Brown #94785D

Tints of Pale Brown #94785D

Color information

#94785D (or 0x94785D) is unknown color: approx Pale Brown. HEX triplet: 94, 78 and 5D. RGB value is (148,120,93). Sum of RGB (Red+Green+Blue) = 148+120+93=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #94785D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94785D is #6B87A2. Grayscale: #7D7D7D. Windows color (decimal): -7047075 or 6125716. OLE color: 6125716.

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

Color convert

RGB14812093-
CMYK00.190.370.42
HSL29.45º22.82%47.25%-
HSV(B)29.45º37.16%58.04%-
XYZ20.920.5213.21-
YUV125.29109.78144.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.00%
GREEN value IS 120 (47.27% from 255) = 33.24%
BLUE value IS 93 (36.72% from 255) = 25.76%
R=41.00%
G=33.24%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481209300.190.370.4229.4522.8247.25
Hex94785D013252A1d172f
Octal2241701350234552352757
Binary10010100111100010111010100111001011010101110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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