#A77347

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

Shades of Bourbon #A77347

Tints of Bourbon #A77347

Color information

#A77347 (or 0xA77347) is unknown color: approx Bourbon. HEX triplet: A7, 73 and 47. RGB value is (167,115,71). Sum of RGB (Red+Green+Blue) = 167+115+71=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 71 (28.12% from 255 or 20.11% from 353); Max value from RGB is 167 - color contains mainly: red. Hex color #A77347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77347 is #588CB8. Grayscale: #7D7D7D. Windows color (decimal): -5803193 or 4682663. OLE color: 4682663.

HSL color Cylindrical-coordinate representation of color #A77347: hue angle of 27.5º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A77347 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB16711571-
CMYK00.310.570.35
HSL27.5º40.34%46.67%-
HSV(B)27.5º57.49%65.49%-
XYZ23.220.938.78-
YUV125.5397.23157.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.31%
GREEN value IS 115 (45.31% from 255) = 32.58%
BLUE value IS 71 (28.12% from 255) = 20.11%
R=47.31%
G=32.58%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671157100.310.570.3527.540.3446.67
HexA7734701F39231b282f
Octal2471631070377143335057
Binary101001111110011100011101111111100110001111011101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77347; }

 p { color: rgb(167,115,71); }

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

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

 a { background-color: rgb(167,115,71); }

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

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

 span { border-color: rgb(167,115,71); }

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