#94795D

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

Shades of Pale Brown #94795D

Tints of Pale Brown #94795D

Color information

#94795D (or 0x94795D) is unknown color: approx Pale Brown. HEX triplet: 94, 79 and 5D. RGB value is (148,121,93). Sum of RGB (Red+Green+Blue) = 148+121+93=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 93 (36.72% from 255 or 25.69% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #94795D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94795D is #6B86A2. Grayscale: #7E7E7E. Windows color (decimal): -7046819 or 6125972. OLE color: 6125972.

HSL color Cylindrical-coordinate representation of color #94795D: hue angle of 30.55º 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 #94795D is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB14812193-
CMYK00.180.370.42
HSL30.55º22.82%47.25%-
HSV(B)30.55º37.16%58.04%-
XYZ21.0320.7613.26-
YUV125.88109.45143.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.88%
GREEN value IS 121 (47.66% from 255) = 33.43%
BLUE value IS 93 (36.72% from 255) = 25.69%
R=40.88%
G=33.43%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481219300.180.370.4230.5522.8247.25
Hex94795D012252A1f172f
Octal2241711350224552372757
Binary10010100111100110111010100101001011010101111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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