Shades of Buttered Rum #9C7830
Tints of Buttered Rum #9C7830
RGB
CMYK
RGB Variations
Color information
#9C7830 (or 0x9C7830) is known color: Buttered Rum. HEX triplet: 9C, 78 and 30. RGB value is (156,120,48). Sum of RGB (Red+Green+Blue) = 156+120+48=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7830 is #6387CF. Grayscale: #7A7A7A. Windows color (decimal): -6522832 or 3176604. OLE color: 3176604.
HSL color Cylindrical-coordinate representation of color #9C7830: hue angle of 40º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C7830 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 120 | 48 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.39 |
| HSL | 40º | 0.53% | 0.4% | - |
| HSV(B) | 40º | 0.69% | 0.61% | - |
| XYZ | 20.96 | 20.71 | 5.69 | - |
| YUV | 122.56 | 85.93 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 120 | 48 | 0 | 0.23 | 0.69 | 0.39 | 40 | 0.53 | 0.4 |
| Hex | 9C | 78 | 30 | 0 | 17 | 45 | 27 | 28 | 35 | 28 |
| Octal | 234 | 170 | 60 | 0 | 27 | 105 | 47 | 50 | 65 | 50 |
| Binary | 10011100 | 1111000 | 110000 | 0 | 10111 | 1000101 | 100111 | 101000 | 110101 | 101000 |
Color Harmonies of #9C7830
Complementary color
Monochromatic Colors of #9C7830
Black with #9C7830
Text Example
Text Example
White with #9C7830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7830; }
p { color: rgb(156,120,48); }
H1.HeaderClassName
{
color: #9C7830;
}
.AnyTagClassName
{
color: #9C7830;
}
</style>
background-color css
<style>
a { background-color: #9C7830; }
a { background-color: rgb(156,120,48); }
div.DivClassName
{
background-color: #9C7830;
}
.BgClassName
{
background-color: #9C7830;
}
</style>
border-color css
<style>
span { border-color: #9C7830; }
span { border-color: rgb(156,120,48); }
td.TdClassName
{
border-color: #9C7830;
}
.TagClassName
{
border-color: #9C7830;
}
</style>