#A3723F

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

Shades of Bourbon #A3723F

Tints of Bourbon #A3723F

Color information

#A3723F (or 0xA3723F) is unknown color: approx Bourbon. HEX triplet: A3, 72 and 3F. RGB value is (163,114,63). Sum of RGB (Red+Green+Blue) = 163+114+63=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A3723F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3723F is #5C8DC0. Grayscale: #7B7B7B. Windows color (decimal): -6065601 or 4158115. OLE color: 4158115.

HSL color Cylindrical-coordinate representation of color #A3723F: hue angle of 30.6º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A3723F is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB16311463-
CMYK00.300.610.36
HSL30.6º44.25%44.31%-
HSV(B)30.6º61.35%63.92%-
XYZ22.0220.187.44-
YUV122.8494.23156.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.94%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 63 (25% from 255) = 18.53%
R=47.94%
G=33.53%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631146300.300.610.3630.644.2544.31
HexA3723F01E3D241f2c2c
Octal243162770367544375454
Binary10100011111001011111101111011110110010011111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3723F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3723F; }

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

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

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

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

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

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

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

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