Shades of Buttered Rum #99772B
Tints of Buttered Rum #99772B
RGB
CMYK
RGB Variations
Color information
#99772B (or 0x99772B) is known color: Buttered Rum. HEX triplet: 99, 77 and 2B. RGB value is (153,119,43). Sum of RGB (Red+Green+Blue) = 153+119+43=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #99772B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99772B is #6688D4. Grayscale: #787878. Windows color (decimal): -6719701 or 2848665. OLE color: 2848665.
HSL color Cylindrical-coordinate representation of color #99772B: hue angle of 41.45º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #99772B is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 119 | 43 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.4 |
| HSL | 41.45º | 0.56% | 0.38% | - |
| HSV(B) | 41.45º | 0.72% | 0.6% | - |
| XYZ | 20.17 | 20.14 | 5.11 | - |
| YUV | 120.5 | 84.26 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 119 | 43 | 0 | 0.22 | 0.72 | 0.4 | 41.45 | 0.56 | 0.38 |
| Hex | 99 | 77 | 2B | 0 | 16 | 48 | 28 | 29 | 38 | 26 |
| Octal | 231 | 167 | 53 | 0 | 26 | 110 | 50 | 51 | 70 | 46 |
| Binary | 10011001 | 1110111 | 101011 | 0 | 10110 | 1001000 | 101000 | 101001 | 111000 | 100110 |
Color Harmonies of #99772B
Complementary color
Monochromatic Colors of #99772B
Black with #99772B
Text Example
Text Example
White with #99772B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99772B; }
p { color: rgb(153,119,43); }
H1.HeaderClassName
{
color: #99772B;
}
.AnyTagClassName
{
color: #99772B;
}
</style>
background-color css
<style>
a { background-color: #99772B; }
a { background-color: rgb(153,119,43); }
div.DivClassName
{
background-color: #99772B;
}
.BgClassName
{
background-color: #99772B;
}
</style>
border-color css
<style>
span { border-color: #99772B; }
span { border-color: rgb(153,119,43); }
td.TdClassName
{
border-color: #99772B;
}
.TagClassName
{
border-color: #99772B;
}
</style>