Shades of Buttered Rum #9B7E39
Tints of Buttered Rum #9B7E39
RGB
CMYK
RGB Variations
Color information
#9B7E39 (or 0x9B7E39) is known color: Buttered Rum. HEX triplet: 9B, 7E and 39. RGB value is (155,126,57). Sum of RGB (Red+Green+Blue) = 155+126+57=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 57 (22.66% from 255 or 16.86% from 338); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B7E39 is #6481C6. Grayscale: #7F7F7F. Windows color (decimal): -6586823 or 3767963. OLE color: 3767963.
HSL color Cylindrical-coordinate representation of color #9B7E39: hue angle of 42.24º 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 #9B7E39 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 126 | 57 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.39 |
| HSL | 42.24º | 0.46% | 0.42% | - |
| HSV(B) | 42.24º | 0.63% | 0.61% | - |
| XYZ | 21.72 | 22.19 | 7.01 | - |
| YUV | 126.81 | 88.61 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 126 | 57 | 0 | 0.19 | 0.63 | 0.39 | 42.24 | 0.46 | 0.42 |
| Hex | 9B | 7E | 39 | 0 | 13 | 3F | 27 | 2A | 2E | 2A |
| Octal | 233 | 176 | 71 | 0 | 23 | 77 | 47 | 52 | 56 | 52 |
| Binary | 10011011 | 1111110 | 111001 | 0 | 10011 | 111111 | 100111 | 101010 | 101110 | 101010 |
Color Harmonies of #9B7E39
Complementary color
Monochromatic Colors of #9B7E39
Black with #9B7E39
Text Example
Text Example
White with #9B7E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7E39; }
p { color: rgb(155,126,57); }
H1.HeaderClassName
{
color: #9B7E39;
}
.AnyTagClassName
{
color: #9B7E39;
}
</style>
background-color css
<style>
a { background-color: #9B7E39; }
a { background-color: rgb(155,126,57); }
div.DivClassName
{
background-color: #9B7E39;
}
.BgClassName
{
background-color: #9B7E39;
}
</style>
border-color css
<style>
span { border-color: #9B7E39; }
span { border-color: rgb(155,126,57); }
td.TdClassName
{
border-color: #9B7E39;
}
.TagClassName
{
border-color: #9B7E39;
}
</style>