Shades of Buttered Rum #98702D
Tints of Buttered Rum #98702D
RGB
CMYK
RGB Variations
Color information
#98702D (or 0x98702D) is known color: Buttered Rum. HEX triplet: 98, 70 and 2D. RGB value is (152,112,45). Sum of RGB (Red+Green+Blue) = 152+112+45=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 112 (44.14% from 255 or 36.25% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #98702D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98702D is #678FD2. Grayscale: #747474. Windows color (decimal): -6787027 or 2977944. OLE color: 2977944.
HSL color Cylindrical-coordinate representation of color #98702D: hue angle of 37.57º 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 #98702D is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 112 | 45 | - |
| CMYK | 0 | 0.26 | 0.70 | 0.40 |
| HSL | 37.57º | 0.54% | 0.39% | - |
| HSV(B) | 37.57º | 0.7% | 0.6% | - |
| XYZ | 19.22 | 18.45 | 5.03 | - |
| YUV | 116.32 | 87.75 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 112 | 45 | 0 | 0.26 | 0.70 | 0.40 | 37.57 | 0.54 | 0.39 |
| Hex | 98 | 70 | 2D | 0 | 1A | 46 | 28 | 26 | 36 | 27 |
| Octal | 230 | 160 | 55 | 0 | 32 | 106 | 50 | 46 | 66 | 47 |
| Binary | 10011000 | 1110000 | 101101 | 0 | 11010 | 1000110 | 101000 | 100110 | 110110 | 100111 |
Color Harmonies of #98702D
Complementary color
Monochromatic Colors of #98702D
Black with #98702D
Text Example
Text Example
White with #98702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98702D; }
p { color: rgb(152,112,45); }
H1.HeaderClassName
{
color: #98702D;
}
.AnyTagClassName
{
color: #98702D;
}
</style>
background-color css
<style>
a { background-color: #98702D; }
a { background-color: rgb(152,112,45); }
div.DivClassName
{
background-color: #98702D;
}
.BgClassName
{
background-color: #98702D;
}
</style>
border-color css
<style>
span { border-color: #98702D; }
span { border-color: rgb(152,112,45); }
td.TdClassName
{
border-color: #98702D;
}
.TagClassName
{
border-color: #98702D;
}
</style>