#a37247

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

Shades of Bourbon #A37247

Tints of Bourbon #A37247

Color information

#A37247 (or 0xA37247) is unknown color: approx Bourbon. HEX triplet: A3, 72 and 47. RGB value is (163,114,71). Sum of RGB (Red+Green+Blue) = 163+114+71=348 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.84% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 163 - color contains mainly: red. Hex color #A37247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37247 is #5C8DB8. Grayscale: #7B7B7B. Windows color (decimal): -6065593 or 4682403. OLE color: 4682403.

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

Color convert

RGB16311471-
CMYK00.300.560.36
HSL28.04º39.32%45.88%-
HSV(B)28.04º56.44%63.92%-
XYZ22.2620.288.7-
YUV123.7598.23156-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.84%
GREEN value IS 114 (44.92% from 255) = 32.76%
BLUE value IS 71 (28.12% from 255) = 20.40%
R=46.84%
G=32.76%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631147100.300.560.3628.0439.3245.88
HexA3724701E38241c272e
Octal2431621070367044344756
Binary101000111110010100011101111011100010010011100100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a37247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a37247; }

 p { color: rgb(163,114,71); }

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

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

 a { background-color: rgb(163,114,71); }

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

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

 span { border-color: rgb(163,114,71); }

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