Shades of Buttered Rum #9B7333
Tints of Buttered Rum #9B7333
RGB
CMYK
RGB Variations
Color information
#9B7333 (or 0x9B7333) is known color: Buttered Rum. HEX triplet: 9B, 73 and 33. RGB value is (155,115,51). Sum of RGB (Red+Green+Blue) = 155+115+51=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7333 is #648CCC. Grayscale: #777777. Windows color (decimal): -6589645 or 3371931. OLE color: 3371931.
HSL color Cylindrical-coordinate representation of color #9B7333: hue angle of 36.92º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B7333 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 115 | 51 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.39 |
| HSL | 36.92º | 0.5% | 0.4% | - |
| HSV(B) | 36.92º | 0.67% | 0.61% | - |
| XYZ | 20.25 | 19.47 | 5.82 | - |
| YUV | 119.66 | 89.25 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 115 | 51 | 0 | 0.26 | 0.67 | 0.39 | 36.92 | 0.5 | 0.4 |
| Hex | 9B | 73 | 33 | 0 | 1A | 43 | 27 | 25 | 32 | 28 |
| Octal | 233 | 163 | 63 | 0 | 32 | 103 | 47 | 45 | 62 | 50 |
| Binary | 10011011 | 1110011 | 110011 | 0 | 11010 | 1000011 | 100111 | 100101 | 110010 | 101000 |
Color Harmonies of #9B7333
Complementary color
Monochromatic Colors of #9B7333
Black with #9B7333
Text Example
Text Example
White with #9B7333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7333; }
p { color: rgb(155,115,51); }
H1.HeaderClassName
{
color: #9B7333;
}
.AnyTagClassName
{
color: #9B7333;
}
</style>
background-color css
<style>
a { background-color: #9B7333; }
a { background-color: rgb(155,115,51); }
div.DivClassName
{
background-color: #9B7333;
}
.BgClassName
{
background-color: #9B7333;
}
</style>
border-color css
<style>
span { border-color: #9B7333; }
span { border-color: rgb(155,115,51); }
td.TdClassName
{
border-color: #9B7333;
}
.TagClassName
{
border-color: #9B7333;
}
</style>