#A47241

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

Shades of Bourbon #A47241

Tints of Bourbon #A47241

Color information

#A47241 (or 0xA47241) is unknown color: approx Bourbon. HEX triplet: A4, 72 and 41. RGB value is (164,114,65). Sum of RGB (Red+Green+Blue) = 164+114+65=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A47241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47241 is #5B8DBE. Grayscale: #7B7B7B. Windows color (decimal): -6000063 or 4289188. OLE color: 4289188.

HSL color Cylindrical-coordinate representation of color #A47241: hue angle of 29.7º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A47241 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB16411465-
CMYK00.300.600.36
HSL29.7º43.23%44.9%-
HSV(B)29.7º60.37%64.31%-
XYZ22.2820.317.75-
YUV123.3695.06156.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.81%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 65 (25.78% from 255) = 18.95%
R=47.81%
G=33.24%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641146500.300.600.3629.743.2344.9
HexA4724101E3C241e2b2d
Octal2441621010367444365355
Binary101001001110010100000101111011110010010011110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47241; }

 p { color: rgb(164,114,65); }

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

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

 a { background-color: rgb(164,114,65); }

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

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

 span { border-color: rgb(164,114,65); }

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