Shades of Buttered Rum #987028
Tints of Buttered Rum #987028
RGB
CMYK
RGB Variations
Color information
#987028 (or 0x987028) is known color: Buttered Rum. HEX triplet: 98, 70 and 28. RGB value is (152,112,40). Sum of RGB (Red+Green+Blue) = 152+112+40=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #987028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987028 is #678FD7. Grayscale: #747474. Windows color (decimal): -6787032 or 2650264. OLE color: 2650264.
HSL color Cylindrical-coordinate representation of color #987028: hue angle of 38.57º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #987028 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 112 | 40 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.40 |
| HSL | 38.57º | 0.58% | 0.38% | - |
| HSV(B) | 38.57º | 0.74% | 0.6% | - |
| XYZ | 19.13 | 18.42 | 4.55 | - |
| YUV | 115.75 | 85.25 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 112 | 40 | 0 | 0.26 | 0.74 | 0.40 | 38.57 | 0.58 | 0.38 |
| Hex | 98 | 70 | 28 | 0 | 1A | 4A | 28 | 27 | 3A | 26 |
| Octal | 230 | 160 | 50 | 0 | 32 | 112 | 50 | 47 | 72 | 46 |
| Binary | 10011000 | 1110000 | 101000 | 0 | 11010 | 1001010 | 101000 | 100111 | 111010 | 100110 |
Color Harmonies of #987028
Complementary color
Monochromatic Colors of #987028
Black with #987028
Text Example
Text Example
White with #987028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987028; }
p { color: rgb(152,112,40); }
H1.HeaderClassName
{
color: #987028;
}
.AnyTagClassName
{
color: #987028;
}
</style>
background-color css
<style>
a { background-color: #987028; }
a { background-color: rgb(152,112,40); }
div.DivClassName
{
background-color: #987028;
}
.BgClassName
{
background-color: #987028;
}
</style>
border-color css
<style>
span { border-color: #987028; }
span { border-color: rgb(152,112,40); }
td.TdClassName
{
border-color: #987028;
}
.TagClassName
{
border-color: #987028;
}
</style>