#A47440

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

Shades of Bourbon #A47440

Tints of Bourbon #A47440

Color information

#A47440 (or 0xA47440) is unknown color: approx Bourbon. HEX triplet: A4, 74 and 40. RGB value is (164,116,64). Sum of RGB (Red+Green+Blue) = 164+116+64=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A47440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47440 is #5B8BBF. Grayscale: #7C7C7C. Windows color (decimal): -5999552 or 4224164. OLE color: 4224164.

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

Color convert

RGB16411664-
CMYK00.290.610.36
HSL31.2º43.86%44.71%-
HSV(B)31.2º60.98%64.31%-
XYZ22.4820.757.67-
YUV124.4293.9156.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.67%
GREEN value IS 116 (45.70% from 255) = 33.72%
BLUE value IS 64 (25.39% from 255) = 18.60%
R=47.67%
G=33.72%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641166400.290.610.3631.243.8644.71
HexA4744001D3D241f2c2d
Octal2441641000357544375455
Binary101001001110100100000001110111110110010011111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47440; }

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

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

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

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

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

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

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

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