Shades of Buttered Rum #987A2F
Tints of Buttered Rum #987A2F
RGB
CMYK
RGB Variations
Color information
#987A2F (or 0x987A2F) is known color: Buttered Rum. HEX triplet: 98, 7A and 2F. RGB value is (152,122,47). Sum of RGB (Red+Green+Blue) = 152+122+47=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #987A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987A2F is #6785D0. Grayscale: #7A7A7A. Windows color (decimal): -6784465 or 3111576. OLE color: 3111576.
HSL color Cylindrical-coordinate representation of color #987A2F: hue angle of 42.86º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #987A2F is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 122 | 47 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.40 |
| HSL | 42.86º | 0.53% | 0.39% | - |
| HSV(B) | 42.86º | 0.69% | 0.6% | - |
| XYZ | 20.42 | 20.8 | 5.63 | - |
| YUV | 122.42 | 85.44 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 47 | 0 | 0.20 | 0.69 | 0.40 | 42.86 | 0.53 | 0.39 |
| Hex | 98 | 7A | 2F | 0 | 14 | 45 | 28 | 2B | 35 | 27 |
| Octal | 230 | 172 | 57 | 0 | 24 | 105 | 50 | 53 | 65 | 47 |
| Binary | 10011000 | 1111010 | 101111 | 0 | 10100 | 1000101 | 101000 | 101011 | 110101 | 100111 |
Color Harmonies of #987A2F
Complementary color
Monochromatic Colors of #987A2F
Black with #987A2F
Text Example
Text Example
White with #987A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987A2F; }
p { color: rgb(152,122,47); }
H1.HeaderClassName
{
color: #987A2F;
}
.AnyTagClassName
{
color: #987A2F;
}
</style>
background-color css
<style>
a { background-color: #987A2F; }
a { background-color: rgb(152,122,47); }
div.DivClassName
{
background-color: #987A2F;
}
.BgClassName
{
background-color: #987A2F;
}
</style>
border-color css
<style>
span { border-color: #987A2F; }
span { border-color: rgb(152,122,47); }
td.TdClassName
{
border-color: #987A2F;
}
.TagClassName
{
border-color: #987A2F;
}
</style>