Shades of Buttered Rum #98783F
Tints of Buttered Rum #98783F
RGB
CMYK
RGB Variations
Color information
#98783F (or 0x98783F) is known color: Buttered Rum. HEX triplet: 98, 78 and 3F. RGB value is (152,120,63). Sum of RGB (Red+Green+Blue) = 152+120+63=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #98783F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98783F is #6787C0. Grayscale: #7B7B7B. Windows color (decimal): -6784961 or 4159640. OLE color: 4159640.
HSL color Cylindrical-coordinate representation of color #98783F: hue angle of 38.43º 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 #98783F is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 120 | 63 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.40 |
| HSL | 38.43º | 0.41% | 0.42% | - |
| HSV(B) | 38.43º | 0.59% | 0.6% | - |
| XYZ | 20.56 | 20.47 | 7.57 | - |
| YUV | 123.07 | 94.1 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 120 | 63 | 0 | 0.21 | 0.59 | 0.40 | 38.43 | 0.41 | 0.42 |
| Hex | 98 | 78 | 3F | 0 | 15 | 3B | 28 | 26 | 29 | 2A |
| Octal | 230 | 170 | 77 | 0 | 25 | 73 | 50 | 46 | 51 | 52 |
| Binary | 10011000 | 1111000 | 111111 | 0 | 10101 | 111011 | 101000 | 100110 | 101001 | 101010 |
Color Harmonies of #98783F
Complementary color
Monochromatic Colors of #98783F
Black with #98783F
Text Example
Text Example
White with #98783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98783F; }
p { color: rgb(152,120,63); }
H1.HeaderClassName
{
color: #98783F;
}
.AnyTagClassName
{
color: #98783F;
}
</style>
background-color css
<style>
a { background-color: #98783F; }
a { background-color: rgb(152,120,63); }
div.DivClassName
{
background-color: #98783F;
}
.BgClassName
{
background-color: #98783F;
}
</style>
border-color css
<style>
span { border-color: #98783F; }
span { border-color: rgb(152,120,63); }
td.TdClassName
{
border-color: #98783F;
}
.TagClassName
{
border-color: #98783F;
}
</style>