#A47342

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

Shades of Bourbon #A47342

Tints of Bourbon #A47342

Color information

#A47342 (or 0xA47342) is unknown color: approx Bourbon. HEX triplet: A4, 73 and 42. RGB value is (164,115,66). Sum of RGB (Red+Green+Blue) = 164+115+66=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A47342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47342 is #5B8CBD. Grayscale: #7C7C7C. Windows color (decimal): -5999806 or 4354980. OLE color: 4354980.

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

Color convert

RGB16411566-
CMYK00.300.600.36
HSL30º42.61%45.1%-
HSV(B)30º59.76%64.31%-
XYZ22.4220.557.94-
YUV124.0695.23156.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.54%
GREEN value IS 115 (45.31% from 255) = 33.33%
BLUE value IS 66 (26.17% from 255) = 19.13%
R=47.54%
G=33.33%
B=19.13%

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
Decimal1641156600.300.600.363042.6145.1
HexA4734201E3C241e2b2d
Octal2441631020367444365355
Binary101001001110011100001001111011110010010011110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47342; }

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

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

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

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

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

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

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

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