Shades of Buttered Rum #9F7321
Tints of Buttered Rum #9F7321
RGB
CMYK
RGB Variations
Color information
#9F7321 (or 0x9F7321) is known color: Buttered Rum. HEX triplet: 9F, 73 and 21. RGB value is (159,115,33). Sum of RGB (Red+Green+Blue) = 159+115+33=307 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.79% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7321 is #608CDE. Grayscale: #777777. Windows color (decimal): -6327519 or 2192287. OLE color: 2192287.
HSL color Cylindrical-coordinate representation of color #9F7321: hue angle of 39.05º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F7321 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 115 | 33 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.38 |
| HSL | 39.05º | 0.66% | 0.38% | - |
| HSV(B) | 39.05º | 0.79% | 0.62% | - |
| XYZ | 20.7 | 19.74 | 4.16 | - |
| YUV | 118.81 | 79.58 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 115 | 33 | 0 | 0.28 | 0.79 | 0.38 | 39.05 | 0.66 | 0.38 |
| Hex | 9F | 73 | 21 | 0 | 1C | 4F | 26 | 27 | 42 | 26 |
| Octal | 237 | 163 | 41 | 0 | 34 | 117 | 46 | 47 | 102 | 46 |
| Binary | 10011111 | 1110011 | 100001 | 0 | 11100 | 1001111 | 100110 | 100111 | 1000010 | 100110 |
Color Harmonies of #9F7321
Complementary color
Monochromatic Colors of #9F7321
Black with #9F7321
Text Example
Text Example
White with #9F7321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7321; }
p { color: rgb(159,115,33); }
H1.HeaderClassName
{
color: #9F7321;
}
.AnyTagClassName
{
color: #9F7321;
}
</style>
background-color css
<style>
a { background-color: #9F7321; }
a { background-color: rgb(159,115,33); }
div.DivClassName
{
background-color: #9F7321;
}
.BgClassName
{
background-color: #9F7321;
}
</style>
border-color css
<style>
span { border-color: #9F7321; }
span { border-color: rgb(159,115,33); }
td.TdClassName
{
border-color: #9F7321;
}
.TagClassName
{
border-color: #9F7321;
}
</style>