Shades of Buttered Rum #9C7534
Tints of Buttered Rum #9C7534
RGB
CMYK
RGB Variations
Color information
#9C7534 (or 0x9C7534) is known color: Buttered Rum. HEX triplet: 9C, 75 and 34. RGB value is (156,117,52). Sum of RGB (Red+Green+Blue) = 156+117+52=325 (43% of max value = 765). Red value is 156 (61.33% from 255 or 48% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7534 is #638ACB. Grayscale: #797979. Windows color (decimal): -6523596 or 3437980. OLE color: 3437980.
HSL color Cylindrical-coordinate representation of color #9C7534: hue angle of 37.5º 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 #9C7534 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 117 | 52 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.39 |
| HSL | 37.5º | 0.5% | 0.41% | - |
| HSV(B) | 37.5º | 0.67% | 0.61% | - |
| XYZ | 20.69 | 20.04 | 6.03 | - |
| YUV | 121.25 | 88.92 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 117 | 52 | 0 | 0.25 | 0.67 | 0.39 | 37.5 | 0.5 | 0.41 |
| Hex | 9C | 75 | 34 | 0 | 19 | 43 | 27 | 26 | 32 | 29 |
| Octal | 234 | 165 | 64 | 0 | 31 | 103 | 47 | 46 | 62 | 51 |
| Binary | 10011100 | 1110101 | 110100 | 0 | 11001 | 1000011 | 100111 | 100110 | 110010 | 101001 |
Color Harmonies of #9C7534
Complementary color
Monochromatic Colors of #9C7534
Black with #9C7534
Text Example
Text Example
White with #9C7534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7534; }
p { color: rgb(156,117,52); }
H1.HeaderClassName
{
color: #9C7534;
}
.AnyTagClassName
{
color: #9C7534;
}
</style>
background-color css
<style>
a { background-color: #9C7534; }
a { background-color: rgb(156,117,52); }
div.DivClassName
{
background-color: #9C7534;
}
.BgClassName
{
background-color: #9C7534;
}
</style>
border-color css
<style>
span { border-color: #9C7534; }
span { border-color: rgb(156,117,52); }
td.TdClassName
{
border-color: #9C7534;
}
.TagClassName
{
border-color: #9C7534;
}
</style>