#A57348

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

Shades of Bourbon #A57348

Tints of Bourbon #A57348

Color information

#A57348 (or 0xA57348) is unknown color: approx Bourbon. HEX triplet: A5, 73 and 48. RGB value is (165,115,72). Sum of RGB (Red+Green+Blue) = 165+115+72=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A57348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57348 is #5A8CB7. Grayscale: #7D7D7D. Windows color (decimal): -5934264 or 4748197. OLE color: 4748197.

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

Color convert

RGB16511572-
CMYK00.300.560.35
HSL27.74º39.24%46.47%-
HSV(B)27.74º56.36%64.71%-
XYZ22.8220.738.93-
YUV125.0598.06156.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.88%
GREEN value IS 115 (45.31% from 255) = 32.67%
BLUE value IS 72 (28.52% from 255) = 20.45%
R=46.88%
G=32.67%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651157200.300.560.3527.7439.2446.47
HexA5734801E38231c272e
Octal2451631100367043344756
Binary101001011110011100100001111011100010001111100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57348; }

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

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

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

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

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

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

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

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