Shades of Buttered Rum #99722D
Tints of Buttered Rum #99722D
RGB
CMYK
RGB Variations
Color information
#99722D (or 0x99722D) is known color: Buttered Rum. HEX triplet: 99, 72 and 2D. RGB value is (153,114,45). Sum of RGB (Red+Green+Blue) = 153+114+45=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #99722D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99722D is #668DD2. Grayscale: #767676. Windows color (decimal): -6720979 or 2978457. OLE color: 2978457.
HSL color Cylindrical-coordinate representation of color #99722D: hue angle of 38.33º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99722D is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 114 | 45 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.4 |
| HSL | 38.33º | 0.55% | 0.39% | - |
| HSV(B) | 38.33º | 0.71% | 0.6% | - |
| XYZ | 19.63 | 19 | 5.11 | - |
| YUV | 117.8 | 86.92 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 114 | 45 | 0 | 0.25 | 0.71 | 0.4 | 38.33 | 0.55 | 0.39 |
| Hex | 99 | 72 | 2D | 0 | 19 | 47 | 28 | 26 | 37 | 27 |
| Octal | 231 | 162 | 55 | 0 | 31 | 107 | 50 | 46 | 67 | 47 |
| Binary | 10011001 | 1110010 | 101101 | 0 | 11001 | 1000111 | 101000 | 100110 | 110111 | 100111 |
Color Harmonies of #99722D
Complementary color
Monochromatic Colors of #99722D
Black with #99722D
Text Example
Text Example
White with #99722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99722D; }
p { color: rgb(153,114,45); }
H1.HeaderClassName
{
color: #99722D;
}
.AnyTagClassName
{
color: #99722D;
}
</style>
background-color css
<style>
a { background-color: #99722D; }
a { background-color: rgb(153,114,45); }
div.DivClassName
{
background-color: #99722D;
}
.BgClassName
{
background-color: #99722D;
}
</style>
border-color css
<style>
span { border-color: #99722D; }
span { border-color: rgb(153,114,45); }
td.TdClassName
{
border-color: #99722D;
}
.TagClassName
{
border-color: #99722D;
}
</style>