Shades of Buttered Rum #98773A
Tints of Buttered Rum #98773A
RGB
CMYK
RGB Variations
Color information
#98773A (or 0x98773A) is known color: Buttered Rum. HEX triplet: 98, 77 and 3A. RGB value is (152,119,58). Sum of RGB (Red+Green+Blue) = 152+119+58=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #98773A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98773A is #6788C5. Grayscale: #7A7A7A. Windows color (decimal): -6785222 or 3831704. OLE color: 3831704.
HSL color Cylindrical-coordinate representation of color #98773A: hue angle of 38.94º 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 #98773A is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 119 | 58 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.40 |
| HSL | 38.94º | 0.45% | 0.41% | - |
| HSV(B) | 38.94º | 0.62% | 0.6% | - |
| XYZ | 20.31 | 20.17 | 6.83 | - |
| YUV | 121.91 | 91.93 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 58 | 0 | 0.22 | 0.62 | 0.40 | 38.94 | 0.45 | 0.41 |
| Hex | 98 | 77 | 3A | 0 | 16 | 3E | 28 | 27 | 2D | 29 |
| Octal | 230 | 167 | 72 | 0 | 26 | 76 | 50 | 47 | 55 | 51 |
| Binary | 10011000 | 1110111 | 111010 | 0 | 10110 | 111110 | 101000 | 100111 | 101101 | 101001 |
Color Harmonies of #98773A
Complementary color
Monochromatic Colors of #98773A
Black with #98773A
Text Example
Text Example
White with #98773A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98773A; }
p { color: rgb(152,119,58); }
H1.HeaderClassName
{
color: #98773A;
}
.AnyTagClassName
{
color: #98773A;
}
</style>
background-color css
<style>
a { background-color: #98773A; }
a { background-color: rgb(152,119,58); }
div.DivClassName
{
background-color: #98773A;
}
.BgClassName
{
background-color: #98773A;
}
</style>
border-color css
<style>
span { border-color: #98773A; }
span { border-color: rgb(152,119,58); }
td.TdClassName
{
border-color: #98773A;
}
.TagClassName
{
border-color: #98773A;
}
</style>