Shades of Buttered Rum #98753C
Tints of Buttered Rum #98753C
RGB
CMYK
RGB Variations
Color information
#98753C (or 0x98753C) is known color: Buttered Rum. HEX triplet: 98, 75 and 3C. RGB value is (152,117,60). Sum of RGB (Red+Green+Blue) = 152+117+60=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #98753C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98753C is #678AC3. Grayscale: #797979. Windows color (decimal): -6785732 or 3962264. OLE color: 3962264.
HSL color Cylindrical-coordinate representation of color #98753C: hue angle of 37.17º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #98753C is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 117 | 60 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.40 |
| HSL | 37.17º | 0.43% | 0.42% | - |
| HSV(B) | 37.17º | 0.61% | 0.6% | - |
| XYZ | 20.13 | 19.72 | 7.02 | - |
| YUV | 120.97 | 93.6 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 60 | 0 | 0.23 | 0.61 | 0.40 | 37.17 | 0.43 | 0.42 |
| Hex | 98 | 75 | 3C | 0 | 17 | 3D | 28 | 25 | 2B | 2A |
| Octal | 230 | 165 | 74 | 0 | 27 | 75 | 50 | 45 | 53 | 52 |
| Binary | 10011000 | 1110101 | 111100 | 0 | 10111 | 111101 | 101000 | 100101 | 101011 | 101010 |
Color Harmonies of #98753C
Complementary color
Monochromatic Colors of #98753C
Black with #98753C
Text Example
Text Example
White with #98753C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98753C; }
p { color: rgb(152,117,60); }
H1.HeaderClassName
{
color: #98753C;
}
.AnyTagClassName
{
color: #98753C;
}
</style>
background-color css
<style>
a { background-color: #98753C; }
a { background-color: rgb(152,117,60); }
div.DivClassName
{
background-color: #98753C;
}
.BgClassName
{
background-color: #98753C;
}
</style>
border-color css
<style>
span { border-color: #98753C; }
span { border-color: rgb(152,117,60); }
td.TdClassName
{
border-color: #98753C;
}
.TagClassName
{
border-color: #98753C;
}
</style>