Shades of Buttered Rum #987133
Tints of Buttered Rum #987133
RGB
CMYK
RGB Variations
Color information
#987133 (or 0x987133) is known color: Buttered Rum. HEX triplet: 98, 71 and 33. RGB value is (152,113,51). Sum of RGB (Red+Green+Blue) = 152+113+51=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #987133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987133 is #678ECC. Grayscale: #757575. Windows color (decimal): -6786765 or 3371416. OLE color: 3371416.
HSL color Cylindrical-coordinate representation of color #987133: hue angle of 36.83º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #987133 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 113 | 51 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.40 |
| HSL | 36.83º | 0.5% | 0.4% | - |
| HSV(B) | 36.83º | 0.66% | 0.6% | - |
| XYZ | 19.45 | 18.72 | 5.72 | - |
| YUV | 117.59 | 90.42 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 51 | 0 | 0.26 | 0.66 | 0.40 | 36.83 | 0.5 | 0.4 |
| Hex | 98 | 71 | 33 | 0 | 1A | 42 | 28 | 25 | 32 | 28 |
| Octal | 230 | 161 | 63 | 0 | 32 | 102 | 50 | 45 | 62 | 50 |
| Binary | 10011000 | 1110001 | 110011 | 0 | 11010 | 1000010 | 101000 | 100101 | 110010 | 101000 |
Color Harmonies of #987133
Complementary color
Monochromatic Colors of #987133
Black with #987133
Text Example
Text Example
White with #987133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987133; }
p { color: rgb(152,113,51); }
H1.HeaderClassName
{
color: #987133;
}
.AnyTagClassName
{
color: #987133;
}
</style>
background-color css
<style>
a { background-color: #987133; }
a { background-color: rgb(152,113,51); }
div.DivClassName
{
background-color: #987133;
}
.BgClassName
{
background-color: #987133;
}
</style>
border-color css
<style>
span { border-color: #987133; }
span { border-color: rgb(152,113,51); }
td.TdClassName
{
border-color: #987133;
}
.TagClassName
{
border-color: #987133;
}
</style>