Shades of Buttered Rum #9A7A3B
Tints of Buttered Rum #9A7A3B
RGB
CMYK
RGB Variations
Color information
#9A7A3B (or 0x9A7A3B) is known color: Buttered Rum. HEX triplet: 9A, 7A and 3B. RGB value is (154,122,59). Sum of RGB (Red+Green+Blue) = 154+122+59=335 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.97% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7A3B is #6585C4. Grayscale: #7C7C7C. Windows color (decimal): -6653381 or 3898010. OLE color: 3898010.
HSL color Cylindrical-coordinate representation of color #9A7A3B: hue angle of 39.79º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A7A3B is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 122 | 59 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.40 |
| HSL | 39.79º | 0.45% | 0.42% | - |
| HSV(B) | 39.79º | 0.62% | 0.6% | - |
| XYZ | 21.08 | 21.1 | 7.1 | - |
| YUV | 124.39 | 91.1 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 122 | 59 | 0 | 0.21 | 0.62 | 0.40 | 39.79 | 0.45 | 0.42 |
| Hex | 9A | 7A | 3B | 0 | 15 | 3E | 28 | 28 | 2D | 2A |
| Octal | 232 | 172 | 73 | 0 | 25 | 76 | 50 | 50 | 55 | 52 |
| Binary | 10011010 | 1111010 | 111011 | 0 | 10101 | 111110 | 101000 | 101000 | 101101 | 101010 |
Color Harmonies of #9A7A3B
Complementary color
Monochromatic Colors of #9A7A3B
Black with #9A7A3B
Text Example
Text Example
White with #9A7A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7A3B; }
p { color: rgb(154,122,59); }
H1.HeaderClassName
{
color: #9A7A3B;
}
.AnyTagClassName
{
color: #9A7A3B;
}
</style>
background-color css
<style>
a { background-color: #9A7A3B; }
a { background-color: rgb(154,122,59); }
div.DivClassName
{
background-color: #9A7A3B;
}
.BgClassName
{
background-color: #9A7A3B;
}
</style>
border-color css
<style>
span { border-color: #9A7A3B; }
span { border-color: rgb(154,122,59); }
td.TdClassName
{
border-color: #9A7A3B;
}
.TagClassName
{
border-color: #9A7A3B;
}
</style>