Shades of Buttered Rum #9B7129
Tints of Buttered Rum #9B7129
RGB
CMYK
RGB Variations
Color information
#9B7129 (or 0x9B7129) is known color: Buttered Rum. HEX triplet: 9B, 71 and 29. RGB value is (155,113,41). Sum of RGB (Red+Green+Blue) = 155+113+41=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7129 is #648ED6. Grayscale: #757575. Windows color (decimal): -6590167 or 2716059. OLE color: 2716059.
HSL color Cylindrical-coordinate representation of color #9B7129: hue angle of 37.89º degrees, saturation: 0.58, 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 #9B7129 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 113 | 41 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.39 |
| HSL | 37.89º | 0.58% | 0.38% | - |
| HSV(B) | 37.89º | 0.74% | 0.61% | - |
| XYZ | 19.82 | 18.94 | 4.71 | - |
| YUV | 117.35 | 84.91 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 113 | 41 | 0 | 0.27 | 0.74 | 0.39 | 37.89 | 0.58 | 0.38 |
| Hex | 9B | 71 | 29 | 0 | 1B | 4A | 27 | 26 | 3A | 26 |
| Octal | 233 | 161 | 51 | 0 | 33 | 112 | 47 | 46 | 72 | 46 |
| Binary | 10011011 | 1110001 | 101001 | 0 | 11011 | 1001010 | 100111 | 100110 | 111010 | 100110 |
Color Harmonies of #9B7129
Complementary color
Monochromatic Colors of #9B7129
Black with #9B7129
Text Example
Text Example
White with #9B7129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7129; }
p { color: rgb(155,113,41); }
H1.HeaderClassName
{
color: #9B7129;
}
.AnyTagClassName
{
color: #9B7129;
}
</style>
background-color css
<style>
a { background-color: #9B7129; }
a { background-color: rgb(155,113,41); }
div.DivClassName
{
background-color: #9B7129;
}
.BgClassName
{
background-color: #9B7129;
}
</style>
border-color css
<style>
span { border-color: #9B7129; }
span { border-color: rgb(155,113,41); }
td.TdClassName
{
border-color: #9B7129;
}
.TagClassName
{
border-color: #9B7129;
}
</style>