Shades of Buttered Rum #9C7434
Tints of Buttered Rum #9C7434
RGB
CMYK
RGB Variations
Color information
#9C7434 (or 0x9C7434) is known color: Buttered Rum. HEX triplet: 9C, 74 and 34. RGB value is (156,116,52). Sum of RGB (Red+Green+Blue) = 156+116+52=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7434 is #638BCB. Grayscale: #787878. Windows color (decimal): -6523852 or 3437724. OLE color: 3437724.
HSL color Cylindrical-coordinate representation of color #9C7434: hue angle of 36.92º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C7434 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 116 | 52 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.39 |
| HSL | 36.92º | 0.5% | 0.41% | - |
| HSV(B) | 36.92º | 0.67% | 0.61% | - |
| XYZ | 20.58 | 19.81 | 5.99 | - |
| YUV | 120.66 | 89.25 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 116 | 52 | 0 | 0.26 | 0.67 | 0.39 | 36.92 | 0.5 | 0.41 |
| Hex | 9C | 74 | 34 | 0 | 1A | 43 | 27 | 25 | 32 | 29 |
| Octal | 234 | 164 | 64 | 0 | 32 | 103 | 47 | 45 | 62 | 51 |
| Binary | 10011100 | 1110100 | 110100 | 0 | 11010 | 1000011 | 100111 | 100101 | 110010 | 101001 |
Color Harmonies of #9C7434
Complementary color
Monochromatic Colors of #9C7434
Black with #9C7434
Text Example
Text Example
White with #9C7434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7434; }
p { color: rgb(156,116,52); }
H1.HeaderClassName
{
color: #9C7434;
}
.AnyTagClassName
{
color: #9C7434;
}
</style>
background-color css
<style>
a { background-color: #9C7434; }
a { background-color: rgb(156,116,52); }
div.DivClassName
{
background-color: #9C7434;
}
.BgClassName
{
background-color: #9C7434;
}
</style>
border-color css
<style>
span { border-color: #9C7434; }
span { border-color: rgb(156,116,52); }
td.TdClassName
{
border-color: #9C7434;
}
.TagClassName
{
border-color: #9C7434;
}
</style>