Shades of Buttered Rum #98752B
Tints of Buttered Rum #98752B
RGB
CMYK
RGB Variations
Color information
#98752B (or 0x98752B) is known color: Buttered Rum. HEX triplet: 98, 75 and 2B. RGB value is (152,117,43). Sum of RGB (Red+Green+Blue) = 152+117+43=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #98752B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98752B is #678AD4. Grayscale: #777777. Windows color (decimal): -6785749 or 2848152. OLE color: 2848152.
HSL color Cylindrical-coordinate representation of color #98752B: hue angle of 40.73º degrees, saturation: 0.56, 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 #98752B is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 117 | 43 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.40 |
| HSL | 40.73º | 0.56% | 0.38% | - |
| HSV(B) | 40.73º | 0.72% | 0.6% | - |
| XYZ | 19.75 | 19.57 | 5.02 | - |
| YUV | 119.03 | 85.1 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 43 | 0 | 0.23 | 0.72 | 0.40 | 40.73 | 0.56 | 0.38 |
| Hex | 98 | 75 | 2B | 0 | 17 | 48 | 28 | 29 | 38 | 26 |
| Octal | 230 | 165 | 53 | 0 | 27 | 110 | 50 | 51 | 70 | 46 |
| Binary | 10011000 | 1110101 | 101011 | 0 | 10111 | 1001000 | 101000 | 101001 | 111000 | 100110 |
Color Harmonies of #98752B
Complementary color
Monochromatic Colors of #98752B
Black with #98752B
Text Example
Text Example
White with #98752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98752B; }
p { color: rgb(152,117,43); }
H1.HeaderClassName
{
color: #98752B;
}
.AnyTagClassName
{
color: #98752B;
}
</style>
background-color css
<style>
a { background-color: #98752B; }
a { background-color: rgb(152,117,43); }
div.DivClassName
{
background-color: #98752B;
}
.BgClassName
{
background-color: #98752B;
}
</style>
border-color css
<style>
span { border-color: #98752B; }
span { border-color: rgb(152,117,43); }
td.TdClassName
{
border-color: #98752B;
}
.TagClassName
{
border-color: #98752B;
}
</style>