Shades of Buttered Rum #987232
Tints of Buttered Rum #987232
RGB
CMYK
RGB Variations
Color information
#987232 (or 0x987232) is known color: Buttered Rum. HEX triplet: 98, 72 and 32. RGB value is (152,114,50). Sum of RGB (Red+Green+Blue) = 152+114+50=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #987232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987232 is #678DCD. Grayscale: #767676. Windows color (decimal): -6786510 or 3306136. OLE color: 3306136.
HSL color Cylindrical-coordinate representation of color #987232: hue angle of 37.65º 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 #987232 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 114 | 50 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.40 |
| HSL | 37.65º | 0.5% | 0.4% | - |
| HSV(B) | 37.65º | 0.67% | 0.6% | - |
| XYZ | 19.54 | 18.94 | 5.64 | - |
| YUV | 118.07 | 89.59 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 114 | 50 | 0 | 0.25 | 0.67 | 0.40 | 37.65 | 0.5 | 0.4 |
| Hex | 98 | 72 | 32 | 0 | 19 | 43 | 28 | 26 | 32 | 28 |
| Octal | 230 | 162 | 62 | 0 | 31 | 103 | 50 | 46 | 62 | 50 |
| Binary | 10011000 | 1110010 | 110010 | 0 | 11001 | 1000011 | 101000 | 100110 | 110010 | 101000 |
Color Harmonies of #987232
Complementary color
Monochromatic Colors of #987232
Black with #987232
Text Example
Text Example
White with #987232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987232; }
p { color: rgb(152,114,50); }
H1.HeaderClassName
{
color: #987232;
}
.AnyTagClassName
{
color: #987232;
}
</style>
background-color css
<style>
a { background-color: #987232; }
a { background-color: rgb(152,114,50); }
div.DivClassName
{
background-color: #987232;
}
.BgClassName
{
background-color: #987232;
}
</style>
border-color css
<style>
span { border-color: #987232; }
span { border-color: rgb(152,114,50); }
td.TdClassName
{
border-color: #987232;
}
.TagClassName
{
border-color: #987232;
}
</style>