#A37440

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

Shades of Bourbon #A37440

Tints of Bourbon #A37440

Color information

#A37440 (or 0xA37440) is unknown color: approx Bourbon. HEX triplet: A3, 74 and 40. RGB value is (163,116,64). Sum of RGB (Red+Green+Blue) = 163+116+64=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A37440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37440 is #5C8BBF. Grayscale: #7C7C7C. Windows color (decimal): -6065088 or 4224163. OLE color: 4224163.

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

Color convert

RGB16311664-
CMYK00.290.610.36
HSL31.52º43.61%44.51%-
HSV(B)31.52º60.74%63.92%-
XYZ22.2820.657.66-
YUV124.1294.07155.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.52%
GREEN value IS 116 (45.70% from 255) = 33.82%
BLUE value IS 64 (25.39% from 255) = 18.66%
R=47.52%
G=33.82%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631166400.290.610.3631.5243.6144.51
HexA3744001D3D24202c2d
Octal2431641000357544405455
Binary1010001111101001000000011101111101100100100000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37440; }

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

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

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

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

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

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

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

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