Shades of Buttered Rum #9A782E
Tints of Buttered Rum #9A782E
RGB
CMYK
RGB Variations
Color information
#9A782E (or 0x9A782E) is known color: Buttered Rum. HEX triplet: 9A, 78 and 2E. RGB value is (154,120,46). Sum of RGB (Red+Green+Blue) = 154+120+46=320 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.12% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 154 - color contains mainly: red. Hex color #9A782E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A782E is #6587D1. Grayscale: #7A7A7A. Windows color (decimal): -6653906 or 3045530. OLE color: 3045530.
HSL color Cylindrical-coordinate representation of color #9A782E: hue angle of 41.11º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9A782E is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 120 | 46 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.40 |
| HSL | 41.11º | 0.54% | 0.39% | - |
| HSV(B) | 41.11º | 0.7% | 0.6% | - |
| XYZ | 20.54 | 20.5 | 5.46 | - |
| YUV | 121.73 | 85.26 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 120 | 46 | 0 | 0.22 | 0.70 | 0.40 | 41.11 | 0.54 | 0.39 |
| Hex | 9A | 78 | 2E | 0 | 16 | 46 | 28 | 29 | 36 | 27 |
| Octal | 232 | 170 | 56 | 0 | 26 | 106 | 50 | 51 | 66 | 47 |
| Binary | 10011010 | 1111000 | 101110 | 0 | 10110 | 1000110 | 101000 | 101001 | 110110 | 100111 |
Color Harmonies of #9A782E
Complementary color
Monochromatic Colors of #9A782E
Black with #9A782E
Text Example
Text Example
White with #9A782E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A782E; }
p { color: rgb(154,120,46); }
H1.HeaderClassName
{
color: #9A782E;
}
.AnyTagClassName
{
color: #9A782E;
}
</style>
background-color css
<style>
a { background-color: #9A782E; }
a { background-color: rgb(154,120,46); }
div.DivClassName
{
background-color: #9A782E;
}
.BgClassName
{
background-color: #9A782E;
}
</style>
border-color css
<style>
span { border-color: #9A782E; }
span { border-color: rgb(154,120,46); }
td.TdClassName
{
border-color: #9A782E;
}
.TagClassName
{
border-color: #9A782E;
}
</style>