Shades of Buttered Rum #997332
Tints of Buttered Rum #997332
RGB
CMYK
RGB Variations
Color information
#997332 (or 0x997332) is known color: Buttered Rum. HEX triplet: 99, 73 and 32. RGB value is (153,115,50). Sum of RGB (Red+Green+Blue) = 153+115+50=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #997332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997332 is #668CCD. Grayscale: #777777. Windows color (decimal): -6720718 or 3306393. OLE color: 3306393.
HSL color Cylindrical-coordinate representation of color #997332: hue angle of 37.86º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #997332 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 115 | 50 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.4 |
| HSL | 37.86º | 0.51% | 0.4% | - |
| HSV(B) | 37.86º | 0.67% | 0.6% | - |
| XYZ | 19.84 | 19.26 | 5.69 | - |
| YUV | 118.95 | 89.09 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 50 | 0 | 0.25 | 0.67 | 0.4 | 37.86 | 0.51 | 0.4 |
| Hex | 99 | 73 | 32 | 0 | 19 | 43 | 28 | 26 | 33 | 28 |
| Octal | 231 | 163 | 62 | 0 | 31 | 103 | 50 | 46 | 63 | 50 |
| Binary | 10011001 | 1110011 | 110010 | 0 | 11001 | 1000011 | 101000 | 100110 | 110011 | 101000 |
Color Harmonies of #997332
Complementary color
Monochromatic Colors of #997332
Black with #997332
Text Example
Text Example
White with #997332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997332; }
p { color: rgb(153,115,50); }
H1.HeaderClassName
{
color: #997332;
}
.AnyTagClassName
{
color: #997332;
}
</style>
background-color css
<style>
a { background-color: #997332; }
a { background-color: rgb(153,115,50); }
div.DivClassName
{
background-color: #997332;
}
.BgClassName
{
background-color: #997332;
}
</style>
border-color css
<style>
span { border-color: #997332; }
span { border-color: rgb(153,115,50); }
td.TdClassName
{
border-color: #997332;
}
.TagClassName
{
border-color: #997332;
}
</style>