#94794F

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

Shades of Pale Brown #94794F

Tints of Pale Brown #94794F

Color information

#94794F (or 0x94794F) is unknown color: approx Pale Brown. HEX triplet: 94, 79 and 4F. RGB value is (148,121,79). Sum of RGB (Red+Green+Blue) = 148+121+79=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 79 (31.25% from 255 or 22.70% from 348); Max value from RGB is 148 - color contains mainly: red. Hex color #94794F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94794F is #6B86B0. Grayscale: #7C7C7C. Windows color (decimal): -7046833 or 5208468. OLE color: 5208468.

HSL color Cylindrical-coordinate representation of color #94794F: hue angle of 36.52º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #94794F is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB14812179-
CMYK00.180.470.42
HSL36.52º30.4%44.51%-
HSV(B)36.52º46.62%58.04%-
XYZ20.4620.5410.28-
YUV124.28102.45144.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.53%
GREEN value IS 121 (47.66% from 255) = 34.77%
BLUE value IS 79 (31.25% from 255) = 22.70%
R=42.53%
G=34.77%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481217900.180.470.4236.5230.444.51
Hex94794F0122F2A251e2d
Octal2241711170225752453655
Binary100101001111001100111101001010111110101010010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94794F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94794F; }

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

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

<style>
 a { background-color: #94794F; }

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

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

<style>
 span { border-color: #94794F; }

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

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