#A76B41

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

Shades of Bourbon #A76B41

Tints of Bourbon #A76B41

Color information

#A76B41 (or 0xA76B41) is unknown color: approx Bourbon. HEX triplet: A7, 6B and 41. RGB value is (167,107,65). Sum of RGB (Red+Green+Blue) = 167+107+65=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A76B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76B41 is #5894BE. Grayscale: #787878. Windows color (decimal): -5805247 or 4287399. OLE color: 4287399.

HSL color Cylindrical-coordinate representation of color #A76B41: hue angle of 24.71º 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 #A76B41 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB16710765-
CMYK00.360.610.35
HSL24.71º43.97%45.49%-
HSV(B)24.71º61.08%65.49%-
XYZ22.1519.117.52-
YUV120.1596.88161.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 49.26%
GREEN value IS 107 (42.19% from 255) = 31.56%
BLUE value IS 65 (25.78% from 255) = 19.17%
R=49.26%
G=31.56%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671076500.360.610.3524.7143.9745.49
HexA76B410243D23192c2d
Octal2471531010447543315455
Binary1010011111010111000001010010011110110001111001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76B41; }

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

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

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

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

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

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

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

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