#A4733E

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

Shades of Bourbon #A4733E

Tints of Bourbon #A4733E

Color information

#A4733E (or 0xA4733E) is unknown color: approx Bourbon. HEX triplet: A4, 73 and 3E. RGB value is (164,115,62). Sum of RGB (Red+Green+Blue) = 164+115+62=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A4733E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4733E is #5B8CC1. Grayscale: #7B7B7B. Windows color (decimal): -5999810 or 4092836. OLE color: 4092836.

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

Color convert

RGB16411562-
CMYK00.300.620.36
HSL31.18º45.13%44.31%-
HSV(B)31.18º62.2%64.31%-
XYZ22.3120.57.34-
YUV123.6193.23156.81-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 48.09%
GREEN value IS 115 (45.31% from 255) = 33.72%
BLUE value IS 62 (24.61% from 255) = 18.18%
R=48.09%
G=33.72%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641156200.300.620.3631.1845.1344.31
HexA4733E01E3E241f2d2c
Octal244163760367644375554
Binary10100100111001111111001111011111010010011111101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4733E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4733E; }

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

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

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

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

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

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

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

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