Shades of Buttered Rum #997224
Tints of Buttered Rum #997224
RGB
CMYK
RGB Variations
Color information
#997224 (or 0x997224) is known color: Buttered Rum. HEX triplet: 99, 72 and 24. RGB value is (153,114,36). Sum of RGB (Red+Green+Blue) = 153+114+36=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 36 (14.45% from 255 or 11.88% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #997224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997224 is #668DDB. Grayscale: #757575. Windows color (decimal): -6720988 or 2388633. OLE color: 2388633.
HSL color Cylindrical-coordinate representation of color #997224: hue angle of 40º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #997224 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 114 | 36 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.4 |
| HSL | 40º | 0.62% | 0.37% | - |
| HSV(B) | 40º | 0.76% | 0.6% | - |
| XYZ | 19.47 | 18.93 | 4.3 | - |
| YUV | 116.77 | 82.42 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 114 | 36 | 0 | 0.25 | 0.76 | 0.4 | 40 | 0.62 | 0.37 |
| Hex | 99 | 72 | 24 | 0 | 19 | 4C | 28 | 28 | 3E | 25 |
| Octal | 231 | 162 | 44 | 0 | 31 | 114 | 50 | 50 | 76 | 45 |
| Binary | 10011001 | 1110010 | 100100 | 0 | 11001 | 1001100 | 101000 | 101000 | 111110 | 100101 |
Color Harmonies of #997224
Complementary color
Monochromatic Colors of #997224
Black with #997224
Text Example
Text Example
White with #997224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997224; }
p { color: rgb(153,114,36); }
H1.HeaderClassName
{
color: #997224;
}
.AnyTagClassName
{
color: #997224;
}
</style>
background-color css
<style>
a { background-color: #997224; }
a { background-color: rgb(153,114,36); }
div.DivClassName
{
background-color: #997224;
}
.BgClassName
{
background-color: #997224;
}
</style>
border-color css
<style>
span { border-color: #997224; }
span { border-color: rgb(153,114,36); }
td.TdClassName
{
border-color: #997224;
}
.TagClassName
{
border-color: #997224;
}
</style>