Shades of Buttered Rum #9A7830
Tints of Buttered Rum #9A7830
RGB
CMYK
RGB Variations
Color information
#9A7830 (or 0x9A7830) is known color: Buttered Rum. HEX triplet: 9A, 78 and 30. RGB value is (154,120,48). Sum of RGB (Red+Green+Blue) = 154+120+48=322 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.83% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7830 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7830 is #6587CF. Grayscale: #7A7A7A. Windows color (decimal): -6653904 or 3176602. OLE color: 3176602.
HSL color Cylindrical-coordinate representation of color #9A7830: hue angle of 40.75º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A7830 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 120 | 48 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.40 |
| HSL | 40.75º | 0.52% | 0.4% | - |
| HSV(B) | 40.75º | 0.69% | 0.6% | - |
| XYZ | 20.58 | 20.52 | 5.67 | - |
| YUV | 121.96 | 86.26 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 120 | 48 | 0 | 0.22 | 0.69 | 0.40 | 40.75 | 0.52 | 0.4 |
| Hex | 9A | 78 | 30 | 0 | 16 | 45 | 28 | 29 | 34 | 28 |
| Octal | 232 | 170 | 60 | 0 | 26 | 105 | 50 | 51 | 64 | 50 |
| Binary | 10011010 | 1111000 | 110000 | 0 | 10110 | 1000101 | 101000 | 101001 | 110100 | 101000 |
Color Harmonies of #9A7830
Complementary color
Monochromatic Colors of #9A7830
Black with #9A7830
Text Example
Text Example
White with #9A7830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7830; }
p { color: rgb(154,120,48); }
H1.HeaderClassName
{
color: #9A7830;
}
.AnyTagClassName
{
color: #9A7830;
}
</style>
background-color css
<style>
a { background-color: #9A7830; }
a { background-color: rgb(154,120,48); }
div.DivClassName
{
background-color: #9A7830;
}
.BgClassName
{
background-color: #9A7830;
}
</style>
border-color css
<style>
span { border-color: #9A7830; }
span { border-color: rgb(154,120,48); }
td.TdClassName
{
border-color: #9A7830;
}
.TagClassName
{
border-color: #9A7830;
}
</style>