Shades of Bourbon #A77341
Tints of Bourbon #A77341
RGB
CMYK
RGB Variations
Color information
#A77341 (or 0xA77341) is known color: Bourbon. HEX triplet: A7, 73 and 41. RGB value is (167,115,65). Sum of RGB (Red+Green+Blue) = 167+115+65=347 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.13% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 167 - color contains mainly: red. Hex color #A77341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77341 is #588CBE. Grayscale: #7D7D7D. Windows color (decimal): -5803199 or 4289447. OLE color: 4289447.
HSL color Cylindrical-coordinate representation of color #A77341: hue angle of 29.41º 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 #A77341 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 115 | 65 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.35 |
| HSL | 29.41º | 0.44% | 0.45% | - |
| HSV(B) | 29.41º | 0.61% | 0.65% | - |
| XYZ | 23.02 | 20.86 | 7.81 | - |
| YUV | 124.85 | 94.23 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 115 | 65 | 0 | 0.31 | 0.61 | 0.35 | 29.41 | 0.44 | 0.45 |
| Hex | A7 | 73 | 41 | 0 | 1F | 3D | 23 | 1D | 2C | 2D |
| Octal | 247 | 163 | 101 | 0 | 37 | 75 | 43 | 35 | 54 | 55 |
| Binary | 10100111 | 1110011 | 1000001 | 0 | 11111 | 111101 | 100011 | 11101 | 101100 | 101101 |
Color Harmonies of #A77341
Complementary color
Monochromatic Colors of #A77341
Black with #A77341
Text Example
Text Example
White with #A77341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A77341; }
p { color: rgb(167,115,65); }
H1.HeaderClassName
{
color: #A77341;
}
.AnyTagClassName
{
color: #A77341;
}
</style>
background-color css
<style>
a { background-color: #A77341; }
a { background-color: rgb(167,115,65); }
div.DivClassName
{
background-color: #A77341;
}
.BgClassName
{
background-color: #A77341;
}
</style>
border-color css
<style>
span { border-color: #A77341; }
span { border-color: rgb(167,115,65); }
td.TdClassName
{
border-color: #A77341;
}
.TagClassName
{
border-color: #A77341;
}
</style>