Shades of Buttered Rum #9C702C
Tints of Buttered Rum #9C702C
RGB
CMYK
RGB Variations
Color information
#9C702C (or 0x9C702C) is known color: Buttered Rum. HEX triplet: 9C, 70 and 2C. RGB value is (156,112,44). Sum of RGB (Red+Green+Blue) = 156+112+44=312 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 156 - color contains mainly: red. Hex color #9C702C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C702C is #638FD3. Grayscale: #757575. Windows color (decimal): -6524884 or 2912412. OLE color: 2912412.
HSL color Cylindrical-coordinate representation of color #9C702C: hue angle of 36.43º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C702C is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 112 | 44 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.39 |
| HSL | 36.43º | 0.56% | 0.39% | - |
| HSV(B) | 36.43º | 0.72% | 0.61% | - |
| XYZ | 19.96 | 18.84 | 4.97 | - |
| YUV | 117.4 | 86.58 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 112 | 44 | 0 | 0.28 | 0.72 | 0.39 | 36.43 | 0.56 | 0.39 |
| Hex | 9C | 70 | 2C | 0 | 1C | 48 | 27 | 24 | 38 | 27 |
| Octal | 234 | 160 | 54 | 0 | 34 | 110 | 47 | 44 | 70 | 47 |
| Binary | 10011100 | 1110000 | 101100 | 0 | 11100 | 1001000 | 100111 | 100100 | 111000 | 100111 |
Color Harmonies of #9C702C
Complementary color
Monochromatic Colors of #9C702C
Black with #9C702C
Text Example
Text Example
White with #9C702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C702C; }
p { color: rgb(156,112,44); }
H1.HeaderClassName
{
color: #9C702C;
}
.AnyTagClassName
{
color: #9C702C;
}
</style>
background-color css
<style>
a { background-color: #9C702C; }
a { background-color: rgb(156,112,44); }
div.DivClassName
{
background-color: #9C702C;
}
.BgClassName
{
background-color: #9C702C;
}
</style>
border-color css
<style>
span { border-color: #9C702C; }
span { border-color: rgb(156,112,44); }
td.TdClassName
{
border-color: #9C702C;
}
.TagClassName
{
border-color: #9C702C;
}
</style>