Shades of Buttered Rum #9D752C
Tints of Buttered Rum #9D752C
RGB
CMYK
RGB Variations
Color information
#9D752C (or 0x9D752C) is known color: Buttered Rum. HEX triplet: 9D, 75 and 2C. RGB value is (157,117,44). Sum of RGB (Red+Green+Blue) = 157+117+44=318 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.37% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 157 - color contains mainly: red. Hex color #9D752C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D752C is #628AD3. Grayscale: #787878. Windows color (decimal): -6458068 or 2913693. OLE color: 2913693.
HSL color Cylindrical-coordinate representation of color #9D752C: hue angle of 38.76º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D752C is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 117 | 44 | - |
| CMYK | 0 | 0.25 | 0.72 | 0.38 |
| HSL | 38.76º | 0.56% | 0.39% | - |
| HSV(B) | 38.76º | 0.72% | 0.62% | - |
| XYZ | 20.72 | 20.07 | 5.17 | - |
| YUV | 120.64 | 84.75 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 117 | 44 | 0 | 0.25 | 0.72 | 0.38 | 38.76 | 0.56 | 0.39 |
| Hex | 9D | 75 | 2C | 0 | 19 | 48 | 26 | 27 | 38 | 27 |
| Octal | 235 | 165 | 54 | 0 | 31 | 110 | 46 | 47 | 70 | 47 |
| Binary | 10011101 | 1110101 | 101100 | 0 | 11001 | 1001000 | 100110 | 100111 | 111000 | 100111 |
Color Harmonies of #9D752C
Complementary color
Monochromatic Colors of #9D752C
Black with #9D752C
Text Example
Text Example
White with #9D752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D752C; }
p { color: rgb(157,117,44); }
H1.HeaderClassName
{
color: #9D752C;
}
.AnyTagClassName
{
color: #9D752C;
}
</style>
background-color css
<style>
a { background-color: #9D752C; }
a { background-color: rgb(157,117,44); }
div.DivClassName
{
background-color: #9D752C;
}
.BgClassName
{
background-color: #9D752C;
}
</style>
border-color css
<style>
span { border-color: #9D752C; }
span { border-color: rgb(157,117,44); }
td.TdClassName
{
border-color: #9D752C;
}
.TagClassName
{
border-color: #9D752C;
}
</style>