Shades of Bourbon #A3713D
Tints of Bourbon #A3713D
RGB
CMYK
RGB Variations
Color information
#A3713D (or 0xA3713D) is known color: Bourbon. HEX triplet: A3, 71 and 3D. RGB value is (163,113,61). Sum of RGB (Red+Green+Blue) = 163+113+61=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A3713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3713D is #5C8EC2. Grayscale: #7A7A7A. Windows color (decimal): -6065859 or 4026787. OLE color: 4026787.
HSL color Cylindrical-coordinate representation of color #A3713D: hue angle of 30.59º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A3713D is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 113 | 61 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.36 |
| HSL | 30.59º | 0.46% | 0.44% | - |
| HSV(B) | 30.59º | 0.63% | 0.64% | - |
| XYZ | 21.85 | 19.93 | 7.11 | - |
| YUV | 122.02 | 93.57 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 113 | 61 | 0 | 0.31 | 0.63 | 0.36 | 30.59 | 0.46 | 0.44 |
| Hex | A3 | 71 | 3D | 0 | 1F | 3F | 24 | 1F | 2E | 2C |
| Octal | 243 | 161 | 75 | 0 | 37 | 77 | 44 | 37 | 56 | 54 |
| Binary | 10100011 | 1110001 | 111101 | 0 | 11111 | 111111 | 100100 | 11111 | 101110 | 101100 |
Color Harmonies of #A3713D
Complementary color
Monochromatic Colors of #A3713D
Black with #A3713D
Text Example
Text Example
White with #A3713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3713D; }
p { color: rgb(163,113,61); }
H1.HeaderClassName
{
color: #A3713D;
}
.AnyTagClassName
{
color: #A3713D;
}
</style>
background-color css
<style>
a { background-color: #A3713D; }
a { background-color: rgb(163,113,61); }
div.DivClassName
{
background-color: #A3713D;
}
.BgClassName
{
background-color: #A3713D;
}
</style>
border-color css
<style>
span { border-color: #A3713D; }
span { border-color: rgb(163,113,61); }
td.TdClassName
{
border-color: #A3713D;
}
.TagClassName
{
border-color: #A3713D;
}
</style>