Shades of Bourbon #A7733B
Tints of Bourbon #A7733B
RGB
CMYK
RGB Variations
Color information
#A7733B (or 0xA7733B) is known color: Bourbon. HEX triplet: A7, 73 and 3B. RGB value is (167,115,59). Sum of RGB (Red+Green+Blue) = 167+115+59=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 167 - color contains mainly: red. Hex color #A7733B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7733B is #588CC4. Grayscale: #7C7C7C. Windows color (decimal): -5803205 or 3896231. OLE color: 3896231.
HSL color Cylindrical-coordinate representation of color #A7733B: hue angle of 31.11º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A7733B is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 115 | 59 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.35 |
| HSL | 31.11º | 0.48% | 0.44% | - |
| HSV(B) | 31.11º | 0.65% | 0.65% | - |
| XYZ | 22.86 | 20.79 | 6.95 | - |
| YUV | 124.16 | 91.23 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 115 | 59 | 0 | 0.31 | 0.65 | 0.35 | 31.11 | 0.48 | 0.44 |
| Hex | A7 | 73 | 3B | 0 | 1F | 41 | 23 | 1F | 30 | 2C |
| Octal | 247 | 163 | 73 | 0 | 37 | 101 | 43 | 37 | 60 | 54 |
| Binary | 10100111 | 1110011 | 111011 | 0 | 11111 | 1000001 | 100011 | 11111 | 110000 | 101100 |
Color Harmonies of #A7733B
Complementary color
Monochromatic Colors of #A7733B
Black with #A7733B
Text Example
Text Example
White with #A7733B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7733B; }
p { color: rgb(167,115,59); }
H1.HeaderClassName
{
color: #A7733B;
}
.AnyTagClassName
{
color: #A7733B;
}
</style>
background-color css
<style>
a { background-color: #A7733B; }
a { background-color: rgb(167,115,59); }
div.DivClassName
{
background-color: #A7733B;
}
.BgClassName
{
background-color: #A7733B;
}
</style>
border-color css
<style>
span { border-color: #A7733B; }
span { border-color: rgb(167,115,59); }
td.TdClassName
{
border-color: #A7733B;
}
.TagClassName
{
border-color: #A7733B;
}
</style>