Shades of Buttered Rum #9F742F
Tints of Buttered Rum #9F742F
RGB
CMYK
RGB Variations
Color information
#9F742F (or 0x9F742F) is known color: Buttered Rum. HEX triplet: 9F, 74 and 2F. RGB value is (159,116,47). Sum of RGB (Red+Green+Blue) = 159+116+47=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F742F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F742F is #608BD0. Grayscale: #797979. Windows color (decimal): -6327249 or 3110047. OLE color: 3110047.
HSL color Cylindrical-coordinate representation of color #9F742F: hue angle of 36.96º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F742F is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 116 | 47 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.38 |
| HSL | 36.96º | 0.54% | 0.4% | - |
| HSV(B) | 36.96º | 0.7% | 0.62% | - |
| XYZ | 21.06 | 20.07 | 5.45 | - |
| YUV | 120.99 | 86.25 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 116 | 47 | 0 | 0.27 | 0.70 | 0.38 | 36.96 | 0.54 | 0.4 |
| Hex | 9F | 74 | 2F | 0 | 1B | 46 | 26 | 25 | 36 | 28 |
| Octal | 237 | 164 | 57 | 0 | 33 | 106 | 46 | 45 | 66 | 50 |
| Binary | 10011111 | 1110100 | 101111 | 0 | 11011 | 1000110 | 100110 | 100101 | 110110 | 101000 |
Color Harmonies of #9F742F
Complementary color
Monochromatic Colors of #9F742F
Black with #9F742F
Text Example
Text Example
White with #9F742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F742F; }
p { color: rgb(159,116,47); }
H1.HeaderClassName
{
color: #9F742F;
}
.AnyTagClassName
{
color: #9F742F;
}
</style>
background-color css
<style>
a { background-color: #9F742F; }
a { background-color: rgb(159,116,47); }
div.DivClassName
{
background-color: #9F742F;
}
.BgClassName
{
background-color: #9F742F;
}
</style>
border-color css
<style>
span { border-color: #9F742F; }
span { border-color: rgb(159,116,47); }
td.TdClassName
{
border-color: #9F742F;
}
.TagClassName
{
border-color: #9F742F;
}
</style>