Shades of Buttered Rum #9A7C33
Tints of Buttered Rum #9A7C33
RGB
CMYK
RGB Variations
Color information
#9A7C33 (or 0x9A7C33) is known color: Buttered Rum. HEX triplet: 9A, 7C and 33. RGB value is (154,124,51). Sum of RGB (Red+Green+Blue) = 154+124+51=329 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.81% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7C33 is #6583CC. Grayscale: #7C7C7C. Windows color (decimal): -6652877 or 3374234. OLE color: 3374234.
HSL color Cylindrical-coordinate representation of color #9A7C33: hue angle of 42.52º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9A7C33 is Cyan = 0, Magento = 0.19, Yellow = 0.67 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 124 | 51 | - |
| CMYK | 0 | 0.19 | 0.67 | 0.40 |
| HSL | 42.52º | 0.5% | 0.4% | - |
| HSV(B) | 42.52º | 0.67% | 0.6% | - |
| XYZ | 21.13 | 21.52 | 6.17 | - |
| YUV | 124.65 | 86.44 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 124 | 51 | 0 | 0.19 | 0.67 | 0.40 | 42.52 | 0.5 | 0.4 |
| Hex | 9A | 7C | 33 | 0 | 13 | 43 | 28 | 2B | 32 | 28 |
| Octal | 232 | 174 | 63 | 0 | 23 | 103 | 50 | 53 | 62 | 50 |
| Binary | 10011010 | 1111100 | 110011 | 0 | 10011 | 1000011 | 101000 | 101011 | 110010 | 101000 |
Color Harmonies of #9A7C33
Complementary color
Monochromatic Colors of #9A7C33
Black with #9A7C33
Text Example
Text Example
White with #9A7C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7C33; }
p { color: rgb(154,124,51); }
H1.HeaderClassName
{
color: #9A7C33;
}
.AnyTagClassName
{
color: #9A7C33;
}
</style>
background-color css
<style>
a { background-color: #9A7C33; }
a { background-color: rgb(154,124,51); }
div.DivClassName
{
background-color: #9A7C33;
}
.BgClassName
{
background-color: #9A7C33;
}
</style>
border-color css
<style>
span { border-color: #9A7C33; }
span { border-color: rgb(154,124,51); }
td.TdClassName
{
border-color: #9A7C33;
}
.TagClassName
{
border-color: #9A7C33;
}
</style>