Shades of Buttered Rum #987A32
Tints of Buttered Rum #987A32
RGB
CMYK
RGB Variations
Color information
#987A32 (or 0x987A32) is known color: Buttered Rum. HEX triplet: 98, 7A and 32. RGB value is (152,122,50). Sum of RGB (Red+Green+Blue) = 152+122+50=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 50 (19.92% from 255 or 15.43% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #987A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987A32 is #6785CD. Grayscale: #7B7B7B. Windows color (decimal): -6784462 or 3308184. OLE color: 3308184.
HSL color Cylindrical-coordinate representation of color #987A32: hue angle of 42.35º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #987A32 is Cyan = 0, Magento = 0.20, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 122 | 50 | - |
| CMYK | 0 | 0.20 | 0.67 | 0.40 |
| HSL | 42.35º | 0.5% | 0.4% | - |
| HSV(B) | 42.35º | 0.67% | 0.6% | - |
| XYZ | 20.48 | 20.82 | 5.96 | - |
| YUV | 122.76 | 86.94 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 50 | 0 | 0.20 | 0.67 | 0.40 | 42.35 | 0.5 | 0.4 |
| Hex | 98 | 7A | 32 | 0 | 14 | 43 | 28 | 2A | 32 | 28 |
| Octal | 230 | 172 | 62 | 0 | 24 | 103 | 50 | 52 | 62 | 50 |
| Binary | 10011000 | 1111010 | 110010 | 0 | 10100 | 1000011 | 101000 | 101010 | 110010 | 101000 |
Color Harmonies of #987A32
Complementary color
Monochromatic Colors of #987A32
Black with #987A32
Text Example
Text Example
White with #987A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987A32; }
p { color: rgb(152,122,50); }
H1.HeaderClassName
{
color: #987A32;
}
.AnyTagClassName
{
color: #987A32;
}
</style>
background-color css
<style>
a { background-color: #987A32; }
a { background-color: rgb(152,122,50); }
div.DivClassName
{
background-color: #987A32;
}
.BgClassName
{
background-color: #987A32;
}
</style>
border-color css
<style>
span { border-color: #987A32; }
span { border-color: rgb(152,122,50); }
td.TdClassName
{
border-color: #987A32;
}
.TagClassName
{
border-color: #987A32;
}
</style>