Shades of Buttered Rum #997428
Tints of Buttered Rum #997428
RGB
CMYK
RGB Variations
Color information
#997428 (or 0x997428) is known color: Buttered Rum. HEX triplet: 99, 74 and 28. RGB value is (153,116,40). Sum of RGB (Red+Green+Blue) = 153+116+40=309 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.51% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 153 - color contains mainly: red. Hex color #997428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997428 is #668BD7. Grayscale: #767676. Windows color (decimal): -6720472 or 2651289. OLE color: 2651289.
HSL color Cylindrical-coordinate representation of color #997428: hue angle of 40.35º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #997428 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 116 | 40 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.4 |
| HSL | 40.35º | 0.59% | 0.38% | - |
| HSV(B) | 40.35º | 0.74% | 0.6% | - |
| XYZ | 19.77 | 19.42 | 4.71 | - |
| YUV | 118.4 | 83.76 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 116 | 40 | 0 | 0.24 | 0.74 | 0.4 | 40.35 | 0.59 | 0.38 |
| Hex | 99 | 74 | 28 | 0 | 18 | 4A | 28 | 28 | 3B | 26 |
| Octal | 231 | 164 | 50 | 0 | 30 | 112 | 50 | 50 | 73 | 46 |
| Binary | 10011001 | 1110100 | 101000 | 0 | 11000 | 1001010 | 101000 | 101000 | 111011 | 100110 |
Color Harmonies of #997428
Complementary color
Monochromatic Colors of #997428
Black with #997428
Text Example
Text Example
White with #997428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997428; }
p { color: rgb(153,116,40); }
H1.HeaderClassName
{
color: #997428;
}
.AnyTagClassName
{
color: #997428;
}
</style>
background-color css
<style>
a { background-color: #997428; }
a { background-color: rgb(153,116,40); }
div.DivClassName
{
background-color: #997428;
}
.BgClassName
{
background-color: #997428;
}
</style>
border-color css
<style>
span { border-color: #997428; }
span { border-color: rgb(153,116,40); }
td.TdClassName
{
border-color: #997428;
}
.TagClassName
{
border-color: #997428;
}
</style>