#A47115

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

Shades of Golden Brown #A47115

Tints of Golden Brown #A47115

Color information

#A47115 (or 0xA47115) is unknown color: approx Golden Brown. HEX triplet: A4, 71 and 15. RGB value is (164,113,21). Sum of RGB (Red+Green+Blue) = 164+113+21=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 21 (8.59% from 255 or 7.05% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A47115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47115 is #5B8EEA. Grayscale: #767676. Windows color (decimal): -6000363 or 1405348. OLE color: 1405348.

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

Color convert

RGB16411321-
CMYK00.310.870.36
HSL38.6º77.3%36.27%-
HSV(B)38.6º87.2%64.31%-
XYZ21.3519.763.4-
YUV117.7673.4160.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 55.03%
GREEN value IS 113 (44.53% from 255) = 37.92%
BLUE value IS 21 (8.59% from 255) = 7.05%
R=55.03%
G=37.92%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641132100.310.870.3638.677.336.27
HexA4711501F5724274d24
Octal24416125037127444711544
Binary1010010011100011010101111110101111001001001111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47115; }

 p { color: rgb(164,113,21); }

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

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

 a { background-color: rgb(164,113,21); }

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

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

 span { border-color: rgb(164,113,21); }

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