#A37048

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

Shades of Bourbon #A37048

Tints of Bourbon #A37048

Color information

#A37048 (or 0xA37048) is unknown color: approx Bourbon. HEX triplet: A3, 70 and 48. RGB value is (163,112,72). Sum of RGB (Red+Green+Blue) = 163+112+72=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A37048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37048 is #5C8FB7. Grayscale: #7A7A7A. Windows color (decimal): -6066104 or 4747427. OLE color: 4747427.

HSL color Cylindrical-coordinate representation of color #A37048: hue angle of 26.37º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A37048 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB16311272-
CMYK00.310.560.36
HSL26.37º38.72%46.08%-
HSV(B)26.37º55.83%63.92%-
XYZ22.0719.848.8-
YUV122.6999.4156.75-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.97%
GREEN value IS 112 (44.14% from 255) = 32.28%
BLUE value IS 72 (28.52% from 255) = 20.75%
R=46.97%
G=32.28%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631127200.310.560.3626.3738.7246.08
HexA3704801F38241a272e
Octal2431601100377044324756
Binary101000111110000100100001111111100010010011010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37048; }

 p { color: rgb(163,112,72); }

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

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

 a { background-color: rgb(163,112,72); }

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

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

 span { border-color: rgb(163,112,72); }

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