#A47349

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

Shades of Pale Brown #A47349

Tints of Pale Brown #A47349

Color information

#A47349 (or 0xA47349) is unknown color: approx Pale Brown. HEX triplet: A4, 73 and 49. RGB value is (164,115,73). Sum of RGB (Red+Green+Blue) = 164+115+73=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A47349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47349 is #5B8CB6. Grayscale: #7D7D7D. Windows color (decimal): -5999799 or 4813732. OLE color: 4813732.

HSL color Cylindrical-coordinate representation of color #A47349: hue angle of 27.69º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A47349 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB16411573-
CMYK00.300.550.36
HSL27.69º38.4%46.47%-
HSV(B)27.69º55.49%64.31%-
XYZ22.6420.649.09-
YUV124.8698.73155.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.59%
GREEN value IS 115 (45.31% from 255) = 32.67%
BLUE value IS 73 (28.91% from 255) = 20.74%
R=46.59%
G=32.67%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641157300.300.550.3627.6938.446.47
HexA4734901E37241c262e
Octal2441631110366744344656
Binary101001001110011100100101111011011110010011100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47349; }

 p { color: rgb(164,115,73); }

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

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

 a { background-color: rgb(164,115,73); }

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

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

 span { border-color: rgb(164,115,73); }

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