Shades of Buttered Rum #9B7128
Tints of Buttered Rum #9B7128
RGB
CMYK
RGB Variations
Color information
#9B7128 (or 0x9B7128) is known color: Buttered Rum. HEX triplet: 9B, 71 and 28. RGB value is (155,113,40). Sum of RGB (Red+Green+Blue) = 155+113+40=308 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.32% from 308); Green value is 113 (44.53% from 255 or 36.69% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7128 is #648ED7. Grayscale: #757575. Windows color (decimal): -6590168 or 2650523. OLE color: 2650523.
HSL color Cylindrical-coordinate representation of color #9B7128: hue angle of 38.09º 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 #9B7128 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 113 | 40 | - |
| CMYK | 0 | 0.27 | 0.74 | 0.39 |
| HSL | 38.09º | 0.59% | 0.38% | - |
| HSV(B) | 38.09º | 0.74% | 0.61% | - |
| XYZ | 19.81 | 18.93 | 4.62 | - |
| YUV | 117.24 | 84.41 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 113 | 40 | 0 | 0.27 | 0.74 | 0.39 | 38.09 | 0.59 | 0.38 |
| Hex | 9B | 71 | 28 | 0 | 1B | 4A | 27 | 26 | 3B | 26 |
| Octal | 233 | 161 | 50 | 0 | 33 | 112 | 47 | 46 | 73 | 46 |
| Binary | 10011011 | 1110001 | 101000 | 0 | 11011 | 1001010 | 100111 | 100110 | 111011 | 100110 |
Color Harmonies of #9B7128
Complementary color
Monochromatic Colors of #9B7128
Black with #9B7128
Text Example
Text Example
White with #9B7128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7128; }
p { color: rgb(155,113,40); }
H1.HeaderClassName
{
color: #9B7128;
}
.AnyTagClassName
{
color: #9B7128;
}
</style>
background-color css
<style>
a { background-color: #9B7128; }
a { background-color: rgb(155,113,40); }
div.DivClassName
{
background-color: #9B7128;
}
.BgClassName
{
background-color: #9B7128;
}
</style>
border-color css
<style>
span { border-color: #9B7128; }
span { border-color: rgb(155,113,40); }
td.TdClassName
{
border-color: #9B7128;
}
.TagClassName
{
border-color: #9B7128;
}
</style>