Shades of Buttered Rum #977933
Tints of Buttered Rum #977933
RGB
CMYK
RGB Variations
Color information
#977933 (or 0x977933) is known color: Buttered Rum. HEX triplet: 97, 79 and 33. RGB value is (151,121,51). Sum of RGB (Red+Green+Blue) = 151+121+51=323 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.75% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 151 - color contains mainly: red. Hex color #977933 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977933 is #6886CC. Grayscale: #7A7A7A. Windows color (decimal): -6850253 or 3373463. OLE color: 3373463.
HSL color Cylindrical-coordinate representation of color #977933: hue angle of 42º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #977933 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 121 | 51 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.41 |
| HSL | 42º | 0.5% | 0.4% | - |
| HSV(B) | 42º | 0.66% | 0.59% | - |
| XYZ | 20.2 | 20.49 | 6.02 | - |
| YUV | 121.99 | 87.94 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 121 | 51 | 0 | 0.20 | 0.66 | 0.41 | 42 | 0.5 | 0.4 |
| Hex | 97 | 79 | 33 | 0 | 14 | 42 | 29 | 2A | 32 | 28 |
| Octal | 227 | 171 | 63 | 0 | 24 | 102 | 51 | 52 | 62 | 50 |
| Binary | 10010111 | 1111001 | 110011 | 0 | 10100 | 1000010 | 101001 | 101010 | 110010 | 101000 |
Color Harmonies of #977933
Complementary color
Monochromatic Colors of #977933
Black with #977933
Text Example
Text Example
White with #977933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977933; }
p { color: rgb(151,121,51); }
H1.HeaderClassName
{
color: #977933;
}
.AnyTagClassName
{
color: #977933;
}
</style>
background-color css
<style>
a { background-color: #977933; }
a { background-color: rgb(151,121,51); }
div.DivClassName
{
background-color: #977933;
}
.BgClassName
{
background-color: #977933;
}
</style>
border-color css
<style>
span { border-color: #977933; }
span { border-color: rgb(151,121,51); }
td.TdClassName
{
border-color: #977933;
}
.TagClassName
{
border-color: #977933;
}
</style>