#A47447

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

Shades of Bourbon #A47447

Tints of Bourbon #A47447

Color information

#A47447 (or 0xA47447) is unknown color: approx Bourbon. HEX triplet: A4, 74 and 47. RGB value is (164,116,71). Sum of RGB (Red+Green+Blue) = 164+116+71=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A47447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47447 is #5B8BB8. Grayscale: #7D7D7D. Windows color (decimal): -5999545 or 4682916. OLE color: 4682916.

HSL color Cylindrical-coordinate representation of color #A47447: hue angle of 29.03º 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 #A47447 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB16411671-
CMYK00.290.570.36
HSL29.03º39.57%46.08%-
HSV(B)29.03º56.71%64.31%-
XYZ22.6920.848.79-
YUV125.2297.4155.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.72%
GREEN value IS 116 (45.70% from 255) = 33.05%
BLUE value IS 71 (28.12% from 255) = 20.23%
R=46.72%
G=33.05%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641167100.290.570.3629.0339.5746.08
HexA4744701D39241d282e
Octal2441641070357144355056
Binary101001001110100100011101110111100110010011101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47447; }

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

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

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

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

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

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

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

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