Shades of Buttered Rum #9F7033
Tints of Buttered Rum #9F7033
RGB
CMYK
RGB Variations
Color information
#9F7033 (or 0x9F7033) is known color: Buttered Rum. HEX triplet: 9F, 70 and 33. RGB value is (159,112,51). Sum of RGB (Red+Green+Blue) = 159+112+51=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 51 (20.31% from 255 or 15.84% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7033 is #608FCC. Grayscale: #777777. Windows color (decimal): -6328269 or 3371167. OLE color: 3371167.
HSL color Cylindrical-coordinate representation of color #9F7033: hue angle of 33.89º 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 #9F7033 is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 112 | 51 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.38 |
| HSL | 33.89º | 0.51% | 0.41% | - |
| HSV(B) | 33.89º | 0.68% | 0.62% | - |
| XYZ | 20.69 | 19.2 | 5.75 | - |
| YUV | 119.1 | 89.57 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 51 | 0 | 0.30 | 0.68 | 0.38 | 33.89 | 0.51 | 0.41 |
| Hex | 9F | 70 | 33 | 0 | 1E | 44 | 26 | 22 | 33 | 29 |
| Octal | 237 | 160 | 63 | 0 | 36 | 104 | 46 | 42 | 63 | 51 |
| Binary | 10011111 | 1110000 | 110011 | 0 | 11110 | 1000100 | 100110 | 100010 | 110011 | 101001 |
Color Harmonies of #9F7033
Complementary color
Monochromatic Colors of #9F7033
Black with #9F7033
Text Example
Text Example
White with #9F7033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7033; }
p { color: rgb(159,112,51); }
H1.HeaderClassName
{
color: #9F7033;
}
.AnyTagClassName
{
color: #9F7033;
}
</style>
background-color css
<style>
a { background-color: #9F7033; }
a { background-color: rgb(159,112,51); }
div.DivClassName
{
background-color: #9F7033;
}
.BgClassName
{
background-color: #9F7033;
}
</style>
border-color css
<style>
span { border-color: #9F7033; }
span { border-color: rgb(159,112,51); }
td.TdClassName
{
border-color: #9F7033;
}
.TagClassName
{
border-color: #9F7033;
}
</style>