Shades of Buttered Rum #987032
Tints of Buttered Rum #987032
RGB
CMYK
RGB Variations
Color information
#987032 (or 0x987032) is known color: Buttered Rum. HEX triplet: 98, 70 and 32. RGB value is (152,112,50). Sum of RGB (Red+Green+Blue) = 152+112+50=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #987032 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987032 is #678FCD. Grayscale: #757575. Windows color (decimal): -6787022 or 3305624. OLE color: 3305624.
HSL color Cylindrical-coordinate representation of color #987032: hue angle of 36.47º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #987032 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 112 | 50 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.40 |
| HSL | 36.47º | 0.5% | 0.4% | - |
| HSV(B) | 36.47º | 0.67% | 0.6% | - |
| XYZ | 19.32 | 18.49 | 5.57 | - |
| YUV | 116.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 112 | 50 | 0 | 0.26 | 0.67 | 0.40 | 36.47 | 0.5 | 0.4 |
| Hex | 98 | 70 | 32 | 0 | 1A | 43 | 28 | 24 | 32 | 28 |
| Octal | 230 | 160 | 62 | 0 | 32 | 103 | 50 | 44 | 62 | 50 |
| Binary | 10011000 | 1110000 | 110010 | 0 | 11010 | 1000011 | 101000 | 100100 | 110010 | 101000 |
Color Harmonies of #987032
Complementary color
Monochromatic Colors of #987032
Black with #987032
Text Example
Text Example
White with #987032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987032; }
p { color: rgb(152,112,50); }
H1.HeaderClassName
{
color: #987032;
}
.AnyTagClassName
{
color: #987032;
}
</style>
background-color css
<style>
a { background-color: #987032; }
a { background-color: rgb(152,112,50); }
div.DivClassName
{
background-color: #987032;
}
.BgClassName
{
background-color: #987032;
}
</style>
border-color css
<style>
span { border-color: #987032; }
span { border-color: rgb(152,112,50); }
td.TdClassName
{
border-color: #987032;
}
.TagClassName
{
border-color: #987032;
}
</style>