Shades of Buttered Rum #9D7537
Tints of Buttered Rum #9D7537
RGB
CMYK
RGB Variations
Color information
#9D7537 (or 0x9D7537) is known color: Buttered Rum. HEX triplet: 9D, 75 and 37. RGB value is (157,117,55). Sum of RGB (Red+Green+Blue) = 157+117+55=329 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.72% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7537 is #628AC8. Grayscale: #7A7A7A. Windows color (decimal): -6458057 or 3634589. OLE color: 3634589.
HSL color Cylindrical-coordinate representation of color #9D7537: hue angle of 36.47º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9D7537 is Cyan = 0, Magento = 0.25, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 117 | 55 | - |
| CMYK | 0 | 0.25 | 0.65 | 0.38 |
| HSL | 36.47º | 0.48% | 0.42% | - |
| HSV(B) | 36.47º | 0.65% | 0.62% | - |
| XYZ | 20.96 | 20.17 | 6.4 | - |
| YUV | 121.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 117 | 55 | 0 | 0.25 | 0.65 | 0.38 | 36.47 | 0.48 | 0.42 |
| Hex | 9D | 75 | 37 | 0 | 19 | 41 | 26 | 24 | 30 | 2A |
| Octal | 235 | 165 | 67 | 0 | 31 | 101 | 46 | 44 | 60 | 52 |
| Binary | 10011101 | 1110101 | 110111 | 0 | 11001 | 1000001 | 100110 | 100100 | 110000 | 101010 |
Color Harmonies of #9D7537
Complementary color
Monochromatic Colors of #9D7537
Black with #9D7537
Text Example
Text Example
White with #9D7537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7537; }
p { color: rgb(157,117,55); }
H1.HeaderClassName
{
color: #9D7537;
}
.AnyTagClassName
{
color: #9D7537;
}
</style>
background-color css
<style>
a { background-color: #9D7537; }
a { background-color: rgb(157,117,55); }
div.DivClassName
{
background-color: #9D7537;
}
.BgClassName
{
background-color: #9D7537;
}
</style>
border-color css
<style>
span { border-color: #9D7537; }
span { border-color: rgb(157,117,55); }
td.TdClassName
{
border-color: #9D7537;
}
.TagClassName
{
border-color: #9D7537;
}
</style>