#947459

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

Shades of Pale Brown #947459

Tints of Pale Brown #947459

Color information

#947459 (or 0x947459) is unknown color: approx Pale Brown. HEX triplet: 94, 74 and 59. RGB value is (148,116,89). Sum of RGB (Red+Green+Blue) = 148+116+89=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #947459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947459 is #6B8BA6. Grayscale: #7A7A7A. Windows color (decimal): -7048103 or 5862548. OLE color: 5862548.

HSL color Cylindrical-coordinate representation of color #947459: hue angle of 27.46º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #947459 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB14811689-
CMYK00.220.400.42
HSL27.46º24.89%46.47%-
HSV(B)27.46º39.86%58.04%-
XYZ20.2619.5112.15-
YUV122.49109.1146.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.93%
GREEN value IS 116 (45.70% from 255) = 32.86%
BLUE value IS 89 (35.16% from 255) = 25.21%
R=41.93%
G=32.86%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481168900.220.400.4227.4624.8946.47
Hex947459016282A1b192e
Octal2241641310265052333156
Binary10010100111010010110010101101010001010101101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947459; }

 p { color: rgb(148,116,89); }

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

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

 a { background-color: rgb(148,116,89); }

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

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

 span { border-color: rgb(148,116,89); }

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