Shades of Buttered Rum #9F7732
Tints of Buttered Rum #9F7732
RGB
CMYK
RGB Variations
Color information
#9F7732 (or 0x9F7732) is known color: Buttered Rum. HEX triplet: 9F, 77 and 32. RGB value is (159,119,50). Sum of RGB (Red+Green+Blue) = 159+119+50=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7732 is #6088CD. Grayscale: #7B7B7B. Windows color (decimal): -6326478 or 3307423. OLE color: 3307423.
HSL color Cylindrical-coordinate representation of color #9F7732: hue angle of 37.98º degrees, saturation: 0.52, 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 #9F7732 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 119 | 50 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.38 |
| HSL | 37.98º | 0.52% | 0.41% | - |
| HSV(B) | 37.98º | 0.69% | 0.62% | - |
| XYZ | 21.47 | 20.79 | 5.9 | - |
| YUV | 123.09 | 86.75 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 119 | 50 | 0 | 0.25 | 0.69 | 0.38 | 37.98 | 0.52 | 0.41 |
| Hex | 9F | 77 | 32 | 0 | 19 | 45 | 26 | 26 | 34 | 29 |
| Octal | 237 | 167 | 62 | 0 | 31 | 105 | 46 | 46 | 64 | 51 |
| Binary | 10011111 | 1110111 | 110010 | 0 | 11001 | 1000101 | 100110 | 100110 | 110100 | 101001 |
Color Harmonies of #9F7732
Complementary color
Monochromatic Colors of #9F7732
Black with #9F7732
Text Example
Text Example
White with #9F7732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7732; }
p { color: rgb(159,119,50); }
H1.HeaderClassName
{
color: #9F7732;
}
.AnyTagClassName
{
color: #9F7732;
}
</style>
background-color css
<style>
a { background-color: #9F7732; }
a { background-color: rgb(159,119,50); }
div.DivClassName
{
background-color: #9F7732;
}
.BgClassName
{
background-color: #9F7732;
}
</style>
border-color css
<style>
span { border-color: #9F7732; }
span { border-color: rgb(159,119,50); }
td.TdClassName
{
border-color: #9F7732;
}
.TagClassName
{
border-color: #9F7732;
}
</style>