#947556

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

Shades of Pale Brown #947556

Tints of Pale Brown #947556

Color information

#947556 (or 0x947556) is unknown color: approx Pale Brown. HEX triplet: 94, 75 and 56. RGB value is (148,117,86). Sum of RGB (Red+Green+Blue) = 148+117+86=351 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.17% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 148 - color contains mainly: red. Hex color #947556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947556 is #6B8AA9. Grayscale: #7A7A7A. Windows color (decimal): -7047850 or 5666196. OLE color: 5666196.

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

Color convert

RGB14811786-
CMYK00.210.420.42
HSL30º26.5%45.88%-
HSV(B)30º41.89%58.04%-
XYZ20.2519.6911.54-
YUV122.74107.27146.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.17%
GREEN value IS 117 (46.09% from 255) = 33.33%
BLUE value IS 86 (33.98% from 255) = 24.50%
R=42.17%
G=33.33%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481178600.210.420.423026.545.88
Hex9475560152A2A1e1a2e
Octal2241651260255252363256
Binary10010100111010110101100101011010101010101111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947556; }

 p { color: rgb(148,117,86); }

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

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

 a { background-color: rgb(148,117,86); }

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

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

 span { border-color: rgb(148,117,86); }

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