Shades of Buttered Rum #977539
Tints of Buttered Rum #977539
RGB
CMYK
RGB Variations
Color information
#977539 (or 0x977539) is known color: Buttered Rum. HEX triplet: 97, 75 and 39. RGB value is (151,117,57). Sum of RGB (Red+Green+Blue) = 151+117+57=325 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.46% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 151 - color contains mainly: red. Hex color #977539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977539 is #688AC6. Grayscale: #787878. Windows color (decimal): -6851271 or 3765655. OLE color: 3765655.
HSL color Cylindrical-coordinate representation of color #977539: hue angle of 38.3º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #977539 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 117 | 57 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.41 |
| HSL | 38.3º | 0.45% | 0.41% | - |
| HSV(B) | 38.3º | 0.62% | 0.59% | - |
| XYZ | 19.86 | 19.6 | 6.61 | - |
| YUV | 120.33 | 92.26 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 117 | 57 | 0 | 0.23 | 0.62 | 0.41 | 38.3 | 0.45 | 0.41 |
| Hex | 97 | 75 | 39 | 0 | 17 | 3E | 29 | 26 | 2D | 29 |
| Octal | 227 | 165 | 71 | 0 | 27 | 76 | 51 | 46 | 55 | 51 |
| Binary | 10010111 | 1110101 | 111001 | 0 | 10111 | 111110 | 101001 | 100110 | 101101 | 101001 |
Color Harmonies of #977539
Complementary color
Monochromatic Colors of #977539
Black with #977539
Text Example
Text Example
White with #977539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977539; }
p { color: rgb(151,117,57); }
H1.HeaderClassName
{
color: #977539;
}
.AnyTagClassName
{
color: #977539;
}
</style>
background-color css
<style>
a { background-color: #977539; }
a { background-color: rgb(151,117,57); }
div.DivClassName
{
background-color: #977539;
}
.BgClassName
{
background-color: #977539;
}
</style>
border-color css
<style>
span { border-color: #977539; }
span { border-color: rgb(151,117,57); }
td.TdClassName
{
border-color: #977539;
}
.TagClassName
{
border-color: #977539;
}
</style>