#A47040

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

Shades of Bourbon #A47040

Tints of Bourbon #A47040

Color information

#A47040 (or 0xA47040) is unknown color: approx Bourbon. HEX triplet: A4, 70 and 40. RGB value is (164,112,64). Sum of RGB (Red+Green+Blue) = 164+112+64=340 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.24% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 164 - color contains mainly: red. Hex color #A47040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47040 is #5B8FBF. Grayscale: #7A7A7A. Windows color (decimal): -6000576 or 4223140. OLE color: 4223140.

HSL color Cylindrical-coordinate representation of color #A47040: hue angle of 28.8º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A47040 is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB16411264-
CMYK00.320.610.36
HSL28.8º43.86%44.71%-
HSV(B)28.8º60.98%64.31%-
XYZ22.0319.857.52-
YUV122.0895.23157.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.24%
GREEN value IS 112 (44.14% from 255) = 32.94%
BLUE value IS 64 (25.39% from 255) = 18.82%
R=48.24%
G=32.94%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641126400.320.610.3628.843.8644.71
HexA470400203D241d2c2d
Octal2441601000407544355455
Binary1010010011100001000000010000011110110010011101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47040; }

 p { color: rgb(164,112,64); }

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

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

 a { background-color: rgb(164,112,64); }

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

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

 span { border-color: rgb(164,112,64); }

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