Shades of Buttered Rum #9F7539
Tints of Buttered Rum #9F7539
RGB
CMYK
RGB Variations
Color information
#9F7539 (or 0x9F7539) is known color: Buttered Rum. HEX triplet: 9F, 75 and 39. RGB value is (159,117,57). Sum of RGB (Red+Green+Blue) = 159+117+57=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 57 (22.66% from 255 or 17.12% from 333); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7539 is #608AC6. Grayscale: #7A7A7A. Windows color (decimal): -6326983 or 3765663. OLE color: 3765663.
HSL color Cylindrical-coordinate representation of color #9F7539: hue angle of 35.29º 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 #9F7539 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 117 | 57 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.38 |
| HSL | 35.29º | 0.47% | 0.42% | - |
| HSV(B) | 35.29º | 0.64% | 0.62% | - |
| XYZ | 21.4 | 20.39 | 6.68 | - |
| YUV | 122.72 | 90.91 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 117 | 57 | 0 | 0.26 | 0.64 | 0.38 | 35.29 | 0.47 | 0.42 |
| Hex | 9F | 75 | 39 | 0 | 1A | 40 | 26 | 23 | 2F | 2A |
| Octal | 237 | 165 | 71 | 0 | 32 | 100 | 46 | 43 | 57 | 52 |
| Binary | 10011111 | 1110101 | 111001 | 0 | 11010 | 1000000 | 100110 | 100011 | 101111 | 101010 |
Color Harmonies of #9F7539
Complementary color
Monochromatic Colors of #9F7539
Black with #9F7539
Text Example
Text Example
White with #9F7539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7539; }
p { color: rgb(159,117,57); }
H1.HeaderClassName
{
color: #9F7539;
}
.AnyTagClassName
{
color: #9F7539;
}
</style>
background-color css
<style>
a { background-color: #9F7539; }
a { background-color: rgb(159,117,57); }
div.DivClassName
{
background-color: #9F7539;
}
.BgClassName
{
background-color: #9F7539;
}
</style>
border-color css
<style>
span { border-color: #9F7539; }
span { border-color: rgb(159,117,57); }
td.TdClassName
{
border-color: #9F7539;
}
.TagClassName
{
border-color: #9F7539;
}
</style>