Shades of Buttered Rum #9C782F
Tints of Buttered Rum #9C782F
RGB
CMYK
RGB Variations
Color information
#9C782F (or 0x9C782F) is known color: Buttered Rum. HEX triplet: 9C, 78 and 2F. RGB value is (156,120,47). Sum of RGB (Red+Green+Blue) = 156+120+47=323 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.30% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 156 - color contains mainly: red. Hex color #9C782F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C782F is #6387D0. Grayscale: #7A7A7A. Windows color (decimal): -6522833 or 3111068. OLE color: 3111068.
HSL color Cylindrical-coordinate representation of color #9C782F: hue angle of 40.18º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9C782F is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 120 | 47 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.39 |
| HSL | 40.18º | 0.54% | 0.4% | - |
| HSV(B) | 40.18º | 0.7% | 0.61% | - |
| XYZ | 20.94 | 20.71 | 5.58 | - |
| YUV | 122.44 | 85.43 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 120 | 47 | 0 | 0.23 | 0.70 | 0.39 | 40.18 | 0.54 | 0.4 |
| Hex | 9C | 78 | 2F | 0 | 17 | 46 | 27 | 28 | 36 | 28 |
| Octal | 234 | 170 | 57 | 0 | 27 | 106 | 47 | 50 | 66 | 50 |
| Binary | 10011100 | 1111000 | 101111 | 0 | 10111 | 1000110 | 100111 | 101000 | 110110 | 101000 |
Color Harmonies of #9C782F
Complementary color
Monochromatic Colors of #9C782F
Black with #9C782F
Text Example
Text Example
White with #9C782F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C782F; }
p { color: rgb(156,120,47); }
H1.HeaderClassName
{
color: #9C782F;
}
.AnyTagClassName
{
color: #9C782F;
}
</style>
background-color css
<style>
a { background-color: #9C782F; }
a { background-color: rgb(156,120,47); }
div.DivClassName
{
background-color: #9C782F;
}
.BgClassName
{
background-color: #9C782F;
}
</style>
border-color css
<style>
span { border-color: #9C782F; }
span { border-color: rgb(156,120,47); }
td.TdClassName
{
border-color: #9C782F;
}
.TagClassName
{
border-color: #9C782F;
}
</style>