Shades of Buttered Rum #9A7831
Tints of Buttered Rum #9A7831
RGB
CMYK
RGB Variations
Color information
#9A7831 (or 0x9A7831) is known color: Buttered Rum. HEX triplet: 9A, 78 and 31. RGB value is (154,120,49). Sum of RGB (Red+Green+Blue) = 154+120+49=323 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.68% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7831 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7831 is #6587CE. Grayscale: #7A7A7A. Windows color (decimal): -6653903 or 3242138. OLE color: 3242138.
HSL color Cylindrical-coordinate representation of color #9A7831: hue angle of 40.57º 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 #9A7831 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 120 | 49 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.40 |
| HSL | 40.57º | 0.52% | 0.4% | - |
| HSV(B) | 40.57º | 0.68% | 0.6% | - |
| XYZ | 20.6 | 20.52 | 5.78 | - |
| YUV | 122.07 | 86.76 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 120 | 49 | 0 | 0.22 | 0.68 | 0.40 | 40.57 | 0.52 | 0.4 |
| Hex | 9A | 78 | 31 | 0 | 16 | 44 | 28 | 29 | 34 | 28 |
| Octal | 232 | 170 | 61 | 0 | 26 | 104 | 50 | 51 | 64 | 50 |
| Binary | 10011010 | 1111000 | 110001 | 0 | 10110 | 1000100 | 101000 | 101001 | 110100 | 101000 |
Color Harmonies of #9A7831
Complementary color
Monochromatic Colors of #9A7831
Black with #9A7831
Text Example
Text Example
White with #9A7831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7831; }
p { color: rgb(154,120,49); }
H1.HeaderClassName
{
color: #9A7831;
}
.AnyTagClassName
{
color: #9A7831;
}
</style>
background-color css
<style>
a { background-color: #9A7831; }
a { background-color: rgb(154,120,49); }
div.DivClassName
{
background-color: #9A7831;
}
.BgClassName
{
background-color: #9A7831;
}
</style>
border-color css
<style>
span { border-color: #9A7831; }
span { border-color: rgb(154,120,49); }
td.TdClassName
{
border-color: #9A7831;
}
.TagClassName
{
border-color: #9A7831;
}
</style>