#A57347

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

Shades of Bourbon #A57347

Tints of Bourbon #A57347

Color information

#A57347 (or 0xA57347) is unknown color: approx Bourbon. HEX triplet: A5, 73 and 47. RGB value is (165,115,71). Sum of RGB (Red+Green+Blue) = 165+115+71=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A57347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57347 is #5A8CB8. Grayscale: #7D7D7D. Windows color (decimal): -5934265 or 4682661. OLE color: 4682661.

HSL color Cylindrical-coordinate representation of color #A57347: hue angle of 28.09º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A57347 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB16511571-
CMYK00.300.570.35
HSL28.09º39.83%46.27%-
HSV(B)28.09º56.97%64.71%-
XYZ22.7920.728.76-
YUV124.9397.56156.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.01%
GREEN value IS 115 (45.31% from 255) = 32.76%
BLUE value IS 71 (28.12% from 255) = 20.23%
R=47.01%
G=32.76%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651157100.300.570.3528.0939.8346.27
HexA5734701E39231c282e
Octal2451631070367143345056
Binary101001011110011100011101111011100110001111100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57347; }

 p { color: rgb(165,115,71); }

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

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

 a { background-color: rgb(165,115,71); }

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

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

 span { border-color: rgb(165,115,71); }

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