Shades of Buttered Rum #98733F
Tints of Buttered Rum #98733F
RGB
CMYK
RGB Variations
Color information
#98733F (or 0x98733F) is known color: Buttered Rum. HEX triplet: 98, 73 and 3F. RGB value is (152,115,63). Sum of RGB (Red+Green+Blue) = 152+115+63=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #98733F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98733F is #678CC0. Grayscale: #787878. Windows color (decimal): -6786241 or 4158360. OLE color: 4158360.
HSL color Cylindrical-coordinate representation of color #98733F: hue angle of 35.06º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #98733F is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 115 | 63 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.40 |
| HSL | 35.06º | 0.41% | 0.42% | - |
| HSV(B) | 35.06º | 0.59% | 0.6% | - |
| XYZ | 19.98 | 19.3 | 7.37 | - |
| YUV | 120.14 | 95.76 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 115 | 63 | 0 | 0.24 | 0.59 | 0.40 | 35.06 | 0.41 | 0.42 |
| Hex | 98 | 73 | 3F | 0 | 18 | 3B | 28 | 23 | 29 | 2A |
| Octal | 230 | 163 | 77 | 0 | 30 | 73 | 50 | 43 | 51 | 52 |
| Binary | 10011000 | 1110011 | 111111 | 0 | 11000 | 111011 | 101000 | 100011 | 101001 | 101010 |
Color Harmonies of #98733F
Complementary color
Monochromatic Colors of #98733F
Black with #98733F
Text Example
Text Example
White with #98733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98733F; }
p { color: rgb(152,115,63); }
H1.HeaderClassName
{
color: #98733F;
}
.AnyTagClassName
{
color: #98733F;
}
</style>
background-color css
<style>
a { background-color: #98733F; }
a { background-color: rgb(152,115,63); }
div.DivClassName
{
background-color: #98733F;
}
.BgClassName
{
background-color: #98733F;
}
</style>
border-color css
<style>
span { border-color: #98733F; }
span { border-color: rgb(152,115,63); }
td.TdClassName
{
border-color: #98733F;
}
.TagClassName
{
border-color: #98733F;
}
</style>