Shades of Buttered Rum #A07541
Tints of Buttered Rum #A07541
RGB
CMYK
RGB Variations
Color information
#A07541 (or 0xA07541) is known color: Buttered Rum. HEX triplet: A0, 75 and 41. RGB value is (160,117,65). Sum of RGB (Red+Green+Blue) = 160+117+65=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A07541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07541 is #5F8ABE. Grayscale: #7C7C7C. Windows color (decimal): -6261439 or 4289952. OLE color: 4289952.
HSL color Cylindrical-coordinate representation of color #A07541: hue angle of 32.84º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A07541 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 117 | 65 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.37 |
| HSL | 32.84º | 0.42% | 0.44% | - |
| HSV(B) | 32.84º | 0.59% | 0.63% | - |
| XYZ | 21.81 | 20.58 | 7.82 | - |
| YUV | 123.93 | 94.75 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 117 | 65 | 0 | 0.27 | 0.59 | 0.37 | 32.84 | 0.42 | 0.44 |
| Hex | A0 | 75 | 41 | 0 | 1B | 3B | 25 | 21 | 2A | 2C |
| Octal | 240 | 165 | 101 | 0 | 33 | 73 | 45 | 41 | 52 | 54 |
| Binary | 10100000 | 1110101 | 1000001 | 0 | 11011 | 111011 | 100101 | 100001 | 101010 | 101100 |
Color Harmonies of #A07541
Complementary color
Monochromatic Colors of #A07541
Black with #A07541
Text Example
Text Example
White with #A07541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07541; }
p { color: rgb(160,117,65); }
H1.HeaderClassName
{
color: #A07541;
}
.AnyTagClassName
{
color: #A07541;
}
</style>
background-color css
<style>
a { background-color: #A07541; }
a { background-color: rgb(160,117,65); }
div.DivClassName
{
background-color: #A07541;
}
.BgClassName
{
background-color: #A07541;
}
</style>
border-color css
<style>
span { border-color: #A07541; }
span { border-color: rgb(160,117,65); }
td.TdClassName
{
border-color: #A07541;
}
.TagClassName
{
border-color: #A07541;
}
</style>