Shades of Buttered Rum #9A7025
Tints of Buttered Rum #9A7025
RGB
CMYK
RGB Variations
Color information
#9A7025 (or 0x9A7025) is known color: Buttered Rum. HEX triplet: 9A, 70 and 25. RGB value is (154,112,37). Sum of RGB (Red+Green+Blue) = 154+112+37=303 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.83% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7025 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7025 is #658FDA. Grayscale: #747474. Windows color (decimal): -6655963 or 2453658. OLE color: 2453658.
HSL color Cylindrical-coordinate representation of color #9A7025: hue angle of 38.46º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9A7025 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 112 | 37 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.40 |
| HSL | 38.46º | 0.61% | 0.37% | - |
| HSV(B) | 38.46º | 0.76% | 0.6% | - |
| XYZ | 19.45 | 18.59 | 4.31 | - |
| YUV | 116.01 | 83.41 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 112 | 37 | 0 | 0.27 | 0.76 | 0.40 | 38.46 | 0.61 | 0.37 |
| Hex | 9A | 70 | 25 | 0 | 1B | 4C | 28 | 26 | 3D | 25 |
| Octal | 232 | 160 | 45 | 0 | 33 | 114 | 50 | 46 | 75 | 45 |
| Binary | 10011010 | 1110000 | 100101 | 0 | 11011 | 1001100 | 101000 | 100110 | 111101 | 100101 |
Color Harmonies of #9A7025
Complementary color
Monochromatic Colors of #9A7025
Black with #9A7025
Text Example
Text Example
White with #9A7025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7025; }
p { color: rgb(154,112,37); }
H1.HeaderClassName
{
color: #9A7025;
}
.AnyTagClassName
{
color: #9A7025;
}
</style>
background-color css
<style>
a { background-color: #9A7025; }
a { background-color: rgb(154,112,37); }
div.DivClassName
{
background-color: #9A7025;
}
.BgClassName
{
background-color: #9A7025;
}
</style>
border-color css
<style>
span { border-color: #9A7025; }
span { border-color: rgb(154,112,37); }
td.TdClassName
{
border-color: #9A7025;
}
.TagClassName
{
border-color: #9A7025;
}
</style>