#a77541

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

Shades of Bourbon #A77541

Tints of Bourbon #A77541

Color information

#A77541 (or 0xA77541) is unknown color: approx Bourbon. HEX triplet: A7, 75 and 41. RGB value is (167,117,65). Sum of RGB (Red+Green+Blue) = 167+117+65=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 167 - color contains mainly: red. Hex color #A77541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77541 is #588ABE. Grayscale: #7E7E7E. Windows color (decimal): -5802687 or 4289959. OLE color: 4289959.

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

Color convert

RGB16711765-
CMYK00.300.610.35
HSL30.59º43.97%45.49%-
HSV(B)30.59º61.08%65.49%-
XYZ23.2521.327.89-
YUV126.0293.56157.23-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.85%
GREEN value IS 117 (46.09% from 255) = 33.52%
BLUE value IS 65 (25.78% from 255) = 18.62%
R=47.85%
G=33.52%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671176500.300.610.3530.5943.9745.49
HexA7754101E3D231f2c2d
Octal2471651010367543375455
Binary101001111110101100000101111011110110001111111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a77541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a77541; }

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

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

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

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

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

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

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

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