Shades of Buttered Rum #A47139
Tints of Buttered Rum #A47139
RGB
CMYK
RGB Variations
Color information
#A47139 (or 0xA47139) is known color: Buttered Rum. HEX triplet: A4, 71 and 39. RGB value is (164,113,57). Sum of RGB (Red+Green+Blue) = 164+113+57=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A47139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47139 is #5B8EC6. Grayscale: #7A7A7A. Windows color (decimal): -6000327 or 3764644. OLE color: 3764644.
HSL color Cylindrical-coordinate representation of color #A47139: hue angle of 31.4º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A47139 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 113 | 57 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.36 |
| HSL | 31.4º | 0.48% | 0.43% | - |
| HSV(B) | 31.4º | 0.65% | 0.64% | - |
| XYZ | 21.95 | 20 | 6.57 | - |
| YUV | 121.87 | 91.4 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 113 | 57 | 0 | 0.31 | 0.65 | 0.36 | 31.4 | 0.48 | 0.43 |
| Hex | A4 | 71 | 39 | 0 | 1F | 41 | 24 | 1F | 30 | 2B |
| Octal | 244 | 161 | 71 | 0 | 37 | 101 | 44 | 37 | 60 | 53 |
| Binary | 10100100 | 1110001 | 111001 | 0 | 11111 | 1000001 | 100100 | 11111 | 110000 | 101011 |
Color Harmonies of #A47139
Complementary color
Monochromatic Colors of #A47139
Black with #A47139
Text Example
Text Example
White with #A47139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47139; }
p { color: rgb(164,113,57); }
H1.HeaderClassName
{
color: #A47139;
}
.AnyTagClassName
{
color: #A47139;
}
</style>
background-color css
<style>
a { background-color: #A47139; }
a { background-color: rgb(164,113,57); }
div.DivClassName
{
background-color: #A47139;
}
.BgClassName
{
background-color: #A47139;
}
</style>
border-color css
<style>
span { border-color: #A47139; }
span { border-color: rgb(164,113,57); }
td.TdClassName
{
border-color: #A47139;
}
.TagClassName
{
border-color: #A47139;
}
</style>