Shades of Buttered Rum #9A7429
Tints of Buttered Rum #9A7429
RGB
CMYK
RGB Variations
Color information
#9A7429 (or 0x9A7429) is known color: Buttered Rum. HEX triplet: 9A, 74 and 29. RGB value is (154,116,41). Sum of RGB (Red+Green+Blue) = 154+116+41=311 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.52% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7429 is #658BD6. Grayscale: #777777. Windows color (decimal): -6654935 or 2716826. OLE color: 2716826.
HSL color Cylindrical-coordinate representation of color #9A7429: hue angle of 39.82º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A7429 is Cyan = 0, Magento = 0.25, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 116 | 41 | - |
| CMYK | 0 | 0.25 | 0.73 | 0.40 |
| HSL | 39.82º | 0.58% | 0.38% | - |
| HSV(B) | 39.82º | 0.73% | 0.6% | - |
| XYZ | 19.97 | 19.52 | 4.81 | - |
| YUV | 118.81 | 84.09 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 116 | 41 | 0 | 0.25 | 0.73 | 0.40 | 39.82 | 0.58 | 0.38 |
| Hex | 9A | 74 | 29 | 0 | 19 | 49 | 28 | 28 | 3A | 26 |
| Octal | 232 | 164 | 51 | 0 | 31 | 111 | 50 | 50 | 72 | 46 |
| Binary | 10011010 | 1110100 | 101001 | 0 | 11001 | 1001001 | 101000 | 101000 | 111010 | 100110 |
Color Harmonies of #9A7429
Complementary color
Monochromatic Colors of #9A7429
Black with #9A7429
Text Example
Text Example
White with #9A7429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7429; }
p { color: rgb(154,116,41); }
H1.HeaderClassName
{
color: #9A7429;
}
.AnyTagClassName
{
color: #9A7429;
}
</style>
background-color css
<style>
a { background-color: #9A7429; }
a { background-color: rgb(154,116,41); }
div.DivClassName
{
background-color: #9A7429;
}
.BgClassName
{
background-color: #9A7429;
}
</style>
border-color css
<style>
span { border-color: #9A7429; }
span { border-color: rgb(154,116,41); }
td.TdClassName
{
border-color: #9A7429;
}
.TagClassName
{
border-color: #9A7429;
}
</style>