Shades of Buttered Rum #977A38
Tints of Buttered Rum #977A38
RGB
CMYK
RGB Variations
Color information
#977A38 (or 0x977A38) is known color: Buttered Rum. HEX triplet: 97, 7A and 38. RGB value is (151,122,56). Sum of RGB (Red+Green+Blue) = 151+122+56=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #977A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977A38 is #6885C7. Grayscale: #7B7B7B. Windows color (decimal): -6849992 or 3701399. OLE color: 3701399.
HSL color Cylindrical-coordinate representation of color #977A38: hue angle of 41.68º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #977A38 is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 122 | 56 | - |
| CMYK | 0 | 0.19 | 0.63 | 0.41 |
| HSL | 41.68º | 0.46% | 0.41% | - |
| HSV(B) | 41.68º | 0.63% | 0.59% | - |
| XYZ | 20.44 | 20.78 | 6.68 | - |
| YUV | 123.15 | 90.11 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 122 | 56 | 0 | 0.19 | 0.63 | 0.41 | 41.68 | 0.46 | 0.41 |
| Hex | 97 | 7A | 38 | 0 | 13 | 3F | 29 | 2A | 2E | 29 |
| Octal | 227 | 172 | 70 | 0 | 23 | 77 | 51 | 52 | 56 | 51 |
| Binary | 10010111 | 1111010 | 111000 | 0 | 10011 | 111111 | 101001 | 101010 | 101110 | 101001 |
Color Harmonies of #977A38
Complementary color
Monochromatic Colors of #977A38
Black with #977A38
Text Example
Text Example
White with #977A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977A38; }
p { color: rgb(151,122,56); }
H1.HeaderClassName
{
color: #977A38;
}
.AnyTagClassName
{
color: #977A38;
}
</style>
background-color css
<style>
a { background-color: #977A38; }
a { background-color: rgb(151,122,56); }
div.DivClassName
{
background-color: #977A38;
}
.BgClassName
{
background-color: #977A38;
}
</style>
border-color css
<style>
span { border-color: #977A38; }
span { border-color: rgb(151,122,56); }
td.TdClassName
{
border-color: #977A38;
}
.TagClassName
{
border-color: #977A38;
}
</style>