Shades of Buttered Rum #997125
Tints of Buttered Rum #997125
RGB
CMYK
RGB Variations
Color information
#997125 (or 0x997125) is known color: Buttered Rum. HEX triplet: 99, 71 and 25. RGB value is (153,113,37). Sum of RGB (Red+Green+Blue) = 153+113+37=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #997125 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997125 is #668EDA. Grayscale: #747474. Windows color (decimal): -6721243 or 2453913. OLE color: 2453913.
HSL color Cylindrical-coordinate representation of color #997125: hue angle of 39.31º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #997125 is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 113 | 37 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.4 |
| HSL | 39.31º | 0.61% | 0.37% | - |
| HSV(B) | 39.31º | 0.76% | 0.6% | - |
| XYZ | 19.38 | 18.72 | 4.34 | - |
| YUV | 116.3 | 83.25 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 37 | 0 | 0.26 | 0.76 | 0.4 | 39.31 | 0.61 | 0.37 |
| Hex | 99 | 71 | 25 | 0 | 1A | 4C | 28 | 27 | 3D | 25 |
| Octal | 231 | 161 | 45 | 0 | 32 | 114 | 50 | 47 | 75 | 45 |
| Binary | 10011001 | 1110001 | 100101 | 0 | 11010 | 1001100 | 101000 | 100111 | 111101 | 100101 |
Color Harmonies of #997125
Complementary color
Monochromatic Colors of #997125
Black with #997125
Text Example
Text Example
White with #997125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997125; }
p { color: rgb(153,113,37); }
H1.HeaderClassName
{
color: #997125;
}
.AnyTagClassName
{
color: #997125;
}
</style>
background-color css
<style>
a { background-color: #997125; }
a { background-color: rgb(153,113,37); }
div.DivClassName
{
background-color: #997125;
}
.BgClassName
{
background-color: #997125;
}
</style>
border-color css
<style>
span { border-color: #997125; }
span { border-color: rgb(153,113,37); }
td.TdClassName
{
border-color: #997125;
}
.TagClassName
{
border-color: #997125;
}
</style>