Shades of Buttered Rum #9B7233
Tints of Buttered Rum #9B7233
RGB
CMYK
RGB Variations
Color information
#9B7233 (or 0x9B7233) is known color: Buttered Rum. HEX triplet: 9B, 72 and 33. RGB value is (155,114,51). Sum of RGB (Red+Green+Blue) = 155+114+51=320 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.44% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 51 (20.31% from 255 or 15.94% from 320); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7233 is #648DCC. Grayscale: #777777. Windows color (decimal): -6589901 or 3371675. OLE color: 3371675.
HSL color Cylindrical-coordinate representation of color #9B7233: hue angle of 36.35º 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 #9B7233 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 114 | 51 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.39 |
| HSL | 36.35º | 0.5% | 0.4% | - |
| HSV(B) | 36.35º | 0.67% | 0.61% | - |
| XYZ | 20.13 | 19.24 | 5.78 | - |
| YUV | 119.08 | 89.58 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 114 | 51 | 0 | 0.26 | 0.67 | 0.39 | 36.35 | 0.5 | 0.4 |
| Hex | 9B | 72 | 33 | 0 | 1A | 43 | 27 | 24 | 32 | 28 |
| Octal | 233 | 162 | 63 | 0 | 32 | 103 | 47 | 44 | 62 | 50 |
| Binary | 10011011 | 1110010 | 110011 | 0 | 11010 | 1000011 | 100111 | 100100 | 110010 | 101000 |
Color Harmonies of #9B7233
Complementary color
Monochromatic Colors of #9B7233
Black with #9B7233
Text Example
Text Example
White with #9B7233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7233; }
p { color: rgb(155,114,51); }
H1.HeaderClassName
{
color: #9B7233;
}
.AnyTagClassName
{
color: #9B7233;
}
</style>
background-color css
<style>
a { background-color: #9B7233; }
a { background-color: rgb(155,114,51); }
div.DivClassName
{
background-color: #9B7233;
}
.BgClassName
{
background-color: #9B7233;
}
</style>
border-color css
<style>
span { border-color: #9B7233; }
span { border-color: rgb(155,114,51); }
td.TdClassName
{
border-color: #9B7233;
}
.TagClassName
{
border-color: #9B7233;
}
</style>