#947350

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

Shades of Pale Brown #947350

Tints of Pale Brown #947350

Color information

#947350 (or 0x947350) is unknown color: approx Pale Brown. HEX triplet: 94, 73 and 50. RGB value is (148,115,80). Sum of RGB (Red+Green+Blue) = 148+115+80=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #947350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947350 is #6B8CAF. Grayscale: #797979. Windows color (decimal): -7048368 or 5272468. OLE color: 5272468.

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

Color convert

RGB14811580-
CMYK00.220.460.42
HSL30.88º29.82%44.71%-
HSV(B)30.88º45.95%58.04%-
XYZ19.7919.1410.24-
YUV120.88104.93147.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.15%
GREEN value IS 115 (45.31% from 255) = 33.53%
BLUE value IS 80 (31.64% from 255) = 23.32%
R=43.15%
G=33.53%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481158000.220.460.4230.8829.8244.71
Hex9473500162E2A1f1e2d
Octal2241631200265652373655
Binary10010100111001110100000101101011101010101111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947350; }

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

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

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

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

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

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

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

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