Shades of Buttered Rum #97783A
Tints of Buttered Rum #97783A
RGB
CMYK
RGB Variations
Color information
#97783A (or 0x97783A) is known color: Buttered Rum. HEX triplet: 97, 78 and 3A. RGB value is (151,120,58). Sum of RGB (Red+Green+Blue) = 151+120+58=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #97783A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97783A is #6887C5. Grayscale: #7A7A7A. Windows color (decimal): -6850502 or 3831959. OLE color: 3831959.
HSL color Cylindrical-coordinate representation of color #97783A: hue angle of 40º 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 #97783A is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 120 | 58 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.41 |
| HSL | 40º | 0.44% | 0.41% | - |
| HSV(B) | 40º | 0.62% | 0.59% | - |
| XYZ | 20.24 | 20.32 | 6.86 | - |
| YUV | 122.2 | 91.77 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 120 | 58 | 0 | 0.21 | 0.62 | 0.41 | 40 | 0.44 | 0.41 |
| Hex | 97 | 78 | 3A | 0 | 15 | 3E | 29 | 28 | 2C | 29 |
| Octal | 227 | 170 | 72 | 0 | 25 | 76 | 51 | 50 | 54 | 51 |
| Binary | 10010111 | 1111000 | 111010 | 0 | 10101 | 111110 | 101001 | 101000 | 101100 | 101001 |
Color Harmonies of #97783A
Complementary color
Monochromatic Colors of #97783A
Black with #97783A
Text Example
Text Example
White with #97783A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97783A; }
p { color: rgb(151,120,58); }
H1.HeaderClassName
{
color: #97783A;
}
.AnyTagClassName
{
color: #97783A;
}
</style>
background-color css
<style>
a { background-color: #97783A; }
a { background-color: rgb(151,120,58); }
div.DivClassName
{
background-color: #97783A;
}
.BgClassName
{
background-color: #97783A;
}
</style>
border-color css
<style>
span { border-color: #97783A; }
span { border-color: rgb(151,120,58); }
td.TdClassName
{
border-color: #97783A;
}
.TagClassName
{
border-color: #97783A;
}
</style>