Shades of Buttered Rum #987023
Tints of Buttered Rum #987023
RGB
CMYK
RGB Variations
Color information
#987023 (or 0x987023) is known color: Buttered Rum. HEX triplet: 98, 70 and 23. RGB value is (152,112,35). Sum of RGB (Red+Green+Blue) = 152+112+35=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #987023 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987023 is #678FDC. Grayscale: #737373. Windows color (decimal): -6787037 or 2322584. OLE color: 2322584.
HSL color Cylindrical-coordinate representation of color #987023: hue angle of 39.49º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #987023 is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 112 | 35 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.40 |
| HSL | 39.49º | 0.63% | 0.37% | - |
| HSV(B) | 39.49º | 0.77% | 0.6% | - |
| XYZ | 19.05 | 18.39 | 4.13 | - |
| YUV | 115.18 | 82.75 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 112 | 35 | 0 | 0.26 | 0.77 | 0.40 | 39.49 | 0.63 | 0.37 |
| Hex | 98 | 70 | 23 | 0 | 1A | 4D | 28 | 27 | 3F | 25 |
| Octal | 230 | 160 | 43 | 0 | 32 | 115 | 50 | 47 | 77 | 45 |
| Binary | 10011000 | 1110000 | 100011 | 0 | 11010 | 1001101 | 101000 | 100111 | 111111 | 100101 |
Color Harmonies of #987023
Complementary color
Monochromatic Colors of #987023
Black with #987023
Text Example
Text Example
White with #987023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987023; }
p { color: rgb(152,112,35); }
H1.HeaderClassName
{
color: #987023;
}
.AnyTagClassName
{
color: #987023;
}
</style>
background-color css
<style>
a { background-color: #987023; }
a { background-color: rgb(152,112,35); }
div.DivClassName
{
background-color: #987023;
}
.BgClassName
{
background-color: #987023;
}
</style>
border-color css
<style>
span { border-color: #987023; }
span { border-color: rgb(152,112,35); }
td.TdClassName
{
border-color: #987023;
}
.TagClassName
{
border-color: #987023;
}
</style>