#A57641

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

Shades of Bourbon #A57641

Tints of Bourbon #A57641

Color information

#A57641 (or 0xA57641) is unknown color: approx Bourbon. HEX triplet: A5, 76 and 41. RGB value is (165,118,65). Sum of RGB (Red+Green+Blue) = 165+118+65=348 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.41% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 165 - color contains mainly: red. Hex color #A57641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A57641 is #5A89BE. Grayscale: #7E7E7E. Windows color (decimal): -5933503 or 4290213. OLE color: 4290213.

HSL color Cylindrical-coordinate representation of color #A57641: hue angle of 31.8º 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 #A57641 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB16511865-
CMYK00.280.610.35
HSL31.8º43.48%45.1%-
HSV(B)31.8º60.61%64.71%-
XYZ22.9521.347.91-
YUV126.0193.57155.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.41%
GREEN value IS 118 (46.48% from 255) = 33.91%
BLUE value IS 65 (25.78% from 255) = 18.68%
R=47.41%
G=33.91%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651186500.280.610.3531.843.4845.1
HexA5764101C3D23202b2d
Octal2451661010347543405355
Binary1010010111101101000001011100111101100011100000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57641; }

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

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

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

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

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

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

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

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