Shades of Buttered Rum #977D3A
Tints of Buttered Rum #977D3A
RGB
CMYK
RGB Variations
Color information
#977D3A (or 0x977D3A) is known color: Buttered Rum. HEX triplet: 97, 7D and 3A. RGB value is (151,125,58). Sum of RGB (Red+Green+Blue) = 151+125+58=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #977D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977D3A is #6882C5. Grayscale: #7D7D7D. Windows color (decimal): -6849222 or 3833239. OLE color: 3833239.
HSL color Cylindrical-coordinate representation of color #977D3A: hue angle of 43.23º degrees, saturation: 0.44, 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 #977D3A is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 125 | 58 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.41 |
| HSL | 43.23º | 0.44% | 0.41% | - |
| HSV(B) | 43.23º | 0.62% | 0.59% | - |
| XYZ | 20.86 | 21.55 | 7.06 | - |
| YUV | 125.14 | 90.11 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 125 | 58 | 0 | 0.17 | 0.62 | 0.41 | 43.23 | 0.44 | 0.41 |
| Hex | 97 | 7D | 3A | 0 | 11 | 3E | 29 | 2B | 2C | 29 |
| Octal | 227 | 175 | 72 | 0 | 21 | 76 | 51 | 53 | 54 | 51 |
| Binary | 10010111 | 1111101 | 111010 | 0 | 10001 | 111110 | 101001 | 101011 | 101100 | 101001 |
Color Harmonies of #977D3A
Complementary color
Monochromatic Colors of #977D3A
Black with #977D3A
Text Example
Text Example
White with #977D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977D3A; }
p { color: rgb(151,125,58); }
H1.HeaderClassName
{
color: #977D3A;
}
.AnyTagClassName
{
color: #977D3A;
}
</style>
background-color css
<style>
a { background-color: #977D3A; }
a { background-color: rgb(151,125,58); }
div.DivClassName
{
background-color: #977D3A;
}
.BgClassName
{
background-color: #977D3A;
}
</style>
border-color css
<style>
span { border-color: #977D3A; }
span { border-color: rgb(151,125,58); }
td.TdClassName
{
border-color: #977D3A;
}
.TagClassName
{
border-color: #977D3A;
}
</style>