#A47513

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

Shades of Golden Brown #A47513

Tints of Golden Brown #A47513

Color information

#A47513 (or 0xA47513) is unknown color: approx Golden Brown. HEX triplet: A4, 75 and 13. RGB value is (164,117,19). Sum of RGB (Red+Green+Blue) = 164+117+19=300 (39% of max value = 765). Red value is 164 (64.45% from 255 or 54.67% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 164 - color contains mainly: red. Hex color #A47513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47513 is #5B8AEC. Grayscale: #787878. Windows color (decimal): -5999341 or 1275300. OLE color: 1275300.

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

Color convert

RGB16411719-
CMYK00.290.880.36
HSL40.55º79.23%35.88%-
HSV(B)40.55º88.41%64.31%-
XYZ21.7920.663.46-
YUV119.8871.07159.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.67%
GREEN value IS 117 (46.09% from 255) = 39%
BLUE value IS 19 (7.81% from 255) = 6.33%
R=54.67%
G=39%
B=6.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641171900.290.880.3640.5579.2335.88
HexA4751301D5824294f24
Octal24416523035130445111744
Binary1010010011101011001101110110110001001001010011001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47513; }

 p { color: rgb(164,117,19); }

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

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

 a { background-color: rgb(164,117,19); }

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

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

 span { border-color: rgb(164,117,19); }

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