Shades of Buttered Rum #997025
Tints of Buttered Rum #997025
RGB
CMYK
RGB Variations
Color information
#997025 (or 0x997025) is known color: Buttered Rum. HEX triplet: 99, 70 and 25. RGB value is (153,112,37). Sum of RGB (Red+Green+Blue) = 153+112+37=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #997025 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997025 is #668FDA. Grayscale: #747474. Windows color (decimal): -6721499 or 2453657. OLE color: 2453657.
HSL color Cylindrical-coordinate representation of color #997025: hue angle of 38.79º 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 #997025 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 112 | 37 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.4 |
| HSL | 38.79º | 0.61% | 0.37% | - |
| HSV(B) | 38.79º | 0.76% | 0.6% | - |
| XYZ | 19.26 | 18.49 | 4.3 | - |
| YUV | 115.71 | 83.58 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 37 | 0 | 0.27 | 0.76 | 0.4 | 38.79 | 0.61 | 0.37 |
| Hex | 99 | 70 | 25 | 0 | 1B | 4C | 28 | 27 | 3D | 25 |
| Octal | 231 | 160 | 45 | 0 | 33 | 114 | 50 | 47 | 75 | 45 |
| Binary | 10011001 | 1110000 | 100101 | 0 | 11011 | 1001100 | 101000 | 100111 | 111101 | 100101 |
Color Harmonies of #997025
Complementary color
Monochromatic Colors of #997025
Black with #997025
Text Example
Text Example
White with #997025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997025; }
p { color: rgb(153,112,37); }
H1.HeaderClassName
{
color: #997025;
}
.AnyTagClassName
{
color: #997025;
}
</style>
background-color css
<style>
a { background-color: #997025; }
a { background-color: rgb(153,112,37); }
div.DivClassName
{
background-color: #997025;
}
.BgClassName
{
background-color: #997025;
}
</style>
border-color css
<style>
span { border-color: #997025; }
span { border-color: rgb(153,112,37); }
td.TdClassName
{
border-color: #997025;
}
.TagClassName
{
border-color: #997025;
}
</style>