Shades of Buttered Rum #977C3B
Tints of Buttered Rum #977C3B
RGB
CMYK
RGB Variations
Color information
#977C3B (or 0x977C3B) is known color: Buttered Rum. HEX triplet: 97, 7C and 3B. RGB value is (151,124,59). Sum of RGB (Red+Green+Blue) = 151+124+59=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #977C3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977C3B is #6883C4. Grayscale: #7C7C7C. Windows color (decimal): -6849477 or 3898519. OLE color: 3898519.
HSL color Cylindrical-coordinate representation of color #977C3B: hue angle of 42.39º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #977C3B is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 124 | 59 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.41 |
| HSL | 42.39º | 0.44% | 0.41% | - |
| HSV(B) | 42.39º | 0.61% | 0.59% | - |
| XYZ | 20.76 | 21.31 | 7.16 | - |
| YUV | 124.66 | 90.95 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 124 | 59 | 0 | 0.18 | 0.61 | 0.41 | 42.39 | 0.44 | 0.41 |
| Hex | 97 | 7C | 3B | 0 | 12 | 3D | 29 | 2A | 2C | 29 |
| Octal | 227 | 174 | 73 | 0 | 22 | 75 | 51 | 52 | 54 | 51 |
| Binary | 10010111 | 1111100 | 111011 | 0 | 10010 | 111101 | 101001 | 101010 | 101100 | 101001 |
Color Harmonies of #977C3B
Complementary color
Monochromatic Colors of #977C3B
Black with #977C3B
Text Example
Text Example
White with #977C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977C3B; }
p { color: rgb(151,124,59); }
H1.HeaderClassName
{
color: #977C3B;
}
.AnyTagClassName
{
color: #977C3B;
}
</style>
background-color css
<style>
a { background-color: #977C3B; }
a { background-color: rgb(151,124,59); }
div.DivClassName
{
background-color: #977C3B;
}
.BgClassName
{
background-color: #977C3B;
}
</style>
border-color css
<style>
span { border-color: #977C3B; }
span { border-color: rgb(151,124,59); }
td.TdClassName
{
border-color: #977C3B;
}
.TagClassName
{
border-color: #977C3B;
}
</style>