Shades of Buttered Rum #9C7C33
Tints of Buttered Rum #9C7C33
RGB
CMYK
RGB Variations
Color information
#9C7C33 (or 0x9C7C33) is known color: Buttered Rum. HEX triplet: 9C, 7C and 33. RGB value is (156,124,51). Sum of RGB (Red+Green+Blue) = 156+124+51=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7C33 is #6383CC. Grayscale: #7D7D7D. Windows color (decimal): -6521805 or 3374236. OLE color: 3374236.
HSL color Cylindrical-coordinate representation of color #9C7C33: hue angle of 41.71º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C7C33 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 124 | 51 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.39 |
| HSL | 41.71º | 0.51% | 0.41% | - |
| HSV(B) | 41.71º | 0.67% | 0.61% | - |
| XYZ | 21.52 | 21.72 | 6.19 | - |
| YUV | 125.25 | 86.1 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 124 | 51 | 0 | 0.21 | 0.67 | 0.39 | 41.71 | 0.51 | 0.41 |
| Hex | 9C | 7C | 33 | 0 | 15 | 43 | 27 | 2A | 33 | 29 |
| Octal | 234 | 174 | 63 | 0 | 25 | 103 | 47 | 52 | 63 | 51 |
| Binary | 10011100 | 1111100 | 110011 | 0 | 10101 | 1000011 | 100111 | 101010 | 110011 | 101001 |
Color Harmonies of #9C7C33
Complementary color
Monochromatic Colors of #9C7C33
Black with #9C7C33
Text Example
Text Example
White with #9C7C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7C33; }
p { color: rgb(156,124,51); }
H1.HeaderClassName
{
color: #9C7C33;
}
.AnyTagClassName
{
color: #9C7C33;
}
</style>
background-color css
<style>
a { background-color: #9C7C33; }
a { background-color: rgb(156,124,51); }
div.DivClassName
{
background-color: #9C7C33;
}
.BgClassName
{
background-color: #9C7C33;
}
</style>
border-color css
<style>
span { border-color: #9C7C33; }
span { border-color: rgb(156,124,51); }
td.TdClassName
{
border-color: #9C7C33;
}
.TagClassName
{
border-color: #9C7C33;
}
</style>