Shades of Buttered Rum #997832
Tints of Buttered Rum #997832
RGB
CMYK
RGB Variations
Color information
#997832 (or 0x997832) is known color: Buttered Rum. HEX triplet: 99, 78 and 32. RGB value is (153,120,50). Sum of RGB (Red+Green+Blue) = 153+120+50=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #997832 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997832 is #6687CD. Grayscale: #7A7A7A. Windows color (decimal): -6719438 or 3307673. OLE color: 3307673.
HSL color Cylindrical-coordinate representation of color #997832: hue angle of 40.78º 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 #997832 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 120 | 50 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.4 |
| HSL | 40.78º | 0.51% | 0.4% | - |
| HSV(B) | 40.78º | 0.67% | 0.6% | - |
| XYZ | 20.43 | 20.44 | 5.89 | - |
| YUV | 121.89 | 87.43 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 50 | 0 | 0.22 | 0.67 | 0.4 | 40.78 | 0.51 | 0.4 |
| Hex | 99 | 78 | 32 | 0 | 16 | 43 | 28 | 29 | 33 | 28 |
| Octal | 231 | 170 | 62 | 0 | 26 | 103 | 50 | 51 | 63 | 50 |
| Binary | 10011001 | 1111000 | 110010 | 0 | 10110 | 1000011 | 101000 | 101001 | 110011 | 101000 |
Color Harmonies of #997832
Complementary color
Monochromatic Colors of #997832
Black with #997832
Text Example
Text Example
White with #997832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997832; }
p { color: rgb(153,120,50); }
H1.HeaderClassName
{
color: #997832;
}
.AnyTagClassName
{
color: #997832;
}
</style>
background-color css
<style>
a { background-color: #997832; }
a { background-color: rgb(153,120,50); }
div.DivClassName
{
background-color: #997832;
}
.BgClassName
{
background-color: #997832;
}
</style>
border-color css
<style>
span { border-color: #997832; }
span { border-color: rgb(153,120,50); }
td.TdClassName
{
border-color: #997832;
}
.TagClassName
{
border-color: #997832;
}
</style>