#947148

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

Shades of Pale Brown #947148

Tints of Pale Brown #947148

Color information

#947148 (or 0x947148) is unknown color: approx Pale Brown. HEX triplet: 94, 71 and 48. RGB value is (148,113,72). Sum of RGB (Red+Green+Blue) = 148+113+72=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #947148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947148 is #6B8EB7. Grayscale: #767676. Windows color (decimal): -7048888 or 4747668. OLE color: 4747668.

HSL color Cylindrical-coordinate representation of color #947148: hue angle of 32.37º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #947148 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB14811372-
CMYK00.240.510.42
HSL32.37º34.55%43.14%-
HSV(B)32.37º51.35%58.04%-
XYZ19.2918.578.7-
YUV118.79101.6148.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.44%
GREEN value IS 113 (44.53% from 255) = 33.93%
BLUE value IS 72 (28.52% from 255) = 21.62%
R=44.44%
G=33.93%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481137200.240.510.4232.3734.5543.14
Hex947148018332A20232b
Octal2241611100306352404353
Binary1001010011100011001000011000110011101010100000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947148; }

 p { color: rgb(148,113,72); }

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

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

 a { background-color: rgb(148,113,72); }

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

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

 span { border-color: rgb(148,113,72); }

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