#A3713F

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

Shades of Bourbon #A3713F

Tints of Bourbon #A3713F

Color information

#A3713F (or 0xA3713F) is unknown color: approx Bourbon. HEX triplet: A3, 71 and 3F. RGB value is (163,113,63). Sum of RGB (Red+Green+Blue) = 163+113+63=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A3713F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3713F is #5C8EC0. Grayscale: #7A7A7A. Windows color (decimal): -6065857 or 4157859. OLE color: 4157859.

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

Color convert

RGB16311363-
CMYK00.310.610.36
HSL30º44.25%44.31%-
HSV(B)30º61.35%63.92%-
XYZ21.9119.967.4-
YUV122.2594.56157.07-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.08%
GREEN value IS 113 (44.53% from 255) = 33.33%
BLUE value IS 63 (25% from 255) = 18.58%
R=48.08%
G=33.33%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631136300.310.610.363044.2544.31
HexA3713F01F3D241e2c2c
Octal243161770377544365454
Binary10100011111000111111101111111110110010011110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3713F; }

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

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

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

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

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

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

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

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