Shades of Buttered Rum #9F7836
Tints of Buttered Rum #9F7836
RGB
CMYK
RGB Variations
Color information
#9F7836 (or 0x9F7836) is known color: Buttered Rum. HEX triplet: 9F, 78 and 36. RGB value is (159,120,54). Sum of RGB (Red+Green+Blue) = 159+120+54=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7836 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7836 is #6087C9. Grayscale: #7C7C7C. Windows color (decimal): -6326218 or 3569823. OLE color: 3569823.
HSL color Cylindrical-coordinate representation of color #9F7836: hue angle of 37.71º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9F7836 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 120 | 54 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.38 |
| HSL | 37.71º | 0.49% | 0.42% | - |
| HSV(B) | 37.71º | 0.66% | 0.62% | - |
| XYZ | 21.68 | 21.07 | 6.41 | - |
| YUV | 124.14 | 88.42 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 120 | 54 | 0 | 0.25 | 0.66 | 0.38 | 37.71 | 0.49 | 0.42 |
| Hex | 9F | 78 | 36 | 0 | 19 | 42 | 26 | 26 | 31 | 2A |
| Octal | 237 | 170 | 66 | 0 | 31 | 102 | 46 | 46 | 61 | 52 |
| Binary | 10011111 | 1111000 | 110110 | 0 | 11001 | 1000010 | 100110 | 100110 | 110001 | 101010 |
Color Harmonies of #9F7836
Complementary color
Monochromatic Colors of #9F7836
Black with #9F7836
Text Example
Text Example
White with #9F7836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7836; }
p { color: rgb(159,120,54); }
H1.HeaderClassName
{
color: #9F7836;
}
.AnyTagClassName
{
color: #9F7836;
}
</style>
background-color css
<style>
a { background-color: #9F7836; }
a { background-color: rgb(159,120,54); }
div.DivClassName
{
background-color: #9F7836;
}
.BgClassName
{
background-color: #9F7836;
}
</style>
border-color css
<style>
span { border-color: #9F7836; }
span { border-color: rgb(159,120,54); }
td.TdClassName
{
border-color: #9F7836;
}
.TagClassName
{
border-color: #9F7836;
}
</style>