#947458

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

Shades of Pale Brown #947458

Tints of Pale Brown #947458

Color information

#947458 (or 0x947458) is unknown color: approx Pale Brown. HEX triplet: 94, 74 and 58. RGB value is (148,116,88). Sum of RGB (Red+Green+Blue) = 148+116+88=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #947458 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947458 is #6B8BA7. Grayscale: #7A7A7A. Windows color (decimal): -7048104 or 5797012. OLE color: 5797012.

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

Color convert

RGB14811688-
CMYK00.220.410.42
HSL28º25.42%46.27%-
HSV(B)28º40.54%58.04%-
XYZ20.2219.4911.93-
YUV122.38108.6146.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.05%
GREEN value IS 116 (45.70% from 255) = 32.95%
BLUE value IS 88 (34.77% from 255) = 25%
R=42.05%
G=32.95%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481168800.220.410.422825.4246.27
Hex947458016292A1c192e
Octal2241641300265152343156
Binary10010100111010010110000101101010011010101110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947458; }

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

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

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

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

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

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

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

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