Shades of Buttered Rum #9B7029
Tints of Buttered Rum #9B7029
RGB
CMYK
RGB Variations
Color information
#9B7029 (or 0x9B7029) is known color: Buttered Rum. HEX triplet: 9B, 70 and 29. RGB value is (155,112,41). Sum of RGB (Red+Green+Blue) = 155+112+41=308 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.32% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7029 is #648FD6. Grayscale: #757575. Windows color (decimal): -6590423 or 2715803. OLE color: 2715803.
HSL color Cylindrical-coordinate representation of color #9B7029: hue angle of 37.37º 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 #9B7029 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 112 | 41 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.39 |
| HSL | 37.37º | 0.58% | 0.38% | - |
| HSV(B) | 37.37º | 0.74% | 0.61% | - |
| XYZ | 19.71 | 18.72 | 4.67 | - |
| YUV | 116.76 | 85.25 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 112 | 41 | 0 | 0.28 | 0.74 | 0.39 | 37.37 | 0.58 | 0.38 |
| Hex | 9B | 70 | 29 | 0 | 1C | 4A | 27 | 25 | 3A | 26 |
| Octal | 233 | 160 | 51 | 0 | 34 | 112 | 47 | 45 | 72 | 46 |
| Binary | 10011011 | 1110000 | 101001 | 0 | 11100 | 1001010 | 100111 | 100101 | 111010 | 100110 |
Color Harmonies of #9B7029
Complementary color
Monochromatic Colors of #9B7029
Black with #9B7029
Text Example
Text Example
White with #9B7029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7029; }
p { color: rgb(155,112,41); }
H1.HeaderClassName
{
color: #9B7029;
}
.AnyTagClassName
{
color: #9B7029;
}
</style>
background-color css
<style>
a { background-color: #9B7029; }
a { background-color: rgb(155,112,41); }
div.DivClassName
{
background-color: #9B7029;
}
.BgClassName
{
background-color: #9B7029;
}
</style>
border-color css
<style>
span { border-color: #9B7029; }
span { border-color: rgb(155,112,41); }
td.TdClassName
{
border-color: #9B7029;
}
.TagClassName
{
border-color: #9B7029;
}
</style>