#947545

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

Shades of Pale Brown #947545

Tints of Pale Brown #947545

Color information

#947545 (or 0x947545) is unknown color: approx Pale Brown. HEX triplet: 94, 75 and 45. RGB value is (148,117,69). Sum of RGB (Red+Green+Blue) = 148+117+69=334 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.31% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 148 - color contains mainly: red. Hex color #947545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947545 is #6B8ABA. Grayscale: #797979. Windows color (decimal): -7047867 or 4552084. OLE color: 4552084.

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

Color convert

RGB14811769-
CMYK00.210.530.42
HSL36.46º36.41%42.55%-
HSV(B)36.46º53.38%58.04%-
XYZ19.6519.458.35-
YUV120.898.77147.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.31%
GREEN value IS 117 (46.09% from 255) = 35.03%
BLUE value IS 69 (27.34% from 255) = 20.66%
R=44.31%
G=35.03%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481176900.210.530.4236.4636.4142.55
Hex947545015352A24242b
Octal2241651050256552444453
Binary1001010011101011000101010101110101101010100100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947545; }

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

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

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

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

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

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

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

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