Shades of Bourbon #A7713D
Tints of Bourbon #A7713D
RGB
CMYK
RGB Variations
Color information
#A7713D (or 0xA7713D) is known color: Bourbon. HEX triplet: A7, 71 and 3D. RGB value is (167,113,61). Sum of RGB (Red+Green+Blue) = 167+113+61=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 167 - color contains mainly: red. Hex color #A7713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7713D is #588EC2. Grayscale: #7B7B7B. Windows color (decimal): -5803715 or 4026791. OLE color: 4026791.
HSL color Cylindrical-coordinate representation of color #A7713D: hue angle of 29.43º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A7713D is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 113 | 61 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.35 |
| HSL | 29.43º | 0.46% | 0.45% | - |
| HSV(B) | 29.43º | 0.63% | 0.65% | - |
| XYZ | 22.68 | 20.36 | 7.15 | - |
| YUV | 123.22 | 92.89 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 113 | 61 | 0 | 0.32 | 0.63 | 0.35 | 29.43 | 0.46 | 0.45 |
| Hex | A7 | 71 | 3D | 0 | 20 | 3F | 23 | 1D | 2E | 2D |
| Octal | 247 | 161 | 75 | 0 | 40 | 77 | 43 | 35 | 56 | 55 |
| Binary | 10100111 | 1110001 | 111101 | 0 | 100000 | 111111 | 100011 | 11101 | 101110 | 101101 |
Color Harmonies of #A7713D
Complementary color
Monochromatic Colors of #A7713D
Black with #A7713D
Text Example
Text Example
White with #A7713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7713D; }
p { color: rgb(167,113,61); }
H1.HeaderClassName
{
color: #A7713D;
}
.AnyTagClassName
{
color: #A7713D;
}
</style>
background-color css
<style>
a { background-color: #A7713D; }
a { background-color: rgb(167,113,61); }
div.DivClassName
{
background-color: #A7713D;
}
.BgClassName
{
background-color: #A7713D;
}
</style>
border-color css
<style>
span { border-color: #A7713D; }
span { border-color: rgb(167,113,61); }
td.TdClassName
{
border-color: #A7713D;
}
.TagClassName
{
border-color: #A7713D;
}
</style>