Shades of Buttered Rum #A3733A
Tints of Buttered Rum #A3733A
RGB
CMYK
RGB Variations
Color information
#A3733A (or 0xA3733A) is known color: Buttered Rum. HEX triplet: A3, 73 and 3A. RGB value is (163,115,58). Sum of RGB (Red+Green+Blue) = 163+115+58=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 58 (23.05% from 255 or 17.26% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A3733A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3733A is #5C8CC5. Grayscale: #7B7B7B. Windows color (decimal): -6065350 or 3830691. OLE color: 3830691.
HSL color Cylindrical-coordinate representation of color #A3733A: hue angle of 32.57º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A3733A is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 115 | 58 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.36 |
| HSL | 32.57º | 0.48% | 0.43% | - |
| HSV(B) | 32.57º | 0.64% | 0.64% | - |
| XYZ | 22 | 20.35 | 6.77 | - |
| YUV | 122.85 | 91.4 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 115 | 58 | 0 | 0.29 | 0.64 | 0.36 | 32.57 | 0.48 | 0.43 |
| Hex | A3 | 73 | 3A | 0 | 1D | 40 | 24 | 21 | 30 | 2B |
| Octal | 243 | 163 | 72 | 0 | 35 | 100 | 44 | 41 | 60 | 53 |
| Binary | 10100011 | 1110011 | 111010 | 0 | 11101 | 1000000 | 100100 | 100001 | 110000 | 101011 |
Color Harmonies of #A3733A
Complementary color
Monochromatic Colors of #A3733A
Black with #A3733A
Text Example
Text Example
White with #A3733A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3733A; }
p { color: rgb(163,115,58); }
H1.HeaderClassName
{
color: #A3733A;
}
.AnyTagClassName
{
color: #A3733A;
}
</style>
background-color css
<style>
a { background-color: #A3733A; }
a { background-color: rgb(163,115,58); }
div.DivClassName
{
background-color: #A3733A;
}
.BgClassName
{
background-color: #A3733A;
}
</style>
border-color css
<style>
span { border-color: #A3733A; }
span { border-color: rgb(163,115,58); }
td.TdClassName
{
border-color: #A3733A;
}
.TagClassName
{
border-color: #A3733A;
}
</style>