Shades of Buttered Rum #9F7237
Tints of Buttered Rum #9F7237
RGB
CMYK
RGB Variations
Color information
#9F7237 (or 0x9F7237) is known color: Buttered Rum. HEX triplet: 9F, 72 and 37. RGB value is (159,114,55). Sum of RGB (Red+Green+Blue) = 159+114+55=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 55 (21.88% from 255 or 16.77% from 328); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7237 is #608DC8. Grayscale: #797979. Windows color (decimal): -6327753 or 3633823. OLE color: 3633823.
HSL color Cylindrical-coordinate representation of color #9F7237: hue angle of 34.04º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F7237 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 114 | 55 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.38 |
| HSL | 34.04º | 0.49% | 0.42% | - |
| HSV(B) | 34.04º | 0.65% | 0.62% | - |
| XYZ | 21 | 19.68 | 6.31 | - |
| YUV | 120.73 | 90.91 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 114 | 55 | 0 | 0.28 | 0.65 | 0.38 | 34.04 | 0.49 | 0.42 |
| Hex | 9F | 72 | 37 | 0 | 1C | 41 | 26 | 22 | 31 | 2A |
| Octal | 237 | 162 | 67 | 0 | 34 | 101 | 46 | 42 | 61 | 52 |
| Binary | 10011111 | 1110010 | 110111 | 0 | 11100 | 1000001 | 100110 | 100010 | 110001 | 101010 |
Color Harmonies of #9F7237
Complementary color
Monochromatic Colors of #9F7237
Black with #9F7237
Text Example
Text Example
White with #9F7237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7237; }
p { color: rgb(159,114,55); }
H1.HeaderClassName
{
color: #9F7237;
}
.AnyTagClassName
{
color: #9F7237;
}
</style>
background-color css
<style>
a { background-color: #9F7237; }
a { background-color: rgb(159,114,55); }
div.DivClassName
{
background-color: #9F7237;
}
.BgClassName
{
background-color: #9F7237;
}
</style>
border-color css
<style>
span { border-color: #9F7237; }
span { border-color: rgb(159,114,55); }
td.TdClassName
{
border-color: #9F7237;
}
.TagClassName
{
border-color: #9F7237;
}
</style>