#A7713B

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

Shades of Bourbon #A7713B

Tints of Bourbon #A7713B

Color information

#A7713B (or 0xA7713B) is unknown color: approx Bourbon. HEX triplet: A7, 71 and 3B. RGB value is (167,113,59). Sum of RGB (Red+Green+Blue) = 167+113+59=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A7713B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7713B is #588EC4. Grayscale: #7B7B7B. Windows color (decimal): -5803717 or 3895719. OLE color: 3895719.

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

Color convert

RGB16711359-
CMYK00.320.650.35
HSL30º47.79%44.31%-
HSV(B)30º64.67%65.49%-
XYZ22.6320.346.87-
YUV122.9991.89159.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.26%
GREEN value IS 113 (44.53% from 255) = 33.33%
BLUE value IS 59 (23.44% from 255) = 17.40%
R=49.26%
G=33.33%
B=17.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671135900.320.650.353047.7944.31
HexA7713B02041231e302c
Octal2471617304010143366054
Binary1010011111100011110110100000100000110001111110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7713B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7713B; }

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

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

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

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

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

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

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

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