#A37641

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

Shades of Bourbon #A37641

Tints of Bourbon #A37641

Color information

#A37641 (or 0xA37641) is unknown color: approx Bourbon. HEX triplet: A3, 76 and 41. RGB value is (163,118,65). Sum of RGB (Red+Green+Blue) = 163+118+65=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A37641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37641 is #5C89BE. Grayscale: #7D7D7D. Windows color (decimal): -6064575 or 4290211. OLE color: 4290211.

HSL color Cylindrical-coordinate representation of color #A37641: hue angle of 32.45º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A37641 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB16311865-
CMYK00.280.600.36
HSL32.45º42.98%44.71%-
HSV(B)32.45º60.12%63.92%-
XYZ22.5421.137.89-
YUV125.4193.91154.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.11%
GREEN value IS 118 (46.48% from 255) = 34.10%
BLUE value IS 65 (25.78% from 255) = 18.79%
R=47.11%
G=34.10%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631186500.280.600.3632.4542.9844.71
HexA3764101C3C24202b2d
Octal2431661010347444405355
Binary1010001111101101000001011100111100100100100000101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37641; }

 p { color: rgb(163,118,65); }

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

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

 a { background-color: rgb(163,118,65); }

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

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

 span { border-color: rgb(163,118,65); }

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