Shades of Buttered Rum #9B7D39
Tints of Buttered Rum #9B7D39
RGB
CMYK
RGB Variations
Color information
#9B7D39 (or 0x9B7D39) is known color: Buttered Rum. HEX triplet: 9B, 7D and 39. RGB value is (155,125,57). Sum of RGB (Red+Green+Blue) = 155+125+57=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 57 (22.66% from 255 or 16.91% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7D39 is #6482C6. Grayscale: #7E7E7E. Windows color (decimal): -6587079 or 3767707. OLE color: 3767707.
HSL color Cylindrical-coordinate representation of color #9B7D39: hue angle of 41.63º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B7D39 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 125 | 57 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.39 |
| HSL | 41.63º | 0.46% | 0.42% | - |
| HSV(B) | 41.63º | 0.63% | 0.61% | - |
| XYZ | 21.59 | 21.93 | 6.97 | - |
| YUV | 126.22 | 88.94 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 125 | 57 | 0 | 0.19 | 0.63 | 0.39 | 41.63 | 0.46 | 0.42 |
| Hex | 9B | 7D | 39 | 0 | 13 | 3F | 27 | 2A | 2E | 2A |
| Octal | 233 | 175 | 71 | 0 | 23 | 77 | 47 | 52 | 56 | 52 |
| Binary | 10011011 | 1111101 | 111001 | 0 | 10011 | 111111 | 100111 | 101010 | 101110 | 101010 |
Color Harmonies of #9B7D39
Complementary color
Monochromatic Colors of #9B7D39
Black with #9B7D39
Text Example
Text Example
White with #9B7D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7D39; }
p { color: rgb(155,125,57); }
H1.HeaderClassName
{
color: #9B7D39;
}
.AnyTagClassName
{
color: #9B7D39;
}
</style>
background-color css
<style>
a { background-color: #9B7D39; }
a { background-color: rgb(155,125,57); }
div.DivClassName
{
background-color: #9B7D39;
}
.BgClassName
{
background-color: #9B7D39;
}
</style>
border-color css
<style>
span { border-color: #9B7D39; }
span { border-color: rgb(155,125,57); }
td.TdClassName
{
border-color: #9B7D39;
}
.TagClassName
{
border-color: #9B7D39;
}
</style>