Shades of Buttered Rum #9D733A
Tints of Buttered Rum #9D733A
RGB
CMYK
RGB Variations
Color information
#9D733A (or 0x9D733A) is known color: Buttered Rum. HEX triplet: 9D, 73 and 3A. RGB value is (157,115,58). Sum of RGB (Red+Green+Blue) = 157+115+58=330 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.58% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 157 - color contains mainly: red. Hex color #9D733A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D733A is #628CC5. Grayscale: #797979. Windows color (decimal): -6458566 or 3830685. OLE color: 3830685.
HSL color Cylindrical-coordinate representation of color #9D733A: hue angle of 34.55º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9D733A is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 115 | 58 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.38 |
| HSL | 34.55º | 0.46% | 0.42% | - |
| HSV(B) | 34.55º | 0.63% | 0.62% | - |
| XYZ | 20.8 | 19.74 | 6.72 | - |
| YUV | 121.06 | 92.41 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 115 | 58 | 0 | 0.27 | 0.63 | 0.38 | 34.55 | 0.46 | 0.42 |
| Hex | 9D | 73 | 3A | 0 | 1B | 3F | 26 | 23 | 2E | 2A |
| Octal | 235 | 163 | 72 | 0 | 33 | 77 | 46 | 43 | 56 | 52 |
| Binary | 10011101 | 1110011 | 111010 | 0 | 11011 | 111111 | 100110 | 100011 | 101110 | 101010 |
Color Harmonies of #9D733A
Complementary color
Monochromatic Colors of #9D733A
Black with #9D733A
Text Example
Text Example
White with #9D733A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D733A; }
p { color: rgb(157,115,58); }
H1.HeaderClassName
{
color: #9D733A;
}
.AnyTagClassName
{
color: #9D733A;
}
</style>
background-color css
<style>
a { background-color: #9D733A; }
a { background-color: rgb(157,115,58); }
div.DivClassName
{
background-color: #9D733A;
}
.BgClassName
{
background-color: #9D733A;
}
</style>
border-color css
<style>
span { border-color: #9D733A; }
span { border-color: rgb(157,115,58); }
td.TdClassName
{
border-color: #9D733A;
}
.TagClassName
{
border-color: #9D733A;
}
</style>