Shades of Buttered Rum #9B7328
Tints of Buttered Rum #9B7328
RGB
CMYK
RGB Variations
Color information
#9B7328 (or 0x9B7328) is known color: Buttered Rum. HEX triplet: 9B, 73 and 28. RGB value is (155,115,40). Sum of RGB (Red+Green+Blue) = 155+115+40=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7328 is #648CD7. Grayscale: #767676. Windows color (decimal): -6589656 or 2651035. OLE color: 2651035.
HSL color Cylindrical-coordinate representation of color #9B7328: hue angle of 39.13º 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 #9B7328 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 115 | 40 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.39 |
| HSL | 39.13º | 0.59% | 0.38% | - |
| HSV(B) | 39.13º | 0.74% | 0.61% | - |
| XYZ | 20.03 | 19.38 | 4.69 | - |
| YUV | 118.41 | 83.75 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 115 | 40 | 0 | 0.26 | 0.74 | 0.39 | 39.13 | 0.59 | 0.38 |
| Hex | 9B | 73 | 28 | 0 | 1A | 4A | 27 | 27 | 3B | 26 |
| Octal | 233 | 163 | 50 | 0 | 32 | 112 | 47 | 47 | 73 | 46 |
| Binary | 10011011 | 1110011 | 101000 | 0 | 11010 | 1001010 | 100111 | 100111 | 111011 | 100110 |
Color Harmonies of #9B7328
Complementary color
Monochromatic Colors of #9B7328
Black with #9B7328
Text Example
Text Example
White with #9B7328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7328; }
p { color: rgb(155,115,40); }
H1.HeaderClassName
{
color: #9B7328;
}
.AnyTagClassName
{
color: #9B7328;
}
</style>
background-color css
<style>
a { background-color: #9B7328; }
a { background-color: rgb(155,115,40); }
div.DivClassName
{
background-color: #9B7328;
}
.BgClassName
{
background-color: #9B7328;
}
</style>
border-color css
<style>
span { border-color: #9B7328; }
span { border-color: rgb(155,115,40); }
td.TdClassName
{
border-color: #9B7328;
}
.TagClassName
{
border-color: #9B7328;
}
</style>