Shades of Bourbon #A3733F
Tints of Bourbon #A3733F
RGB
CMYK
RGB Variations
Color information
#A3733F (or 0xA3733F) is known color: Bourbon. HEX triplet: A3, 73 and 3F. RGB value is (163,115,63). Sum of RGB (Red+Green+Blue) = 163+115+63=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A3733F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3733F is #5C8CC0. Grayscale: #7B7B7B. Windows color (decimal): -6065345 or 4158371. OLE color: 4158371.
HSL color Cylindrical-coordinate representation of color #A3733F: hue angle of 31.2º 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 #A3733F is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 115 | 63 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.36 |
| HSL | 31.2º | 0.44% | 0.44% | - |
| HSV(B) | 31.2º | 0.61% | 0.64% | - |
| XYZ | 22.13 | 20.41 | 7.48 | - |
| YUV | 123.42 | 93.9 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 115 | 63 | 0 | 0.29 | 0.61 | 0.36 | 31.2 | 0.44 | 0.44 |
| Hex | A3 | 73 | 3F | 0 | 1D | 3D | 24 | 1F | 2C | 2C |
| Octal | 243 | 163 | 77 | 0 | 35 | 75 | 44 | 37 | 54 | 54 |
| Binary | 10100011 | 1110011 | 111111 | 0 | 11101 | 111101 | 100100 | 11111 | 101100 | 101100 |
Color Harmonies of #A3733F
Complementary color
Monochromatic Colors of #A3733F
Black with #A3733F
Text Example
Text Example
White with #A3733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3733F; }
p { color: rgb(163,115,63); }
H1.HeaderClassName
{
color: #A3733F;
}
.AnyTagClassName
{
color: #A3733F;
}
</style>
background-color css
<style>
a { background-color: #A3733F; }
a { background-color: rgb(163,115,63); }
div.DivClassName
{
background-color: #A3733F;
}
.BgClassName
{
background-color: #A3733F;
}
</style>
border-color css
<style>
span { border-color: #A3733F; }
span { border-color: rgb(163,115,63); }
td.TdClassName
{
border-color: #A3733F;
}
.TagClassName
{
border-color: #A3733F;
}
</style>