Shades of Buttered Rum #9F7323
Tints of Buttered Rum #9F7323
RGB
CMYK
RGB Variations
Color information
#9F7323 (or 0x9F7323) is known color: Buttered Rum. HEX triplet: 9F, 73 and 23. RGB value is (159,115,35). Sum of RGB (Red+Green+Blue) = 159+115+35=309 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.46% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7323 is #608CDC. Grayscale: #777777. Windows color (decimal): -6327517 or 2323359. OLE color: 2323359.
HSL color Cylindrical-coordinate representation of color #9F7323: hue angle of 38.71º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9F7323 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 115 | 35 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.38 |
| HSL | 38.71º | 0.64% | 0.38% | - |
| HSV(B) | 38.71º | 0.78% | 0.62% | - |
| XYZ | 20.73 | 19.75 | 4.31 | - |
| YUV | 119.04 | 80.58 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 115 | 35 | 0 | 0.28 | 0.78 | 0.38 | 38.71 | 0.64 | 0.38 |
| Hex | 9F | 73 | 23 | 0 | 1C | 4E | 26 | 27 | 40 | 26 |
| Octal | 237 | 163 | 43 | 0 | 34 | 116 | 46 | 47 | 100 | 46 |
| Binary | 10011111 | 1110011 | 100011 | 0 | 11100 | 1001110 | 100110 | 100111 | 1000000 | 100110 |
Color Harmonies of #9F7323
Complementary color
Monochromatic Colors of #9F7323
Black with #9F7323
Text Example
Text Example
White with #9F7323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7323; }
p { color: rgb(159,115,35); }
H1.HeaderClassName
{
color: #9F7323;
}
.AnyTagClassName
{
color: #9F7323;
}
</style>
background-color css
<style>
a { background-color: #9F7323; }
a { background-color: rgb(159,115,35); }
div.DivClassName
{
background-color: #9F7323;
}
.BgClassName
{
background-color: #9F7323;
}
</style>
border-color css
<style>
span { border-color: #9F7323; }
span { border-color: rgb(159,115,35); }
td.TdClassName
{
border-color: #9F7323;
}
.TagClassName
{
border-color: #9F7323;
}
</style>