Shades of Bourbon #A76D41
Tints of Bourbon #A76D41
RGB
CMYK
RGB Variations
Color information
#A76D41 (or 0xA76D41) is known color: Bourbon. HEX triplet: A7, 6D and 41. RGB value is (167,109,65). Sum of RGB (Red+Green+Blue) = 167+109+65=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 167 - color contains mainly: red. Hex color #A76D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76D41 is #5892BE. Grayscale: #797979. Windows color (decimal): -5804735 or 4287911. OLE color: 4287911.
HSL color Cylindrical-coordinate representation of color #A76D41: hue angle of 25.88º 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 #A76D41 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 109 | 65 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.35 |
| HSL | 25.88º | 0.44% | 0.45% | - |
| HSV(B) | 25.88º | 0.61% | 0.65% | - |
| XYZ | 22.36 | 19.53 | 7.59 | - |
| YUV | 121.33 | 96.22 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 109 | 65 | 0 | 0.35 | 0.61 | 0.35 | 25.88 | 0.44 | 0.45 |
| Hex | A7 | 6D | 41 | 0 | 23 | 3D | 23 | 1A | 2C | 2D |
| Octal | 247 | 155 | 101 | 0 | 43 | 75 | 43 | 32 | 54 | 55 |
| Binary | 10100111 | 1101101 | 1000001 | 0 | 100011 | 111101 | 100011 | 11010 | 101100 | 101101 |
Color Harmonies of #A76D41
Complementary color
Monochromatic Colors of #A76D41
Black with #A76D41
Text Example
Text Example
White with #A76D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A76D41; }
p { color: rgb(167,109,65); }
H1.HeaderClassName
{
color: #A76D41;
}
.AnyTagClassName
{
color: #A76D41;
}
</style>
background-color css
<style>
a { background-color: #A76D41; }
a { background-color: rgb(167,109,65); }
div.DivClassName
{
background-color: #A76D41;
}
.BgClassName
{
background-color: #A76D41;
}
</style>
border-color css
<style>
span { border-color: #A76D41; }
span { border-color: rgb(167,109,65); }
td.TdClassName
{
border-color: #A76D41;
}
.TagClassName
{
border-color: #A76D41;
}
</style>