#A47247

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

Shades of Bourbon #A47247

Tints of Bourbon #A47247

Color information

#A47247 (or 0xA47247) is unknown color: approx Bourbon. HEX triplet: A4, 72 and 47. RGB value is (164,114,71). Sum of RGB (Red+Green+Blue) = 164+114+71=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A47247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47247 is #5B8DB8. Grayscale: #7C7C7C. Windows color (decimal): -6000057 or 4682404. OLE color: 4682404.

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

Color convert

RGB16411471-
CMYK00.300.570.36
HSL27.74º39.57%46.08%-
HSV(B)27.74º56.71%64.31%-
XYZ22.4620.388.71-
YUV124.0598.06156.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.99%
GREEN value IS 114 (44.92% from 255) = 32.66%
BLUE value IS 71 (28.12% from 255) = 20.34%
R=46.99%
G=32.66%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641147100.300.570.3627.7439.5746.08
HexA4724701E39241c282e
Octal2441621070367144345056
Binary101001001110010100011101111011100110010011100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47247; }

 p { color: rgb(164,114,71); }

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

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

 a { background-color: rgb(164,114,71); }

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

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

 span { border-color: rgb(164,114,71); }

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