Shades of Buttered Rum #9F7028
Tints of Buttered Rum #9F7028
RGB
CMYK
RGB Variations
Color information
#9F7028 (or 0x9F7028) is known color: Buttered Rum. HEX triplet: 9F, 70 and 28. RGB value is (159,112,40). Sum of RGB (Red+Green+Blue) = 159+112+40=311 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.13% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7028 is #608FD7. Grayscale: #767676. Windows color (decimal): -6328280 or 2650271. OLE color: 2650271.
HSL color Cylindrical-coordinate representation of color #9F7028: hue angle of 36.3º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F7028 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 112 | 40 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.38 |
| HSL | 36.3º | 0.6% | 0.39% | - |
| HSV(B) | 36.3º | 0.75% | 0.62% | - |
| XYZ | 20.48 | 19.11 | 4.62 | - |
| YUV | 117.85 | 84.07 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 40 | 0 | 0.30 | 0.75 | 0.38 | 36.3 | 0.6 | 0.39 |
| Hex | 9F | 70 | 28 | 0 | 1E | 4B | 26 | 24 | 3C | 27 |
| Octal | 237 | 160 | 50 | 0 | 36 | 113 | 46 | 44 | 74 | 47 |
| Binary | 10011111 | 1110000 | 101000 | 0 | 11110 | 1001011 | 100110 | 100100 | 111100 | 100111 |
Color Harmonies of #9F7028
Complementary color
Monochromatic Colors of #9F7028
Black with #9F7028
Text Example
Text Example
White with #9F7028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7028; }
p { color: rgb(159,112,40); }
H1.HeaderClassName
{
color: #9F7028;
}
.AnyTagClassName
{
color: #9F7028;
}
</style>
background-color css
<style>
a { background-color: #9F7028; }
a { background-color: rgb(159,112,40); }
div.DivClassName
{
background-color: #9F7028;
}
.BgClassName
{
background-color: #9F7028;
}
</style>
border-color css
<style>
span { border-color: #9F7028; }
span { border-color: rgb(159,112,40); }
td.TdClassName
{
border-color: #9F7028;
}
.TagClassName
{
border-color: #9F7028;
}
</style>