Shades of Buttered Rum #9B7529
Tints of Buttered Rum #9B7529
RGB
CMYK
RGB Variations
Color information
#9B7529 (or 0x9B7529) is known color: Buttered Rum. HEX triplet: 9B, 75 and 29. RGB value is (155,117,41). Sum of RGB (Red+Green+Blue) = 155+117+41=313 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.52% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7529 is #648AD6. Grayscale: #787878. Windows color (decimal): -6589143 or 2717083. OLE color: 2717083.
HSL color Cylindrical-coordinate representation of color #9B7529: hue angle of 40º 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 #9B7529 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 117 | 41 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.39 |
| HSL | 40º | 0.58% | 0.38% | - |
| HSV(B) | 40º | 0.74% | 0.61% | - |
| XYZ | 20.28 | 19.85 | 4.86 | - |
| YUV | 119.7 | 83.59 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 117 | 41 | 0 | 0.25 | 0.74 | 0.39 | 40 | 0.58 | 0.38 |
| Hex | 9B | 75 | 29 | 0 | 19 | 4A | 27 | 28 | 3A | 26 |
| Octal | 233 | 165 | 51 | 0 | 31 | 112 | 47 | 50 | 72 | 46 |
| Binary | 10011011 | 1110101 | 101001 | 0 | 11001 | 1001010 | 100111 | 101000 | 111010 | 100110 |
Color Harmonies of #9B7529
Complementary color
Monochromatic Colors of #9B7529
Black with #9B7529
Text Example
Text Example
White with #9B7529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7529; }
p { color: rgb(155,117,41); }
H1.HeaderClassName
{
color: #9B7529;
}
.AnyTagClassName
{
color: #9B7529;
}
</style>
background-color css
<style>
a { background-color: #9B7529; }
a { background-color: rgb(155,117,41); }
div.DivClassName
{
background-color: #9B7529;
}
.BgClassName
{
background-color: #9B7529;
}
</style>
border-color css
<style>
span { border-color: #9B7529; }
span { border-color: rgb(155,117,41); }
td.TdClassName
{
border-color: #9B7529;
}
.TagClassName
{
border-color: #9B7529;
}
</style>