Shades of Buttered Rum #9F7735
Tints of Buttered Rum #9F7735
RGB
CMYK
RGB Variations
Color information
#9F7735 (or 0x9F7735) is known color: Buttered Rum. HEX triplet: 9F, 77 and 35. RGB value is (159,119,53). Sum of RGB (Red+Green+Blue) = 159+119+53=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7735 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7735 is #6088CA. Grayscale: #7B7B7B. Windows color (decimal): -6326475 or 3504031. OLE color: 3504031.
HSL color Cylindrical-coordinate representation of color #9F7735: hue angle of 37.36º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F7735 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 119 | 53 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.38 |
| HSL | 37.36º | 0.5% | 0.42% | - |
| HSV(B) | 37.36º | 0.67% | 0.62% | - |
| XYZ | 21.54 | 20.82 | 6.25 | - |
| YUV | 123.44 | 88.25 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 119 | 53 | 0 | 0.25 | 0.67 | 0.38 | 37.36 | 0.5 | 0.42 |
| Hex | 9F | 77 | 35 | 0 | 19 | 43 | 26 | 25 | 32 | 2A |
| Octal | 237 | 167 | 65 | 0 | 31 | 103 | 46 | 45 | 62 | 52 |
| Binary | 10011111 | 1110111 | 110101 | 0 | 11001 | 1000011 | 100110 | 100101 | 110010 | 101010 |
Color Harmonies of #9F7735
Complementary color
Monochromatic Colors of #9F7735
Black with #9F7735
Text Example
Text Example
White with #9F7735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7735; }
p { color: rgb(159,119,53); }
H1.HeaderClassName
{
color: #9F7735;
}
.AnyTagClassName
{
color: #9F7735;
}
</style>
background-color css
<style>
a { background-color: #9F7735; }
a { background-color: rgb(159,119,53); }
div.DivClassName
{
background-color: #9F7735;
}
.BgClassName
{
background-color: #9F7735;
}
</style>
border-color css
<style>
span { border-color: #9F7735; }
span { border-color: rgb(159,119,53); }
td.TdClassName
{
border-color: #9F7735;
}
.TagClassName
{
border-color: #9F7735;
}
</style>