#A36E40

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

Shades of Bourbon #A36E40

Tints of Bourbon #A36E40

Color information

#A36E40 (or 0xA36E40) is unknown color: approx Bourbon. HEX triplet: A3, 6E and 40. RGB value is (163,110,64). Sum of RGB (Red+Green+Blue) = 163+110+64=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36E40 is #5C91BF. Grayscale: #787878. Windows color (decimal): -6066624 or 4222627. OLE color: 4222627.

HSL color Cylindrical-coordinate representation of color #A36E40: hue angle of 27.88º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A36E40 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB16311064-
CMYK00.330.610.36
HSL27.88º43.61%44.51%-
HSV(B)27.88º60.74%63.92%-
XYZ21.6119.317.44-
YUV120.696.06158.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.37%
GREEN value IS 110 (43.36% from 255) = 32.64%
BLUE value IS 64 (25.39% from 255) = 18.99%
R=48.37%
G=32.64%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631106400.330.610.3627.8843.6144.51
HexA36E400213D241c2c2d
Octal2431561000417544345455
Binary1010001111011101000000010000111110110010011100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36E40; }

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

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

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

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

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

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

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

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