Shades of Buttered Rum #987139
Tints of Buttered Rum #987139
RGB
CMYK
RGB Variations
Color information
#987139 (or 0x987139) is known color: Buttered Rum. HEX triplet: 98, 71 and 39. RGB value is (152,113,57). Sum of RGB (Red+Green+Blue) = 152+113+57=322 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.20% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 152 - color contains mainly: red. Hex color #987139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987139 is #678EC6. Grayscale: #767676. Windows color (decimal): -6786759 or 3764632. OLE color: 3764632.
HSL color Cylindrical-coordinate representation of color #987139: hue angle of 35.37º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #987139 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 113 | 57 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.40 |
| HSL | 35.37º | 0.45% | 0.41% | - |
| HSV(B) | 35.37º | 0.63% | 0.6% | - |
| XYZ | 19.59 | 18.78 | 6.46 | - |
| YUV | 118.28 | 93.42 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 57 | 0 | 0.26 | 0.62 | 0.40 | 35.37 | 0.45 | 0.41 |
| Hex | 98 | 71 | 39 | 0 | 1A | 3E | 28 | 23 | 2D | 29 |
| Octal | 230 | 161 | 71 | 0 | 32 | 76 | 50 | 43 | 55 | 51 |
| Binary | 10011000 | 1110001 | 111001 | 0 | 11010 | 111110 | 101000 | 100011 | 101101 | 101001 |
Color Harmonies of #987139
Complementary color
Monochromatic Colors of #987139
Black with #987139
Text Example
Text Example
White with #987139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987139; }
p { color: rgb(152,113,57); }
H1.HeaderClassName
{
color: #987139;
}
.AnyTagClassName
{
color: #987139;
}
</style>
background-color css
<style>
a { background-color: #987139; }
a { background-color: rgb(152,113,57); }
div.DivClassName
{
background-color: #987139;
}
.BgClassName
{
background-color: #987139;
}
</style>
border-color css
<style>
span { border-color: #987139; }
span { border-color: rgb(152,113,57); }
td.TdClassName
{
border-color: #987139;
}
.TagClassName
{
border-color: #987139;
}
</style>