Shades of Buttered Rum #9B712A
Tints of Buttered Rum #9B712A
RGB
CMYK
RGB Variations
Color information
#9B712A (or 0x9B712A) is known color: Buttered Rum. HEX triplet: 9B, 71 and 2A. RGB value is (155,113,42). Sum of RGB (Red+Green+Blue) = 155+113+42=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B712A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B712A is #648ED5. Grayscale: #757575. Windows color (decimal): -6590166 or 2781595. OLE color: 2781595.
HSL color Cylindrical-coordinate representation of color #9B712A: hue angle of 37.7º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9B712A is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 113 | 42 | - |
| CMYK | 0 | 0.27 | 0.73 | 0.39 |
| HSL | 37.7º | 0.57% | 0.39% | - |
| HSV(B) | 37.7º | 0.73% | 0.61% | - |
| XYZ | 19.84 | 18.95 | 4.8 | - |
| YUV | 117.46 | 85.41 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 113 | 42 | 0 | 0.27 | 0.73 | 0.39 | 37.7 | 0.57 | 0.39 |
| Hex | 9B | 71 | 2A | 0 | 1B | 49 | 27 | 26 | 39 | 27 |
| Octal | 233 | 161 | 52 | 0 | 33 | 111 | 47 | 46 | 71 | 47 |
| Binary | 10011011 | 1110001 | 101010 | 0 | 11011 | 1001001 | 100111 | 100110 | 111001 | 100111 |
Color Harmonies of #9B712A
Complementary color
Monochromatic Colors of #9B712A
Black with #9B712A
Text Example
Text Example
White with #9B712A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B712A; }
p { color: rgb(155,113,42); }
H1.HeaderClassName
{
color: #9B712A;
}
.AnyTagClassName
{
color: #9B712A;
}
</style>
background-color css
<style>
a { background-color: #9B712A; }
a { background-color: rgb(155,113,42); }
div.DivClassName
{
background-color: #9B712A;
}
.BgClassName
{
background-color: #9B712A;
}
</style>
border-color css
<style>
span { border-color: #9B712A; }
span { border-color: rgb(155,113,42); }
td.TdClassName
{
border-color: #9B712A;
}
.TagClassName
{
border-color: #9B712A;
}
</style>