Shades of Buttered Rum #9C7539
Tints of Buttered Rum #9C7539
RGB
CMYK
RGB Variations
Color information
#9C7539 (or 0x9C7539) is known color: Buttered Rum. HEX triplet: 9C, 75 and 39. RGB value is (156,117,57). Sum of RGB (Red+Green+Blue) = 156+117+57=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7539 is #638AC6. Grayscale: #7A7A7A. Windows color (decimal): -6523591 or 3765660. OLE color: 3765660.
HSL color Cylindrical-coordinate representation of color #9C7539: hue angle of 36.36º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C7539 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 117 | 57 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.39 |
| HSL | 36.36º | 0.46% | 0.42% | - |
| HSV(B) | 36.36º | 0.63% | 0.61% | - |
| XYZ | 20.81 | 20.09 | 6.65 | - |
| YUV | 121.82 | 91.42 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 117 | 57 | 0 | 0.25 | 0.63 | 0.39 | 36.36 | 0.46 | 0.42 |
| Hex | 9C | 75 | 39 | 0 | 19 | 3F | 27 | 24 | 2E | 2A |
| Octal | 234 | 165 | 71 | 0 | 31 | 77 | 47 | 44 | 56 | 52 |
| Binary | 10011100 | 1110101 | 111001 | 0 | 11001 | 111111 | 100111 | 100100 | 101110 | 101010 |
Color Harmonies of #9C7539
Complementary color
Monochromatic Colors of #9C7539
Black with #9C7539
Text Example
Text Example
White with #9C7539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7539; }
p { color: rgb(156,117,57); }
H1.HeaderClassName
{
color: #9C7539;
}
.AnyTagClassName
{
color: #9C7539;
}
</style>
background-color css
<style>
a { background-color: #9C7539; }
a { background-color: rgb(156,117,57); }
div.DivClassName
{
background-color: #9C7539;
}
.BgClassName
{
background-color: #9C7539;
}
</style>
border-color css
<style>
span { border-color: #9C7539; }
span { border-color: rgb(156,117,57); }
td.TdClassName
{
border-color: #9C7539;
}
.TagClassName
{
border-color: #9C7539;
}
</style>