Shades of Buttered Rum #937139
Tints of Buttered Rum #937139
RGB
CMYK
RGB Variations
Color information
#937139 (or 0x937139) is known color: Buttered Rum. HEX triplet: 93, 71 and 39. RGB value is (147,113,57). Sum of RGB (Red+Green+Blue) = 147+113+57=317 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.37% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 147 - color contains mainly: red. Hex color #937139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #937139 is #6C8EC6. Grayscale: #757575. Windows color (decimal): -7114439 or 3764627. OLE color: 3764627.
HSL color Cylindrical-coordinate representation of color #937139: hue angle of 37.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #937139 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 113 | 57 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.42 |
| HSL | 37.33º | 0.44% | 0.4% | - |
| HSV(B) | 37.33º | 0.61% | 0.58% | - |
| XYZ | 18.68 | 18.31 | 6.42 | - |
| YUV | 116.78 | 94.26 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 113 | 57 | 0 | 0.23 | 0.61 | 0.42 | 37.33 | 0.44 | 0.4 |
| Hex | 93 | 71 | 39 | 0 | 17 | 3D | 2A | 25 | 2C | 28 |
| Octal | 223 | 161 | 71 | 0 | 27 | 75 | 52 | 45 | 54 | 50 |
| Binary | 10010011 | 1110001 | 111001 | 0 | 10111 | 111101 | 101010 | 100101 | 101100 | 101000 |
Color Harmonies of #937139
Complementary color
Monochromatic Colors of #937139
Black with #937139
Text Example
Text Example
White with #937139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937139; }
p { color: rgb(147,113,57); }
H1.HeaderClassName
{
color: #937139;
}
.AnyTagClassName
{
color: #937139;
}
</style>
background-color css
<style>
a { background-color: #937139; }
a { background-color: rgb(147,113,57); }
div.DivClassName
{
background-color: #937139;
}
.BgClassName
{
background-color: #937139;
}
</style>
border-color css
<style>
span { border-color: #937139; }
span { border-color: rgb(147,113,57); }
td.TdClassName
{
border-color: #937139;
}
.TagClassName
{
border-color: #937139;
}
</style>