#A77545

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

Shades of Bourbon #A77545

Tints of Bourbon #A77545

Color information

#A77545 (or 0xA77545) is unknown color: approx Bourbon. HEX triplet: A7, 75 and 45. RGB value is (167,117,69). Sum of RGB (Red+Green+Blue) = 167+117+69=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 69 (27.34% from 255 or 19.55% from 353); Max value from RGB is 167 - color contains mainly: red. Hex color #A77545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77545 is #588ABA. Grayscale: #7E7E7E. Windows color (decimal): -5802683 or 4552103. OLE color: 4552103.

HSL color Cylindrical-coordinate representation of color #A77545: hue angle of 29.39º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A77545 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB16711769-
CMYK00.300.590.35
HSL29.39º41.53%46.27%-
HSV(B)29.39º58.68%65.49%-
XYZ23.3721.378.52-
YUV126.4895.56156.9-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.31%
GREEN value IS 117 (46.09% from 255) = 33.14%
BLUE value IS 69 (27.34% from 255) = 19.55%
R=47.31%
G=33.14%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671176900.300.590.3529.3941.5346.27
HexA7754501E3B231d2a2e
Octal2471651050367343355256
Binary101001111110101100010101111011101110001111101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77545; }

 p { color: rgb(167,117,69); }

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

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

 a { background-color: rgb(167,117,69); }

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

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

 span { border-color: rgb(167,117,69); }

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