#A4743E

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

Shades of Bourbon #A4743E

Tints of Bourbon #A4743E

Color information

#A4743E (or 0xA4743E) is unknown color: approx Bourbon. HEX triplet: A4, 74 and 3E. RGB value is (164,116,62). Sum of RGB (Red+Green+Blue) = 164+116+62=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A4743E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4743E is #5B8BC1. Grayscale: #7C7C7C. Windows color (decimal): -5999554 or 4093092. OLE color: 4093092.

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

Color convert

RGB16411662-
CMYK00.290.620.36
HSL31.76º45.13%44.31%-
HSV(B)31.76º62.2%64.31%-
XYZ22.4220.737.38-
YUV124.292.9156.39-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.95%
GREEN value IS 116 (45.70% from 255) = 33.92%
BLUE value IS 62 (24.61% from 255) = 18.13%
R=47.95%
G=33.92%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641166200.290.620.3631.7645.1344.31
HexA4743E01D3E24202d2c
Octal244164760357644405554
Binary101001001110100111110011101111110100100100000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4743E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4743E; }

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

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

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

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

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

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

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

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