Shades of Buttered Rum #98752C
Tints of Buttered Rum #98752C
RGB
CMYK
RGB Variations
Color information
#98752C (or 0x98752C) is known color: Buttered Rum. HEX triplet: 98, 75 and 2C. RGB value is (152,117,44). Sum of RGB (Red+Green+Blue) = 152+117+44=313 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.56% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 152 - color contains mainly: red. Hex color #98752C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98752C is #678AD3. Grayscale: #777777. Windows color (decimal): -6785748 or 2913688. OLE color: 2913688.
HSL color Cylindrical-coordinate representation of color #98752C: hue angle of 40.56º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #98752C is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 117 | 44 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.40 |
| HSL | 40.56º | 0.55% | 0.38% | - |
| HSV(B) | 40.56º | 0.71% | 0.6% | - |
| XYZ | 19.76 | 19.58 | 5.12 | - |
| YUV | 119.14 | 85.6 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 44 | 0 | 0.23 | 0.71 | 0.40 | 40.56 | 0.55 | 0.38 |
| Hex | 98 | 75 | 2C | 0 | 17 | 47 | 28 | 29 | 37 | 26 |
| Octal | 230 | 165 | 54 | 0 | 27 | 107 | 50 | 51 | 67 | 46 |
| Binary | 10011000 | 1110101 | 101100 | 0 | 10111 | 1000111 | 101000 | 101001 | 110111 | 100110 |
Color Harmonies of #98752C
Complementary color
Monochromatic Colors of #98752C
Black with #98752C
Text Example
Text Example
White with #98752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98752C; }
p { color: rgb(152,117,44); }
H1.HeaderClassName
{
color: #98752C;
}
.AnyTagClassName
{
color: #98752C;
}
</style>
background-color css
<style>
a { background-color: #98752C; }
a { background-color: rgb(152,117,44); }
div.DivClassName
{
background-color: #98752C;
}
.BgClassName
{
background-color: #98752C;
}
</style>
border-color css
<style>
span { border-color: #98752C; }
span { border-color: rgb(152,117,44); }
td.TdClassName
{
border-color: #98752C;
}
.TagClassName
{
border-color: #98752C;
}
</style>