Shades of Buttered Rum #9B7C31
Tints of Buttered Rum #9B7C31
RGB
CMYK
RGB Variations
Color information
#9B7C31 (or 0x9B7C31) is known color: Buttered Rum. HEX triplet: 9B, 7C and 31. RGB value is (155,124,49). Sum of RGB (Red+Green+Blue) = 155+124+49=328 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.26% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7C31 is #6483CE. Grayscale: #7D7D7D. Windows color (decimal): -6587343 or 3243163. OLE color: 3243163.
HSL color Cylindrical-coordinate representation of color #9B7C31: hue angle of 42.45º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B7C31 is Cyan = 0, Magento = 0.2, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 124 | 49 | - |
| CMYK | 0 | 0.2 | 0.68 | 0.39 |
| HSL | 42.45º | 0.52% | 0.4% | - |
| HSV(B) | 42.45º | 0.68% | 0.61% | - |
| XYZ | 21.28 | 21.61 | 5.95 | - |
| YUV | 124.72 | 85.27 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 124 | 49 | 0 | 0.2 | 0.68 | 0.39 | 42.45 | 0.52 | 0.4 |
| Hex | 9B | 7C | 31 | 0 | 14 | 44 | 27 | 2A | 34 | 28 |
| Octal | 233 | 174 | 61 | 0 | 24 | 104 | 47 | 52 | 64 | 50 |
| Binary | 10011011 | 1111100 | 110001 | 0 | 10100 | 1000100 | 100111 | 101010 | 110100 | 101000 |
Color Harmonies of #9B7C31
Complementary color
Monochromatic Colors of #9B7C31
Black with #9B7C31
Text Example
Text Example
White with #9B7C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7C31; }
p { color: rgb(155,124,49); }
H1.HeaderClassName
{
color: #9B7C31;
}
.AnyTagClassName
{
color: #9B7C31;
}
</style>
background-color css
<style>
a { background-color: #9B7C31; }
a { background-color: rgb(155,124,49); }
div.DivClassName
{
background-color: #9B7C31;
}
.BgClassName
{
background-color: #9B7C31;
}
</style>
border-color css
<style>
span { border-color: #9B7C31; }
span { border-color: rgb(155,124,49); }
td.TdClassName
{
border-color: #9B7C31;
}
.TagClassName
{
border-color: #9B7C31;
}
</style>