#947354

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

Shades of Pale Brown #947354

Tints of Pale Brown #947354

Color information

#947354 (or 0x947354) is unknown color: approx Pale Brown. HEX triplet: 94, 73 and 54. RGB value is (148,115,84). Sum of RGB (Red+Green+Blue) = 148+115+84=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 148 - color contains mainly: red. Hex color #947354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947354 is #6B8CAB. Grayscale: #797979. Windows color (decimal): -7048364 or 5534612. OLE color: 5534612.

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

Color convert

RGB14811584-
CMYK00.220.430.42
HSL29.06º27.59%45.49%-
HSV(B)29.06º43.24%58.04%-
XYZ19.9419.211.04-
YUV121.33106.93147.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.65%
GREEN value IS 115 (45.31% from 255) = 33.14%
BLUE value IS 84 (33.20% from 255) = 24.21%
R=42.65%
G=33.14%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481158400.220.430.4229.0627.5945.49
Hex9473540162B2A1d1c2d
Octal2241631240265352353455
Binary10010100111001110101000101101010111010101110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947354; }

 p { color: rgb(148,115,84); }

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

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

 a { background-color: rgb(148,115,84); }

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

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

 span { border-color: rgb(148,115,84); }

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