Shades of Buttered Rum #98752A
Tints of Buttered Rum #98752A
RGB
CMYK
RGB Variations
Color information
#98752A (or 0x98752A) is known color: Buttered Rum. HEX triplet: 98, 75 and 2A. RGB value is (152,117,42). Sum of RGB (Red+Green+Blue) = 152+117+42=311 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.87% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 152 - color contains mainly: red. Hex color #98752A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98752A is #678AD5. Grayscale: #777777. Windows color (decimal): -6785750 or 2782616. OLE color: 2782616.
HSL color Cylindrical-coordinate representation of color #98752A: hue angle of 40.91º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98752A is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 117 | 42 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.40 |
| HSL | 40.91º | 0.57% | 0.38% | - |
| HSV(B) | 40.91º | 0.72% | 0.6% | - |
| XYZ | 19.73 | 19.57 | 4.93 | - |
| YUV | 118.92 | 84.6 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 42 | 0 | 0.23 | 0.72 | 0.40 | 40.91 | 0.57 | 0.38 |
| Hex | 98 | 75 | 2A | 0 | 17 | 48 | 28 | 29 | 39 | 26 |
| Octal | 230 | 165 | 52 | 0 | 27 | 110 | 50 | 51 | 71 | 46 |
| Binary | 10011000 | 1110101 | 101010 | 0 | 10111 | 1001000 | 101000 | 101001 | 111001 | 100110 |
Color Harmonies of #98752A
Complementary color
Monochromatic Colors of #98752A
Black with #98752A
Text Example
Text Example
White with #98752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98752A; }
p { color: rgb(152,117,42); }
H1.HeaderClassName
{
color: #98752A;
}
.AnyTagClassName
{
color: #98752A;
}
</style>
background-color css
<style>
a { background-color: #98752A; }
a { background-color: rgb(152,117,42); }
div.DivClassName
{
background-color: #98752A;
}
.BgClassName
{
background-color: #98752A;
}
</style>
border-color css
<style>
span { border-color: #98752A; }
span { border-color: rgb(152,117,42); }
td.TdClassName
{
border-color: #98752A;
}
.TagClassName
{
border-color: #98752A;
}
</style>