#A56E40

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

Shades of Bourbon #A56E40

Tints of Bourbon #A56E40

Color information

#A56E40 (or 0xA56E40) is unknown color: approx Bourbon. HEX triplet: A5, 6E and 40. RGB value is (165,110,64). Sum of RGB (Red+Green+Blue) = 165+110+64=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56E40 is #5A91BF. Grayscale: #797979. Windows color (decimal): -5935552 or 4222629. OLE color: 4222629.

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

Color convert

RGB16511064-
CMYK00.330.610.35
HSL27.33º44.1%44.9%-
HSV(B)27.33º61.21%64.71%-
XYZ22.0219.527.46-
YUV121.295.72159.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 110 (43.36% from 255) = 32.45%
BLUE value IS 64 (25.39% from 255) = 18.88%
R=48.67%
G=32.45%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651106400.330.610.3527.3344.144.9
HexA56E400213D231b2c2d
Octal2451561000417543335455
Binary1010010111011101000000010000111110110001111011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56E40; }

 p { color: rgb(165,110,64); }

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

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

 a { background-color: rgb(165,110,64); }

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

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

 span { border-color: rgb(165,110,64); }

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