Shades of Buttered Rum #9C7328
Tints of Buttered Rum #9C7328
RGB
CMYK
RGB Variations
Color information
#9C7328 (or 0x9C7328) is known color: Buttered Rum. HEX triplet: 9C, 73 and 28. RGB value is (156,115,40). Sum of RGB (Red+Green+Blue) = 156+115+40=311 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.16% from 311); Green value is 115 (45.31% from 255 or 36.98% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7328 is #638CD7. Grayscale: #777777. Windows color (decimal): -6524120 or 2651036. OLE color: 2651036.
HSL color Cylindrical-coordinate representation of color #9C7328: hue angle of 38.79º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C7328 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 115 | 40 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.39 |
| HSL | 38.79º | 0.59% | 0.38% | - |
| HSV(B) | 38.79º | 0.74% | 0.61% | - |
| XYZ | 20.22 | 19.48 | 4.7 | - |
| YUV | 118.71 | 83.58 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 115 | 40 | 0 | 0.26 | 0.74 | 0.39 | 38.79 | 0.59 | 0.38 |
| Hex | 9C | 73 | 28 | 0 | 1A | 4A | 27 | 27 | 3B | 26 |
| Octal | 234 | 163 | 50 | 0 | 32 | 112 | 47 | 47 | 73 | 46 |
| Binary | 10011100 | 1110011 | 101000 | 0 | 11010 | 1001010 | 100111 | 100111 | 111011 | 100110 |
Color Harmonies of #9C7328
Complementary color
Monochromatic Colors of #9C7328
Black with #9C7328
Text Example
Text Example
White with #9C7328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7328; }
p { color: rgb(156,115,40); }
H1.HeaderClassName
{
color: #9C7328;
}
.AnyTagClassName
{
color: #9C7328;
}
</style>
background-color css
<style>
a { background-color: #9C7328; }
a { background-color: rgb(156,115,40); }
div.DivClassName
{
background-color: #9C7328;
}
.BgClassName
{
background-color: #9C7328;
}
</style>
border-color css
<style>
span { border-color: #9C7328; }
span { border-color: rgb(156,115,40); }
td.TdClassName
{
border-color: #9C7328;
}
.TagClassName
{
border-color: #9C7328;
}
</style>