Shades of Buttered Rum #9D7737
Tints of Buttered Rum #9D7737
RGB
CMYK
RGB Variations
Color information
#9D7737 (or 0x9D7737) is known color: Buttered Rum. HEX triplet: 9D, 77 and 37. RGB value is (157,119,55). Sum of RGB (Red+Green+Blue) = 157+119+55=331 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.43% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 55 (21.88% from 255 or 16.62% from 331); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7737 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7737 is #6288C8. Grayscale: #7B7B7B. Windows color (decimal): -6457545 or 3635101. OLE color: 3635101.
HSL color Cylindrical-coordinate representation of color #9D7737: hue angle of 37.65º 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 #9D7737 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 119 | 55 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.38 |
| HSL | 37.65º | 0.48% | 0.42% | - |
| HSV(B) | 37.65º | 0.65% | 0.62% | - |
| XYZ | 21.19 | 20.64 | 6.48 | - |
| YUV | 123.07 | 89.59 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 119 | 55 | 0 | 0.24 | 0.65 | 0.38 | 37.65 | 0.48 | 0.42 |
| Hex | 9D | 77 | 37 | 0 | 18 | 41 | 26 | 26 | 30 | 2A |
| Octal | 235 | 167 | 67 | 0 | 30 | 101 | 46 | 46 | 60 | 52 |
| Binary | 10011101 | 1110111 | 110111 | 0 | 11000 | 1000001 | 100110 | 100110 | 110000 | 101010 |
Color Harmonies of #9D7737
Complementary color
Monochromatic Colors of #9D7737
Black with #9D7737
Text Example
Text Example
White with #9D7737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7737; }
p { color: rgb(157,119,55); }
H1.HeaderClassName
{
color: #9D7737;
}
.AnyTagClassName
{
color: #9D7737;
}
</style>
background-color css
<style>
a { background-color: #9D7737; }
a { background-color: rgb(157,119,55); }
div.DivClassName
{
background-color: #9D7737;
}
.BgClassName
{
background-color: #9D7737;
}
</style>
border-color css
<style>
span { border-color: #9D7737; }
span { border-color: rgb(157,119,55); }
td.TdClassName
{
border-color: #9D7737;
}
.TagClassName
{
border-color: #9D7737;
}
</style>