Shades of Buttered Rum #A0742C
Tints of Buttered Rum #A0742C
RGB
CMYK
RGB Variations
Color information
#A0742C (or 0xA0742C) is known color: Buttered Rum. HEX triplet: A0, 74 and 2C. RGB value is (160,116,44). Sum of RGB (Red+Green+Blue) = 160+116+44=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 44 (17.58% from 255 or 13.75% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A0742C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0742C is #5F8BD3. Grayscale: #797979. Windows color (decimal): -6261716 or 2913440. OLE color: 2913440.
HSL color Cylindrical-coordinate representation of color #A0742C: hue angle of 37.24º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0742C is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 116 | 44 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.37 |
| HSL | 37.24º | 0.57% | 0.4% | - |
| HSV(B) | 37.24º | 0.73% | 0.63% | - |
| XYZ | 21.2 | 20.15 | 5.15 | - |
| YUV | 120.95 | 84.58 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 44 | 0 | 0.28 | 0.72 | 0.37 | 37.24 | 0.57 | 0.4 |
| Hex | A0 | 74 | 2C | 0 | 1C | 48 | 25 | 25 | 39 | 28 |
| Octal | 240 | 164 | 54 | 0 | 34 | 110 | 45 | 45 | 71 | 50 |
| Binary | 10100000 | 1110100 | 101100 | 0 | 11100 | 1001000 | 100101 | 100101 | 111001 | 101000 |
Color Harmonies of #A0742C
Complementary color
Monochromatic Colors of #A0742C
Black with #A0742C
Text Example
Text Example
White with #A0742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0742C; }
p { color: rgb(160,116,44); }
H1.HeaderClassName
{
color: #A0742C;
}
.AnyTagClassName
{
color: #A0742C;
}
</style>
background-color css
<style>
a { background-color: #A0742C; }
a { background-color: rgb(160,116,44); }
div.DivClassName
{
background-color: #A0742C;
}
.BgClassName
{
background-color: #A0742C;
}
</style>
border-color css
<style>
span { border-color: #A0742C; }
span { border-color: rgb(160,116,44); }
td.TdClassName
{
border-color: #A0742C;
}
.TagClassName
{
border-color: #A0742C;
}
</style>