Shades of Buttered Rum #9F7124
Tints of Buttered Rum #9F7124
RGB
CMYK
RGB Variations
Color information
#9F7124 (or 0x9F7124) is known color: Buttered Rum. HEX triplet: 9F, 71 and 24. RGB value is (159,113,36). Sum of RGB (Red+Green+Blue) = 159+113+36=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7124 is #608EDB. Grayscale: #767676. Windows color (decimal): -6328028 or 2388383. OLE color: 2388383.
HSL color Cylindrical-coordinate representation of color #9F7124: hue angle of 37.56º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F7124 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 113 | 36 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.38 |
| HSL | 37.56º | 0.63% | 0.38% | - |
| HSV(B) | 37.56º | 0.77% | 0.62% | - |
| XYZ | 20.52 | 19.31 | 4.31 | - |
| YUV | 117.98 | 81.74 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 113 | 36 | 0 | 0.29 | 0.77 | 0.38 | 37.56 | 0.63 | 0.38 |
| Hex | 9F | 71 | 24 | 0 | 1D | 4D | 26 | 26 | 3F | 26 |
| Octal | 237 | 161 | 44 | 0 | 35 | 115 | 46 | 46 | 77 | 46 |
| Binary | 10011111 | 1110001 | 100100 | 0 | 11101 | 1001101 | 100110 | 100110 | 111111 | 100110 |
Color Harmonies of #9F7124
Complementary color
Monochromatic Colors of #9F7124
Black with #9F7124
Text Example
Text Example
White with #9F7124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7124; }
p { color: rgb(159,113,36); }
H1.HeaderClassName
{
color: #9F7124;
}
.AnyTagClassName
{
color: #9F7124;
}
</style>
background-color css
<style>
a { background-color: #9F7124; }
a { background-color: rgb(159,113,36); }
div.DivClassName
{
background-color: #9F7124;
}
.BgClassName
{
background-color: #9F7124;
}
</style>
border-color css
<style>
span { border-color: #9F7124; }
span { border-color: rgb(159,113,36); }
td.TdClassName
{
border-color: #9F7124;
}
.TagClassName
{
border-color: #9F7124;
}
</style>