#A56E41

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

Shades of Bourbon #A56E41

Tints of Bourbon #A56E41

Color information

#A56E41 (or 0xA56E41) is unknown color: approx Bourbon. HEX triplet: A5, 6E and 41. RGB value is (165,110,65). Sum of RGB (Red+Green+Blue) = 165+110+65=340 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.53% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 165 - color contains mainly: red. Hex color #A56E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56E41 is #5A91BE. Grayscale: #797979. Windows color (decimal): -5935551 or 4288165. OLE color: 4288165.

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

Color convert

RGB16511065-
CMYK00.330.610.35
HSL27º43.48%45.1%-
HSV(B)27º60.61%64.71%-
XYZ22.0519.537.61-
YUV121.3296.22159.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.53%
GREEN value IS 110 (43.36% from 255) = 32.35%
BLUE value IS 65 (25.78% from 255) = 19.12%
R=48.53%
G=32.35%
B=19.12%

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
Decimal1651106500.330.610.352743.4845.1
HexA56E410213D231b2b2d
Octal2451561010417543335355
Binary1010010111011101000001010000111110110001111011101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A56E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A56E41; }

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

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

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

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

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

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

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

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