Shades of Buttered Rum #9A7123
Tints of Buttered Rum #9A7123
RGB
CMYK
RGB Variations
Color information
#9A7123 (or 0x9A7123) is known color: Buttered Rum. HEX triplet: 9A, 71 and 23. RGB value is (154,113,35). Sum of RGB (Red+Green+Blue) = 154+113+35=302 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.99% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 35 (14.06% from 255 or 11.59% from 302); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7123 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7123 is #658EDC. Grayscale: #747474. Windows color (decimal): -6655709 or 2322842. OLE color: 2322842.
HSL color Cylindrical-coordinate representation of color #9A7123: hue angle of 39.33º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A7123 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 113 | 35 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.40 |
| HSL | 39.33º | 0.63% | 0.37% | - |
| HSV(B) | 39.33º | 0.77% | 0.6% | - |
| XYZ | 19.53 | 18.8 | 4.19 | - |
| YUV | 116.37 | 82.08 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 113 | 35 | 0 | 0.27 | 0.77 | 0.40 | 39.33 | 0.63 | 0.37 |
| Hex | 9A | 71 | 23 | 0 | 1B | 4D | 28 | 27 | 3F | 25 |
| Octal | 232 | 161 | 43 | 0 | 33 | 115 | 50 | 47 | 77 | 45 |
| Binary | 10011010 | 1110001 | 100011 | 0 | 11011 | 1001101 | 101000 | 100111 | 111111 | 100101 |
Color Harmonies of #9A7123
Complementary color
Monochromatic Colors of #9A7123
Black with #9A7123
Text Example
Text Example
White with #9A7123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7123; }
p { color: rgb(154,113,35); }
H1.HeaderClassName
{
color: #9A7123;
}
.AnyTagClassName
{
color: #9A7123;
}
</style>
background-color css
<style>
a { background-color: #9A7123; }
a { background-color: rgb(154,113,35); }
div.DivClassName
{
background-color: #9A7123;
}
.BgClassName
{
background-color: #9A7123;
}
</style>
border-color css
<style>
span { border-color: #9A7123; }
span { border-color: rgb(154,113,35); }
td.TdClassName
{
border-color: #9A7123;
}
.TagClassName
{
border-color: #9A7123;
}
</style>