Shades of Bourbon #A3743F
Tints of Bourbon #A3743F
RGB
CMYK
RGB Variations
Color information
#A3743F (or 0xA3743F) is known color: Bourbon. HEX triplet: A3, 74 and 3F. RGB value is (163,116,63). Sum of RGB (Red+Green+Blue) = 163+116+63=342 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.66% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 163 - color contains mainly: red. Hex color #A3743F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3743F is #5C8BC0. Grayscale: #7C7C7C. Windows color (decimal): -6065089 or 4158627. OLE color: 4158627.
HSL color Cylindrical-coordinate representation of color #A3743F: hue angle of 31.8º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A3743F is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 116 | 63 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.36 |
| HSL | 31.8º | 0.44% | 0.44% | - |
| HSV(B) | 31.8º | 0.61% | 0.64% | - |
| XYZ | 22.25 | 20.64 | 7.51 | - |
| YUV | 124.01 | 93.57 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 116 | 63 | 0 | 0.29 | 0.61 | 0.36 | 31.8 | 0.44 | 0.44 |
| Hex | A3 | 74 | 3F | 0 | 1D | 3D | 24 | 20 | 2C | 2C |
| Octal | 243 | 164 | 77 | 0 | 35 | 75 | 44 | 40 | 54 | 54 |
| Binary | 10100011 | 1110100 | 111111 | 0 | 11101 | 111101 | 100100 | 100000 | 101100 | 101100 |
Color Harmonies of #A3743F
Complementary color
Monochromatic Colors of #A3743F
Black with #A3743F
Text Example
Text Example
White with #A3743F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3743F; }
p { color: rgb(163,116,63); }
H1.HeaderClassName
{
color: #A3743F;
}
.AnyTagClassName
{
color: #A3743F;
}
</style>
background-color css
<style>
a { background-color: #A3743F; }
a { background-color: rgb(163,116,63); }
div.DivClassName
{
background-color: #A3743F;
}
.BgClassName
{
background-color: #A3743F;
}
</style>
border-color css
<style>
span { border-color: #A3743F; }
span { border-color: rgb(163,116,63); }
td.TdClassName
{
border-color: #A3743F;
}
.TagClassName
{
border-color: #A3743F;
}
</style>