Shades of Buttered Rum #9A7331
Tints of Buttered Rum #9A7331
RGB
CMYK
RGB Variations
Color information
#9A7331 (or 0x9A7331) is known color: Buttered Rum. HEX triplet: 9A, 73 and 31. RGB value is (154,115,49). Sum of RGB (Red+Green+Blue) = 154+115+49=318 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.43% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7331 is #658CCE. Grayscale: #777777. Windows color (decimal): -6655183 or 3240858. OLE color: 3240858.
HSL color Cylindrical-coordinate representation of color #9A7331: hue angle of 37.71º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A7331 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 115 | 49 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.40 |
| HSL | 37.71º | 0.52% | 0.4% | - |
| HSV(B) | 37.71º | 0.68% | 0.6% | - |
| XYZ | 20.01 | 19.35 | 5.59 | - |
| YUV | 119.14 | 88.42 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 115 | 49 | 0 | 0.25 | 0.68 | 0.40 | 37.71 | 0.52 | 0.4 |
| Hex | 9A | 73 | 31 | 0 | 19 | 44 | 28 | 26 | 34 | 28 |
| Octal | 232 | 163 | 61 | 0 | 31 | 104 | 50 | 46 | 64 | 50 |
| Binary | 10011010 | 1110011 | 110001 | 0 | 11001 | 1000100 | 101000 | 100110 | 110100 | 101000 |
Color Harmonies of #9A7331
Complementary color
Monochromatic Colors of #9A7331
Black with #9A7331
Text Example
Text Example
White with #9A7331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7331; }
p { color: rgb(154,115,49); }
H1.HeaderClassName
{
color: #9A7331;
}
.AnyTagClassName
{
color: #9A7331;
}
</style>
background-color css
<style>
a { background-color: #9A7331; }
a { background-color: rgb(154,115,49); }
div.DivClassName
{
background-color: #9A7331;
}
.BgClassName
{
background-color: #9A7331;
}
</style>
border-color css
<style>
span { border-color: #9A7331; }
span { border-color: rgb(154,115,49); }
td.TdClassName
{
border-color: #9A7331;
}
.TagClassName
{
border-color: #9A7331;
}
</style>