#A7713F

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

Shades of Bourbon #A7713F

Tints of Bourbon #A7713F

Color information

#A7713F (or 0xA7713F) is unknown color: approx Bourbon. HEX triplet: A7, 71 and 3F. RGB value is (167,113,63). Sum of RGB (Red+Green+Blue) = 167+113+63=343 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.69% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 167 - color contains mainly: red. Hex color #A7713F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7713F is #588EC0. Grayscale: #7B7B7B. Windows color (decimal): -5803713 or 4157863. OLE color: 4157863.

HSL color Cylindrical-coordinate representation of color #A7713F: hue angle of 28.85º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A7713F is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB16711363-
CMYK00.320.620.35
HSL28.85º45.22%45.1%-
HSV(B)28.85º62.28%65.49%-
XYZ22.7420.387.44-
YUV123.4593.89159.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.69%
GREEN value IS 113 (44.53% from 255) = 32.94%
BLUE value IS 63 (25% from 255) = 18.37%
R=48.69%
G=32.94%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671136300.320.620.3528.8545.2245.1
HexA7713F0203E231d2d2d
Octal247161770407643355555
Binary101001111110001111111010000011111010001111101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7713F; }

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

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

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

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

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

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

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

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