Shades of Buttered Rum #9F7333
Tints of Buttered Rum #9F7333
RGB
CMYK
RGB Variations
Color information
#9F7333 (or 0x9F7333) is known color: Buttered Rum. HEX triplet: 9F, 73 and 33. RGB value is (159,115,51). Sum of RGB (Red+Green+Blue) = 159+115+51=325 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.92% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7333 is #608CCC. Grayscale: #797979. Windows color (decimal): -6327501 or 3371935. OLE color: 3371935.
HSL color Cylindrical-coordinate representation of color #9F7333: hue angle of 35.56º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9F7333 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 115 | 51 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.38 |
| HSL | 35.56º | 0.51% | 0.41% | - |
| HSV(B) | 35.56º | 0.68% | 0.62% | - |
| XYZ | 21.03 | 19.87 | 5.86 | - |
| YUV | 120.86 | 88.58 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 115 | 51 | 0 | 0.28 | 0.68 | 0.38 | 35.56 | 0.51 | 0.41 |
| Hex | 9F | 73 | 33 | 0 | 1C | 44 | 26 | 24 | 33 | 29 |
| Octal | 237 | 163 | 63 | 0 | 34 | 104 | 46 | 44 | 63 | 51 |
| Binary | 10011111 | 1110011 | 110011 | 0 | 11100 | 1000100 | 100110 | 100100 | 110011 | 101001 |
Color Harmonies of #9F7333
Complementary color
Monochromatic Colors of #9F7333
Black with #9F7333
Text Example
Text Example
White with #9F7333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7333; }
p { color: rgb(159,115,51); }
H1.HeaderClassName
{
color: #9F7333;
}
.AnyTagClassName
{
color: #9F7333;
}
</style>
background-color css
<style>
a { background-color: #9F7333; }
a { background-color: rgb(159,115,51); }
div.DivClassName
{
background-color: #9F7333;
}
.BgClassName
{
background-color: #9F7333;
}
</style>
border-color css
<style>
span { border-color: #9F7333; }
span { border-color: rgb(159,115,51); }
td.TdClassName
{
border-color: #9F7333;
}
.TagClassName
{
border-color: #9F7333;
}
</style>