Shades of Buttered Rum #9C7C30
Tints of Buttered Rum #9C7C30
RGB
CMYK
RGB Variations
Color information
#9C7C30 (or 0x9C7C30) is known color: Buttered Rum. HEX triplet: 9C, 7C and 30. RGB value is (156,124,48). Sum of RGB (Red+Green+Blue) = 156+124+48=328 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.56% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C7C30 is #6383CF. Grayscale: #7D7D7D. Windows color (decimal): -6521808 or 3177628. OLE color: 3177628.
HSL color Cylindrical-coordinate representation of color #9C7C30: hue angle of 42.22º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C7C30 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 124 | 48 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.39 |
| HSL | 42.22º | 0.53% | 0.4% | - |
| HSV(B) | 42.22º | 0.69% | 0.61% | - |
| XYZ | 21.45 | 21.7 | 5.85 | - |
| YUV | 124.9 | 84.6 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 124 | 48 | 0 | 0.21 | 0.69 | 0.39 | 42.22 | 0.53 | 0.4 |
| Hex | 9C | 7C | 30 | 0 | 15 | 45 | 27 | 2A | 35 | 28 |
| Octal | 234 | 174 | 60 | 0 | 25 | 105 | 47 | 52 | 65 | 50 |
| Binary | 10011100 | 1111100 | 110000 | 0 | 10101 | 1000101 | 100111 | 101010 | 110101 | 101000 |
Color Harmonies of #9C7C30
Complementary color
Monochromatic Colors of #9C7C30
Black with #9C7C30
Text Example
Text Example
White with #9C7C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7C30; }
p { color: rgb(156,124,48); }
H1.HeaderClassName
{
color: #9C7C30;
}
.AnyTagClassName
{
color: #9C7C30;
}
</style>
background-color css
<style>
a { background-color: #9C7C30; }
a { background-color: rgb(156,124,48); }
div.DivClassName
{
background-color: #9C7C30;
}
.BgClassName
{
background-color: #9C7C30;
}
</style>
border-color css
<style>
span { border-color: #9C7C30; }
span { border-color: rgb(156,124,48); }
td.TdClassName
{
border-color: #9C7C30;
}
.TagClassName
{
border-color: #9C7C30;
}
</style>