#A47149

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

Shades of Bourbon #A47149

Tints of Bourbon #A47149

Color information

#A47149 (or 0xA47149) is unknown color: approx Bourbon. HEX triplet: A4, 71 and 49. RGB value is (164,113,73). Sum of RGB (Red+Green+Blue) = 164+113+73=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A47149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47149 is #5B8EB6. Grayscale: #7B7B7B. Windows color (decimal): -6000311 or 4813220. OLE color: 4813220.

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

Color convert

RGB16411373-
CMYK00.310.550.36
HSL26.37º38.4%46.47%-
HSV(B)26.37º55.49%64.31%-
XYZ22.4220.189.02-
YUV123.6999.4156.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.86%
GREEN value IS 113 (44.53% from 255) = 32.29%
BLUE value IS 73 (28.91% from 255) = 20.86%
R=46.86%
G=32.29%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641137300.310.550.3626.3738.446.47
HexA4714901F37241a262e
Octal2441611110376744324656
Binary101001001110001100100101111111011110010011010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47149; }

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

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

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

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

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

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

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

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