Shades of Buttered Rum #9F7831
Tints of Buttered Rum #9F7831
RGB
CMYK
RGB Variations
Color information
#9F7831 (or 0x9F7831) is known color: Buttered Rum. HEX triplet: 9F, 78 and 31. RGB value is (159,120,49). Sum of RGB (Red+Green+Blue) = 159+120+49=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7831 is #6087CE. Grayscale: #7B7B7B. Windows color (decimal): -6326223 or 3242143. OLE color: 3242143.
HSL color Cylindrical-coordinate representation of color #9F7831: hue angle of 38.73º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F7831 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 120 | 49 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.38 |
| HSL | 38.73º | 0.53% | 0.41% | - |
| HSV(B) | 38.73º | 0.69% | 0.62% | - |
| XYZ | 21.57 | 21.03 | 5.83 | - |
| YUV | 123.57 | 85.92 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 120 | 49 | 0 | 0.25 | 0.69 | 0.38 | 38.73 | 0.53 | 0.41 |
| Hex | 9F | 78 | 31 | 0 | 19 | 45 | 26 | 27 | 35 | 29 |
| Octal | 237 | 170 | 61 | 0 | 31 | 105 | 46 | 47 | 65 | 51 |
| Binary | 10011111 | 1111000 | 110001 | 0 | 11001 | 1000101 | 100110 | 100111 | 110101 | 101001 |
Color Harmonies of #9F7831
Complementary color
Monochromatic Colors of #9F7831
Black with #9F7831
Text Example
Text Example
White with #9F7831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7831; }
p { color: rgb(159,120,49); }
H1.HeaderClassName
{
color: #9F7831;
}
.AnyTagClassName
{
color: #9F7831;
}
</style>
background-color css
<style>
a { background-color: #9F7831; }
a { background-color: rgb(159,120,49); }
div.DivClassName
{
background-color: #9F7831;
}
.BgClassName
{
background-color: #9F7831;
}
</style>
border-color css
<style>
span { border-color: #9F7831; }
span { border-color: rgb(159,120,49); }
td.TdClassName
{
border-color: #9F7831;
}
.TagClassName
{
border-color: #9F7831;
}
</style>