Shades of Buttered Rum #9A7529
Tints of Buttered Rum #9A7529
RGB
CMYK
RGB Variations
Color information
#9A7529 (or 0x9A7529) is known color: Buttered Rum. HEX triplet: 9A, 75 and 29. RGB value is (154,117,41). Sum of RGB (Red+Green+Blue) = 154+117+41=312 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.36% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7529 is #658AD6. Grayscale: #777777. Windows color (decimal): -6654679 or 2717082. OLE color: 2717082.
HSL color Cylindrical-coordinate representation of color #9A7529: hue angle of 40.35º 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 #9A7529 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 117 | 41 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.40 |
| HSL | 40.35º | 0.58% | 0.38% | - |
| HSV(B) | 40.35º | 0.73% | 0.6% | - |
| XYZ | 20.09 | 19.75 | 4.85 | - |
| YUV | 119.4 | 83.76 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 117 | 41 | 0 | 0.24 | 0.73 | 0.40 | 40.35 | 0.58 | 0.38 |
| Hex | 9A | 75 | 29 | 0 | 18 | 49 | 28 | 28 | 3A | 26 |
| Octal | 232 | 165 | 51 | 0 | 30 | 111 | 50 | 50 | 72 | 46 |
| Binary | 10011010 | 1110101 | 101001 | 0 | 11000 | 1001001 | 101000 | 101000 | 111010 | 100110 |
Color Harmonies of #9A7529
Complementary color
Monochromatic Colors of #9A7529
Black with #9A7529
Text Example
Text Example
White with #9A7529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7529; }
p { color: rgb(154,117,41); }
H1.HeaderClassName
{
color: #9A7529;
}
.AnyTagClassName
{
color: #9A7529;
}
</style>
background-color css
<style>
a { background-color: #9A7529; }
a { background-color: rgb(154,117,41); }
div.DivClassName
{
background-color: #9A7529;
}
.BgClassName
{
background-color: #9A7529;
}
</style>
border-color css
<style>
span { border-color: #9A7529; }
span { border-color: rgb(154,117,41); }
td.TdClassName
{
border-color: #9A7529;
}
.TagClassName
{
border-color: #9A7529;
}
</style>