Shades of Buttered Rum #9D7025
Tints of Buttered Rum #9D7025
RGB
CMYK
RGB Variations
Color information
#9D7025 (or 0x9D7025) is known color: Buttered Rum. HEX triplet: 9D, 70 and 25. RGB value is (157,112,37). Sum of RGB (Red+Green+Blue) = 157+112+37=306 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.31% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 37 (14.84% from 255 or 12.09% from 306); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7025 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D7025 is #628FDA. Grayscale: #757575. Windows color (decimal): -6459355 or 2453661. OLE color: 2453661.
HSL color Cylindrical-coordinate representation of color #9D7025: hue angle of 37.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D7025 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 112 | 37 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.38 |
| HSL | 37.5º | 0.62% | 0.38% | - |
| HSV(B) | 37.5º | 0.76% | 0.62% | - |
| XYZ | 20.03 | 18.89 | 4.34 | - |
| YUV | 116.91 | 82.91 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 112 | 37 | 0 | 0.29 | 0.76 | 0.38 | 37.5 | 0.62 | 0.38 |
| Hex | 9D | 70 | 25 | 0 | 1D | 4C | 26 | 26 | 3E | 26 |
| Octal | 235 | 160 | 45 | 0 | 35 | 114 | 46 | 46 | 76 | 46 |
| Binary | 10011101 | 1110000 | 100101 | 0 | 11101 | 1001100 | 100110 | 100110 | 111110 | 100110 |
Color Harmonies of #9D7025
Complementary color
Monochromatic Colors of #9D7025
Black with #9D7025
Text Example
Text Example
White with #9D7025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7025; }
p { color: rgb(157,112,37); }
H1.HeaderClassName
{
color: #9D7025;
}
.AnyTagClassName
{
color: #9D7025;
}
</style>
background-color css
<style>
a { background-color: #9D7025; }
a { background-color: rgb(157,112,37); }
div.DivClassName
{
background-color: #9D7025;
}
.BgClassName
{
background-color: #9D7025;
}
</style>
border-color css
<style>
span { border-color: #9D7025; }
span { border-color: rgb(157,112,37); }
td.TdClassName
{
border-color: #9D7025;
}
.TagClassName
{
border-color: #9D7025;
}
</style>