Shades of Buttered Rum #9F7131
Tints of Buttered Rum #9F7131
RGB
CMYK
RGB Variations
Color information
#9F7131 (or 0x9F7131) is known color: Buttered Rum. HEX triplet: 9F, 71 and 31. RGB value is (159,113,49). Sum of RGB (Red+Green+Blue) = 159+113+49=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7131 is #608ECE. Grayscale: #777777. Windows color (decimal): -6328015 or 3240351. OLE color: 3240351.
HSL color Cylindrical-coordinate representation of color #9F7131: hue angle of 34.91º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F7131 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 113 | 49 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.38 |
| HSL | 34.91º | 0.53% | 0.41% | - |
| HSV(B) | 34.91º | 0.69% | 0.62% | - |
| XYZ | 20.76 | 19.4 | 5.56 | - |
| YUV | 119.46 | 88.24 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 113 | 49 | 0 | 0.29 | 0.69 | 0.38 | 34.91 | 0.53 | 0.41 |
| Hex | 9F | 71 | 31 | 0 | 1D | 45 | 26 | 23 | 35 | 29 |
| Octal | 237 | 161 | 61 | 0 | 35 | 105 | 46 | 43 | 65 | 51 |
| Binary | 10011111 | 1110001 | 110001 | 0 | 11101 | 1000101 | 100110 | 100011 | 110101 | 101001 |
Color Harmonies of #9F7131
Complementary color
Monochromatic Colors of #9F7131
Black with #9F7131
Text Example
Text Example
White with #9F7131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7131; }
p { color: rgb(159,113,49); }
H1.HeaderClassName
{
color: #9F7131;
}
.AnyTagClassName
{
color: #9F7131;
}
</style>
background-color css
<style>
a { background-color: #9F7131; }
a { background-color: rgb(159,113,49); }
div.DivClassName
{
background-color: #9F7131;
}
.BgClassName
{
background-color: #9F7131;
}
</style>
border-color css
<style>
span { border-color: #9F7131; }
span { border-color: rgb(159,113,49); }
td.TdClassName
{
border-color: #9F7131;
}
.TagClassName
{
border-color: #9F7131;
}
</style>