Shades of Buttered Rum #9C753F
Tints of Buttered Rum #9C753F
RGB
CMYK
RGB Variations
Color information
#9C753F (or 0x9C753F) is known color: Buttered Rum. HEX triplet: 9C, 75 and 3F. RGB value is (156,117,63). Sum of RGB (Red+Green+Blue) = 156+117+63=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C753F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C753F is #638AC0. Grayscale: #7A7A7A. Windows color (decimal): -6523585 or 4158876. OLE color: 4158876.
HSL color Cylindrical-coordinate representation of color #9C753F: hue angle of 34.84º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C753F is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 117 | 63 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.39 |
| HSL | 34.84º | 0.42% | 0.43% | - |
| HSV(B) | 34.84º | 0.6% | 0.61% | - |
| XYZ | 20.97 | 20.15 | 7.49 | - |
| YUV | 122.51 | 94.42 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 117 | 63 | 0 | 0.25 | 0.60 | 0.39 | 34.84 | 0.42 | 0.43 |
| Hex | 9C | 75 | 3F | 0 | 19 | 3C | 27 | 23 | 2A | 2B |
| Octal | 234 | 165 | 77 | 0 | 31 | 74 | 47 | 43 | 52 | 53 |
| Binary | 10011100 | 1110101 | 111111 | 0 | 11001 | 111100 | 100111 | 100011 | 101010 | 101011 |
Color Harmonies of #9C753F
Complementary color
Monochromatic Colors of #9C753F
Black with #9C753F
Text Example
Text Example
White with #9C753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C753F; }
p { color: rgb(156,117,63); }
H1.HeaderClassName
{
color: #9C753F;
}
.AnyTagClassName
{
color: #9C753F;
}
</style>
background-color css
<style>
a { background-color: #9C753F; }
a { background-color: rgb(156,117,63); }
div.DivClassName
{
background-color: #9C753F;
}
.BgClassName
{
background-color: #9C753F;
}
</style>
border-color css
<style>
span { border-color: #9C753F; }
span { border-color: rgb(156,117,63); }
td.TdClassName
{
border-color: #9C753F;
}
.TagClassName
{
border-color: #9C753F;
}
</style>