Shades of Buttered Rum #9D7729
Tints of Buttered Rum #9D7729
RGB
CMYK
RGB Variations
Color information
#9D7729 (or 0x9D7729) is known color: Buttered Rum. HEX triplet: 9D, 77 and 29. RGB value is (157,119,41). Sum of RGB (Red+Green+Blue) = 157+119+41=317 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.53% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7729 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7729 is #6288D6. Grayscale: #797979. Windows color (decimal): -6457559 or 2717597. OLE color: 2717597.
HSL color Cylindrical-coordinate representation of color #9D7729: hue angle of 40.34º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9D7729 is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 119 | 41 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.38 |
| HSL | 40.34º | 0.59% | 0.39% | - |
| HSV(B) | 40.34º | 0.74% | 0.62% | - |
| XYZ | 20.9 | 20.52 | 4.96 | - |
| YUV | 121.47 | 82.59 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 119 | 41 | 0 | 0.24 | 0.74 | 0.38 | 40.34 | 0.59 | 0.39 |
| Hex | 9D | 77 | 29 | 0 | 18 | 4A | 26 | 28 | 3B | 27 |
| Octal | 235 | 167 | 51 | 0 | 30 | 112 | 46 | 50 | 73 | 47 |
| Binary | 10011101 | 1110111 | 101001 | 0 | 11000 | 1001010 | 100110 | 101000 | 111011 | 100111 |
Color Harmonies of #9D7729
Complementary color
Monochromatic Colors of #9D7729
Black with #9D7729
Text Example
Text Example
White with #9D7729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7729; }
p { color: rgb(157,119,41); }
H1.HeaderClassName
{
color: #9D7729;
}
.AnyTagClassName
{
color: #9D7729;
}
</style>
background-color css
<style>
a { background-color: #9D7729; }
a { background-color: rgb(157,119,41); }
div.DivClassName
{
background-color: #9D7729;
}
.BgClassName
{
background-color: #9D7729;
}
</style>
border-color css
<style>
span { border-color: #9D7729; }
span { border-color: rgb(157,119,41); }
td.TdClassName
{
border-color: #9D7729;
}
.TagClassName
{
border-color: #9D7729;
}
</style>