Shades of Bourbon #A4713D
Tints of Bourbon #A4713D
RGB
CMYK
RGB Variations
Color information
#A4713D (or 0xA4713D) is known color: Bourbon. HEX triplet: A4, 71 and 3D. RGB value is (164,113,61). Sum of RGB (Red+Green+Blue) = 164+113+61=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A4713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4713D is #5B8EC2. Grayscale: #7A7A7A. Windows color (decimal): -6000323 or 4026788. OLE color: 4026788.
HSL color Cylindrical-coordinate representation of color #A4713D: hue angle of 30.29º 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 #A4713D is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 113 | 61 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.36 |
| HSL | 30.29º | 0.46% | 0.44% | - |
| HSV(B) | 30.29º | 0.63% | 0.64% | - |
| XYZ | 22.06 | 20.04 | 7.12 | - |
| YUV | 122.32 | 93.4 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 61 | 0 | 0.31 | 0.63 | 0.36 | 30.29 | 0.46 | 0.44 |
| Hex | A4 | 71 | 3D | 0 | 1F | 3F | 24 | 1E | 2E | 2C |
| Octal | 244 | 161 | 75 | 0 | 37 | 77 | 44 | 36 | 56 | 54 |
| Binary | 10100100 | 1110001 | 111101 | 0 | 11111 | 111111 | 100100 | 11110 | 101110 | 101100 |
Color Harmonies of #A4713D
Complementary color
Monochromatic Colors of #A4713D
Black with #A4713D
Text Example
Text Example
White with #A4713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4713D; }
p { color: rgb(164,113,61); }
H1.HeaderClassName
{
color: #A4713D;
}
.AnyTagClassName
{
color: #A4713D;
}
</style>
background-color css
<style>
a { background-color: #A4713D; }
a { background-color: rgb(164,113,61); }
div.DivClassName
{
background-color: #A4713D;
}
.BgClassName
{
background-color: #A4713D;
}
</style>
border-color css
<style>
span { border-color: #A4713D; }
span { border-color: rgb(164,113,61); }
td.TdClassName
{
border-color: #A4713D;
}
.TagClassName
{
border-color: #A4713D;
}
</style>