Shades of Buttered Rum #9F7939
Tints of Buttered Rum #9F7939
RGB
CMYK
RGB Variations
Color information
#9F7939 (or 0x9F7939) is known color: Buttered Rum. HEX triplet: 9F, 79 and 39. RGB value is (159,121,57). Sum of RGB (Red+Green+Blue) = 159+121+57=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 57 (22.66% from 255 or 16.91% from 337); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7939 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7939 is #6086C6. Grayscale: #7D7D7D. Windows color (decimal): -6325959 or 3766687. OLE color: 3766687.
HSL color Cylindrical-coordinate representation of color #9F7939: hue angle of 37.65º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F7939 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 121 | 57 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.38 |
| HSL | 37.65º | 0.47% | 0.42% | - |
| HSV(B) | 37.65º | 0.64% | 0.62% | - |
| XYZ | 21.87 | 21.34 | 6.84 | - |
| YUV | 125.07 | 89.59 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 121 | 57 | 0 | 0.24 | 0.64 | 0.38 | 37.65 | 0.47 | 0.42 |
| Hex | 9F | 79 | 39 | 0 | 18 | 40 | 26 | 26 | 2F | 2A |
| Octal | 237 | 171 | 71 | 0 | 30 | 100 | 46 | 46 | 57 | 52 |
| Binary | 10011111 | 1111001 | 111001 | 0 | 11000 | 1000000 | 100110 | 100110 | 101111 | 101010 |
Color Harmonies of #9F7939
Complementary color
Monochromatic Colors of #9F7939
Black with #9F7939
Text Example
Text Example
White with #9F7939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7939; }
p { color: rgb(159,121,57); }
H1.HeaderClassName
{
color: #9F7939;
}
.AnyTagClassName
{
color: #9F7939;
}
</style>
background-color css
<style>
a { background-color: #9F7939; }
a { background-color: rgb(159,121,57); }
div.DivClassName
{
background-color: #9F7939;
}
.BgClassName
{
background-color: #9F7939;
}
</style>
border-color css
<style>
span { border-color: #9F7939; }
span { border-color: rgb(159,121,57); }
td.TdClassName
{
border-color: #9F7939;
}
.TagClassName
{
border-color: #9F7939;
}
</style>