Shades of Buttered Rum #98752E
Tints of Buttered Rum #98752E
RGB
CMYK
RGB Variations
Color information
#98752E (or 0x98752E) is known color: Buttered Rum. HEX triplet: 98, 75 and 2E. RGB value is (152,117,46). Sum of RGB (Red+Green+Blue) = 152+117+46=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 117 (46.09% from 255 or 37.14% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #98752E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98752E is #678AD1. Grayscale: #777777. Windows color (decimal): -6785746 or 3044760. OLE color: 3044760.
HSL color Cylindrical-coordinate representation of color #98752E: hue angle of 40.19º 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 #98752E is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 117 | 46 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.40 |
| HSL | 40.19º | 0.54% | 0.39% | - |
| HSV(B) | 40.19º | 0.7% | 0.6% | - |
| XYZ | 19.8 | 19.6 | 5.32 | - |
| YUV | 119.37 | 86.6 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 46 | 0 | 0.23 | 0.70 | 0.40 | 40.19 | 0.54 | 0.39 |
| Hex | 98 | 75 | 2E | 0 | 17 | 46 | 28 | 28 | 36 | 27 |
| Octal | 230 | 165 | 56 | 0 | 27 | 106 | 50 | 50 | 66 | 47 |
| Binary | 10011000 | 1110101 | 101110 | 0 | 10111 | 1000110 | 101000 | 101000 | 110110 | 100111 |
Color Harmonies of #98752E
Complementary color
Monochromatic Colors of #98752E
Black with #98752E
Text Example
Text Example
White with #98752E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98752E; }
p { color: rgb(152,117,46); }
H1.HeaderClassName
{
color: #98752E;
}
.AnyTagClassName
{
color: #98752E;
}
</style>
background-color css
<style>
a { background-color: #98752E; }
a { background-color: rgb(152,117,46); }
div.DivClassName
{
background-color: #98752E;
}
.BgClassName
{
background-color: #98752E;
}
</style>
border-color css
<style>
span { border-color: #98752E; }
span { border-color: rgb(152,117,46); }
td.TdClassName
{
border-color: #98752E;
}
.TagClassName
{
border-color: #98752E;
}
</style>