Shades of Buttered Rum #A0742D
Tints of Buttered Rum #A0742D
RGB
CMYK
RGB Variations
Color information
#A0742D (or 0xA0742D) is known color: Buttered Rum. HEX triplet: A0, 74 and 2D. RGB value is (160,116,45). Sum of RGB (Red+Green+Blue) = 160+116+45=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0742D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0742D is #5F8BD2. Grayscale: #797979. Windows color (decimal): -6261715 or 2978976. OLE color: 2978976.
HSL color Cylindrical-coordinate representation of color #A0742D: hue angle of 37.04º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0742D is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 116 | 45 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.37 |
| HSL | 37.04º | 0.56% | 0.4% | - |
| HSV(B) | 37.04º | 0.72% | 0.63% | - |
| XYZ | 21.22 | 20.15 | 5.25 | - |
| YUV | 121.06 | 85.08 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 45 | 0 | 0.28 | 0.72 | 0.37 | 37.04 | 0.56 | 0.4 |
| Hex | A0 | 74 | 2D | 0 | 1C | 48 | 25 | 25 | 38 | 28 |
| Octal | 240 | 164 | 55 | 0 | 34 | 110 | 45 | 45 | 70 | 50 |
| Binary | 10100000 | 1110100 | 101101 | 0 | 11100 | 1001000 | 100101 | 100101 | 111000 | 101000 |
Color Harmonies of #A0742D
Complementary color
Monochromatic Colors of #A0742D
Black with #A0742D
Text Example
Text Example
White with #A0742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0742D; }
p { color: rgb(160,116,45); }
H1.HeaderClassName
{
color: #A0742D;
}
.AnyTagClassName
{
color: #A0742D;
}
</style>
background-color css
<style>
a { background-color: #A0742D; }
a { background-color: rgb(160,116,45); }
div.DivClassName
{
background-color: #A0742D;
}
.BgClassName
{
background-color: #A0742D;
}
</style>
border-color css
<style>
span { border-color: #A0742D; }
span { border-color: rgb(160,116,45); }
td.TdClassName
{
border-color: #A0742D;
}
.TagClassName
{
border-color: #A0742D;
}
</style>