Shades of Buttered Rum #997233
Tints of Buttered Rum #997233
RGB
CMYK
RGB Variations
Color information
#997233 (or 0x997233) is known color: Buttered Rum. HEX triplet: 99, 72 and 33. RGB value is (153,114,51). Sum of RGB (Red+Green+Blue) = 153+114+51=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #997233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997233 is #668DCC. Grayscale: #767676. Windows color (decimal): -6720973 or 3371673. OLE color: 3371673.
HSL color Cylindrical-coordinate representation of color #997233: hue angle of 37.06º degrees, saturation: 0.5, 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 #997233 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 114 | 51 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.4 |
| HSL | 37.06º | 0.5% | 0.4% | - |
| HSV(B) | 37.06º | 0.67% | 0.6% | - |
| XYZ | 19.75 | 19.05 | 5.77 | - |
| YUV | 118.48 | 89.92 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 114 | 51 | 0 | 0.25 | 0.67 | 0.4 | 37.06 | 0.5 | 0.4 |
| Hex | 99 | 72 | 33 | 0 | 19 | 43 | 28 | 25 | 32 | 28 |
| Octal | 231 | 162 | 63 | 0 | 31 | 103 | 50 | 45 | 62 | 50 |
| Binary | 10011001 | 1110010 | 110011 | 0 | 11001 | 1000011 | 101000 | 100101 | 110010 | 101000 |
Color Harmonies of #997233
Complementary color
Monochromatic Colors of #997233
Black with #997233
Text Example
Text Example
White with #997233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997233; }
p { color: rgb(153,114,51); }
H1.HeaderClassName
{
color: #997233;
}
.AnyTagClassName
{
color: #997233;
}
</style>
background-color css
<style>
a { background-color: #997233; }
a { background-color: rgb(153,114,51); }
div.DivClassName
{
background-color: #997233;
}
.BgClassName
{
background-color: #997233;
}
</style>
border-color css
<style>
span { border-color: #997233; }
span { border-color: rgb(153,114,51); }
td.TdClassName
{
border-color: #997233;
}
.TagClassName
{
border-color: #997233;
}
</style>