#A47340

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

Shades of Bourbon #A47340

Tints of Bourbon #A47340

Color information

#A47340 (or 0xA47340) is unknown color: approx Bourbon. HEX triplet: A4, 73 and 40. RGB value is (164,115,64). Sum of RGB (Red+Green+Blue) = 164+115+64=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A47340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47340 is #5B8CBF. Grayscale: #7C7C7C. Windows color (decimal): -5999808 or 4223908. OLE color: 4223908.

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

Color convert

RGB16411564-
CMYK00.300.610.36
HSL30.6º43.86%44.71%-
HSV(B)30.6º60.98%64.31%-
XYZ22.3720.527.63-
YUV123.8494.23156.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.81%
GREEN value IS 115 (45.31% from 255) = 33.53%
BLUE value IS 64 (25.39% from 255) = 18.66%
R=47.81%
G=33.53%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641156400.300.610.3630.643.8644.71
HexA4734001E3D241f2c2d
Octal2441631000367544375455
Binary101001001110011100000001111011110110010011111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47340; }

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

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

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

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

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

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

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

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