Shades of Bourbon #A3723D
Tints of Bourbon #A3723D
RGB
CMYK
RGB Variations
Color information
#A3723D (or 0xA3723D) is known color: Bourbon. HEX triplet: A3, 72 and 3D. RGB value is (163,114,61). Sum of RGB (Red+Green+Blue) = 163+114+61=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A3723D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3723D is #5C8DC2. Grayscale: #7A7A7A. Windows color (decimal): -6065603 or 4027043. OLE color: 4027043.
HSL color Cylindrical-coordinate representation of color #A3723D: hue angle of 31.18º 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 #A3723D is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 114 | 61 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.36 |
| HSL | 31.18º | 0.46% | 0.44% | - |
| HSV(B) | 31.18º | 0.63% | 0.64% | - |
| XYZ | 21.96 | 20.16 | 7.15 | - |
| YUV | 122.61 | 93.23 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 114 | 61 | 0 | 0.30 | 0.63 | 0.36 | 31.18 | 0.46 | 0.44 |
| Hex | A3 | 72 | 3D | 0 | 1E | 3F | 24 | 1F | 2E | 2C |
| Octal | 243 | 162 | 75 | 0 | 36 | 77 | 44 | 37 | 56 | 54 |
| Binary | 10100011 | 1110010 | 111101 | 0 | 11110 | 111111 | 100100 | 11111 | 101110 | 101100 |
Color Harmonies of #A3723D
Complementary color
Monochromatic Colors of #A3723D
Black with #A3723D
Text Example
Text Example
White with #A3723D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3723D; }
p { color: rgb(163,114,61); }
H1.HeaderClassName
{
color: #A3723D;
}
.AnyTagClassName
{
color: #A3723D;
}
</style>
background-color css
<style>
a { background-color: #A3723D; }
a { background-color: rgb(163,114,61); }
div.DivClassName
{
background-color: #A3723D;
}
.BgClassName
{
background-color: #A3723D;
}
</style>
border-color css
<style>
span { border-color: #A3723D; }
span { border-color: rgb(163,114,61); }
td.TdClassName
{
border-color: #A3723D;
}
.TagClassName
{
border-color: #A3723D;
}
</style>