#A47453

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

Shades of Pale Brown #A47453

Tints of Pale Brown #A47453

Color information

#A47453 (or 0xA47453) is unknown color: approx Pale Brown. HEX triplet: A4, 74 and 53. RGB value is (164,116,83). Sum of RGB (Red+Green+Blue) = 164+116+83=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A47453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47453 is #5B8BAC. Grayscale: #7E7E7E. Windows color (decimal): -5999533 or 5469348. OLE color: 5469348.

HSL color Cylindrical-coordinate representation of color #A47453: hue angle of 24.44º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A47453 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB16411683-
CMYK00.290.490.36
HSL24.44º32.79%48.43%-
HSV(B)24.44º49.39%64.31%-
XYZ23.1221.0111.02-
YUV126.59103.4154.68-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.18%
GREEN value IS 116 (45.70% from 255) = 31.96%
BLUE value IS 83 (32.81% from 255) = 22.87%
R=45.18%
G=31.96%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641168300.290.490.3624.4432.7948.43
HexA4745301D3124182130
Octal2441641230356144304160
Binary101001001110100101001101110111000110010011000100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47453; }

 p { color: rgb(164,116,83); }

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

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

 a { background-color: rgb(164,116,83); }

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

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

 span { border-color: rgb(164,116,83); }

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