Shades of Buttered Rum #98732E
Tints of Buttered Rum #98732E
RGB
CMYK
RGB Variations
Color information
#98732E (or 0x98732E) is known color: Buttered Rum. HEX triplet: 98, 73 and 2E. RGB value is (152,115,46). Sum of RGB (Red+Green+Blue) = 152+115+46=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #98732E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98732E is #678CD1. Grayscale: #767676. Windows color (decimal): -6786258 or 3044248. OLE color: 3044248.
HSL color Cylindrical-coordinate representation of color #98732E: hue angle of 39.06º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98732E is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 115 | 46 | - |
| CMYK | 0 | 0.24 | 0.70 | 0.40 |
| HSL | 39.06º | 0.54% | 0.39% | - |
| HSV(B) | 39.06º | 0.7% | 0.6% | - |
| XYZ | 19.57 | 19.13 | 5.25 | - |
| YUV | 118.2 | 87.26 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 115 | 46 | 0 | 0.24 | 0.70 | 0.40 | 39.06 | 0.54 | 0.39 |
| Hex | 98 | 73 | 2E | 0 | 18 | 46 | 28 | 27 | 36 | 27 |
| Octal | 230 | 163 | 56 | 0 | 30 | 106 | 50 | 47 | 66 | 47 |
| Binary | 10011000 | 1110011 | 101110 | 0 | 11000 | 1000110 | 101000 | 100111 | 110110 | 100111 |
Color Harmonies of #98732E
Complementary color
Monochromatic Colors of #98732E
Black with #98732E
Text Example
Text Example
White with #98732E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98732E; }
p { color: rgb(152,115,46); }
H1.HeaderClassName
{
color: #98732E;
}
.AnyTagClassName
{
color: #98732E;
}
</style>
background-color css
<style>
a { background-color: #98732E; }
a { background-color: rgb(152,115,46); }
div.DivClassName
{
background-color: #98732E;
}
.BgClassName
{
background-color: #98732E;
}
</style>
border-color css
<style>
span { border-color: #98732E; }
span { border-color: rgb(152,115,46); }
td.TdClassName
{
border-color: #98732E;
}
.TagClassName
{
border-color: #98732E;
}
</style>