Shades of Buttered Rum #987D3A
Tints of Buttered Rum #987D3A
RGB
CMYK
RGB Variations
Color information
#987D3A (or 0x987D3A) is known color: Buttered Rum. HEX triplet: 98, 7D and 3A. RGB value is (152,125,58). Sum of RGB (Red+Green+Blue) = 152+125+58=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #987D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987D3A is #6782C5. Grayscale: #7D7D7D. Windows color (decimal): -6783686 or 3833240. OLE color: 3833240.
HSL color Cylindrical-coordinate representation of color #987D3A: hue angle of 42.77º 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 #987D3A is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 125 | 58 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.40 |
| HSL | 42.77º | 0.45% | 0.41% | - |
| HSV(B) | 42.77º | 0.62% | 0.6% | - |
| XYZ | 21.05 | 21.65 | 7.07 | - |
| YUV | 125.44 | 89.95 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 58 | 0 | 0.18 | 0.62 | 0.40 | 42.77 | 0.45 | 0.41 |
| Hex | 98 | 7D | 3A | 0 | 12 | 3E | 28 | 2B | 2D | 29 |
| Octal | 230 | 175 | 72 | 0 | 22 | 76 | 50 | 53 | 55 | 51 |
| Binary | 10011000 | 1111101 | 111010 | 0 | 10010 | 111110 | 101000 | 101011 | 101101 | 101001 |
Color Harmonies of #987D3A
Complementary color
Monochromatic Colors of #987D3A
Black with #987D3A
Text Example
Text Example
White with #987D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987D3A; }
p { color: rgb(152,125,58); }
H1.HeaderClassName
{
color: #987D3A;
}
.AnyTagClassName
{
color: #987D3A;
}
</style>
background-color css
<style>
a { background-color: #987D3A; }
a { background-color: rgb(152,125,58); }
div.DivClassName
{
background-color: #987D3A;
}
.BgClassName
{
background-color: #987D3A;
}
</style>
border-color css
<style>
span { border-color: #987D3A; }
span { border-color: rgb(152,125,58); }
td.TdClassName
{
border-color: #987D3A;
}
.TagClassName
{
border-color: #987D3A;
}
</style>