Shades of Buttered Rum #98702A
Tints of Buttered Rum #98702A
RGB
CMYK
RGB Variations
Color information
#98702A (or 0x98702A) is known color: Buttered Rum. HEX triplet: 98, 70 and 2A. RGB value is (152,112,42). Sum of RGB (Red+Green+Blue) = 152+112+42=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #98702A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98702A is #678FD5. Grayscale: #747474. Windows color (decimal): -6787030 or 2781336. OLE color: 2781336.
HSL color Cylindrical-coordinate representation of color #98702A: hue angle of 38.18º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98702A is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 112 | 42 | - |
| CMYK | 0 | 0.26 | 0.72 | 0.40 |
| HSL | 38.18º | 0.57% | 0.38% | - |
| HSV(B) | 38.18º | 0.72% | 0.6% | - |
| XYZ | 19.16 | 18.43 | 4.74 | - |
| YUV | 115.98 | 86.25 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 112 | 42 | 0 | 0.26 | 0.72 | 0.40 | 38.18 | 0.57 | 0.38 |
| Hex | 98 | 70 | 2A | 0 | 1A | 48 | 28 | 26 | 39 | 26 |
| Octal | 230 | 160 | 52 | 0 | 32 | 110 | 50 | 46 | 71 | 46 |
| Binary | 10011000 | 1110000 | 101010 | 0 | 11010 | 1001000 | 101000 | 100110 | 111001 | 100110 |
Color Harmonies of #98702A
Complementary color
Monochromatic Colors of #98702A
Black with #98702A
Text Example
Text Example
White with #98702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98702A; }
p { color: rgb(152,112,42); }
H1.HeaderClassName
{
color: #98702A;
}
.AnyTagClassName
{
color: #98702A;
}
</style>
background-color css
<style>
a { background-color: #98702A; }
a { background-color: rgb(152,112,42); }
div.DivClassName
{
background-color: #98702A;
}
.BgClassName
{
background-color: #98702A;
}
</style>
border-color css
<style>
span { border-color: #98702A; }
span { border-color: rgb(152,112,42); }
td.TdClassName
{
border-color: #98702A;
}
.TagClassName
{
border-color: #98702A;
}
</style>