Shades of Buttered Rum #997337
Tints of Buttered Rum #997337
RGB
CMYK
RGB Variations
Color information
#997337 (or 0x997337) is known color: Buttered Rum. HEX triplet: 99, 73 and 37. RGB value is (153,115,55). Sum of RGB (Red+Green+Blue) = 153+115+55=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 55 (21.88% from 255 or 17.03% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #997337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997337 is #668CC8. Grayscale: #777777. Windows color (decimal): -6720713 or 3634073. OLE color: 3634073.
HSL color Cylindrical-coordinate representation of color #997337: hue angle of 36.73º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #997337 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 115 | 55 | - |
| CMYK | 0 | 0.25 | 0.64 | 0.4 |
| HSL | 36.73º | 0.47% | 0.41% | - |
| HSV(B) | 36.73º | 0.64% | 0.6% | - |
| XYZ | 19.96 | 19.31 | 6.29 | - |
| YUV | 119.52 | 91.59 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 55 | 0 | 0.25 | 0.64 | 0.4 | 36.73 | 0.47 | 0.41 |
| Hex | 99 | 73 | 37 | 0 | 19 | 40 | 28 | 25 | 2F | 29 |
| Octal | 231 | 163 | 67 | 0 | 31 | 100 | 50 | 45 | 57 | 51 |
| Binary | 10011001 | 1110011 | 110111 | 0 | 11001 | 1000000 | 101000 | 100101 | 101111 | 101001 |
Color Harmonies of #997337
Complementary color
Monochromatic Colors of #997337
Black with #997337
Text Example
Text Example
White with #997337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997337; }
p { color: rgb(153,115,55); }
H1.HeaderClassName
{
color: #997337;
}
.AnyTagClassName
{
color: #997337;
}
</style>
background-color css
<style>
a { background-color: #997337; }
a { background-color: rgb(153,115,55); }
div.DivClassName
{
background-color: #997337;
}
.BgClassName
{
background-color: #997337;
}
</style>
border-color css
<style>
span { border-color: #997337; }
span { border-color: rgb(153,115,55); }
td.TdClassName
{
border-color: #997337;
}
.TagClassName
{
border-color: #997337;
}
</style>