#A57541

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

Shades of Bourbon #A57541

Tints of Bourbon #A57541

Color information

#A57541 (or 0xA57541) is unknown color: approx Bourbon. HEX triplet: A5, 75 and 41. RGB value is (165,117,65). Sum of RGB (Red+Green+Blue) = 165+117+65=347 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.55% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 165 - color contains mainly: red. Hex color #A57541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57541 is #5A8ABE. Grayscale: #7D7D7D. Windows color (decimal): -5933759 or 4289957. OLE color: 4289957.

HSL color Cylindrical-coordinate representation of color #A57541: hue angle of 31.2º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A57541 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB16511765-
CMYK00.290.610.35
HSL31.2º43.48%45.1%-
HSV(B)31.2º60.61%64.71%-
XYZ22.8321.17.87-
YUV125.4293.9156.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.55%
GREEN value IS 117 (46.09% from 255) = 33.72%
BLUE value IS 65 (25.78% from 255) = 18.73%
R=47.55%
G=33.72%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651176500.290.610.3531.243.4845.1
HexA5754101D3D231f2b2d
Octal2451651010357543375355
Binary101001011110101100000101110111110110001111111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57541; }

 p { color: rgb(165,117,65); }

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

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

 a { background-color: rgb(165,117,65); }

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

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

 span { border-color: rgb(165,117,65); }

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