Shades of Buttered Rum #987024
Tints of Buttered Rum #987024
RGB
CMYK
RGB Variations
Color information
#987024 (or 0x987024) is known color: Buttered Rum. HEX triplet: 98, 70 and 24. RGB value is (152,112,36). Sum of RGB (Red+Green+Blue) = 152+112+36=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 36 (14.45% from 255 or 12% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #987024 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987024 is #678FDB. Grayscale: #737373. Windows color (decimal): -6787036 or 2388120. OLE color: 2388120.
HSL color Cylindrical-coordinate representation of color #987024: hue angle of 39.31º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #987024 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 112 | 36 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.40 |
| HSL | 39.31º | 0.62% | 0.37% | - |
| HSV(B) | 39.31º | 0.76% | 0.6% | - |
| XYZ | 19.06 | 18.39 | 4.21 | - |
| YUV | 115.3 | 83.25 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 112 | 36 | 0 | 0.26 | 0.76 | 0.40 | 39.31 | 0.62 | 0.37 |
| Hex | 98 | 70 | 24 | 0 | 1A | 4C | 28 | 27 | 3E | 25 |
| Octal | 230 | 160 | 44 | 0 | 32 | 114 | 50 | 47 | 76 | 45 |
| Binary | 10011000 | 1110000 | 100100 | 0 | 11010 | 1001100 | 101000 | 100111 | 111110 | 100101 |
Color Harmonies of #987024
Complementary color
Monochromatic Colors of #987024
Black with #987024
Text Example
Text Example
White with #987024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987024; }
p { color: rgb(152,112,36); }
H1.HeaderClassName
{
color: #987024;
}
.AnyTagClassName
{
color: #987024;
}
</style>
background-color css
<style>
a { background-color: #987024; }
a { background-color: rgb(152,112,36); }
div.DivClassName
{
background-color: #987024;
}
.BgClassName
{
background-color: #987024;
}
</style>
border-color css
<style>
span { border-color: #987024; }
span { border-color: rgb(152,112,36); }
td.TdClassName
{
border-color: #987024;
}
.TagClassName
{
border-color: #987024;
}
</style>