#a36d40

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

Shades of Bourbon #A36D40

Tints of Bourbon #A36D40

Color information

#A36D40 (or 0xA36D40) is unknown color: approx Bourbon. HEX triplet: A3, 6D and 40. RGB value is (163,109,64). Sum of RGB (Red+Green+Blue) = 163+109+64=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 64 (25.39% from 255 or 19.05% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A36D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36D40 is #5C92BF. Grayscale: #787878. Windows color (decimal): -6066880 or 4222371. OLE color: 4222371.

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

Color convert

RGB16310964-
CMYK00.330.610.36
HSL27.27º43.61%44.51%-
HSV(B)27.27º60.74%63.92%-
XYZ21.519.097.4-
YUV120.0296.39158.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.51%
GREEN value IS 109 (42.97% from 255) = 32.44%
BLUE value IS 64 (25.39% from 255) = 19.05%
R=48.51%
G=32.44%
B=19.05%

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
Decimal1631096400.330.610.3627.2743.6144.51
HexA36D400213D241b2c2d
Octal2431551000417544335455
Binary1010001111011011000000010000111110110010011011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a36d40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a36d40; }

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

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

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

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

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

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

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

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