Shades of Buttered Rum #9A7C31
Tints of Buttered Rum #9A7C31
RGB
CMYK
RGB Variations
Color information
#9A7C31 (or 0x9A7C31) is known color: Buttered Rum. HEX triplet: 9A, 7C and 31. RGB value is (154,124,49). Sum of RGB (Red+Green+Blue) = 154+124+49=327 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.09% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7C31 is #6583CE. Grayscale: #7C7C7C. Windows color (decimal): -6652879 or 3243162. OLE color: 3243162.
HSL color Cylindrical-coordinate representation of color #9A7C31: hue angle of 42.86º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A7C31 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 124 | 49 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.40 |
| HSL | 42.86º | 0.52% | 0.4% | - |
| HSV(B) | 42.86º | 0.68% | 0.6% | - |
| XYZ | 21.09 | 21.51 | 5.95 | - |
| YUV | 124.42 | 85.44 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 124 | 49 | 0 | 0.19 | 0.68 | 0.40 | 42.86 | 0.52 | 0.4 |
| Hex | 9A | 7C | 31 | 0 | 13 | 44 | 28 | 2B | 34 | 28 |
| Octal | 232 | 174 | 61 | 0 | 23 | 104 | 50 | 53 | 64 | 50 |
| Binary | 10011010 | 1111100 | 110001 | 0 | 10011 | 1000100 | 101000 | 101011 | 110100 | 101000 |
Color Harmonies of #9A7C31
Complementary color
Monochromatic Colors of #9A7C31
Black with #9A7C31
Text Example
Text Example
White with #9A7C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7C31; }
p { color: rgb(154,124,49); }
H1.HeaderClassName
{
color: #9A7C31;
}
.AnyTagClassName
{
color: #9A7C31;
}
</style>
background-color css
<style>
a { background-color: #9A7C31; }
a { background-color: rgb(154,124,49); }
div.DivClassName
{
background-color: #9A7C31;
}
.BgClassName
{
background-color: #9A7C31;
}
</style>
border-color css
<style>
span { border-color: #9A7C31; }
span { border-color: rgb(154,124,49); }
td.TdClassName
{
border-color: #9A7C31;
}
.TagClassName
{
border-color: #9A7C31;
}
</style>