Shades of Buttered Rum #93733C
Tints of Buttered Rum #93733C
RGB
CMYK
RGB Variations
Color information
#93733C (or 0x93733C) is known color: Buttered Rum. HEX triplet: 93, 73 and 3C. RGB value is (147,115,60). Sum of RGB (Red+Green+Blue) = 147+115+60=322 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.65% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 147 - color contains mainly: red. Hex color #93733C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93733C is #6C8CC3. Grayscale: #767676. Windows color (decimal): -7113924 or 3961747. OLE color: 3961747.
HSL color Cylindrical-coordinate representation of color #93733C: hue angle of 37.93º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #93733C is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 115 | 60 | - |
| CMYK | 0 | 0.22 | 0.59 | 0.42 |
| HSL | 37.93º | 0.42% | 0.41% | - |
| HSV(B) | 37.93º | 0.59% | 0.58% | - |
| XYZ | 18.98 | 18.79 | 6.9 | - |
| YUV | 118.3 | 95.1 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 115 | 60 | 0 | 0.22 | 0.59 | 0.42 | 37.93 | 0.42 | 0.41 |
| Hex | 93 | 73 | 3C | 0 | 16 | 3B | 2A | 26 | 2A | 29 |
| Octal | 223 | 163 | 74 | 0 | 26 | 73 | 52 | 46 | 52 | 51 |
| Binary | 10010011 | 1110011 | 111100 | 0 | 10110 | 111011 | 101010 | 100110 | 101010 | 101001 |
Color Harmonies of #93733C
Complementary color
Monochromatic Colors of #93733C
Black with #93733C
Text Example
Text Example
White with #93733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93733C; }
p { color: rgb(147,115,60); }
H1.HeaderClassName
{
color: #93733C;
}
.AnyTagClassName
{
color: #93733C;
}
</style>
background-color css
<style>
a { background-color: #93733C; }
a { background-color: rgb(147,115,60); }
div.DivClassName
{
background-color: #93733C;
}
.BgClassName
{
background-color: #93733C;
}
</style>
border-color css
<style>
span { border-color: #93733C; }
span { border-color: rgb(147,115,60); }
td.TdClassName
{
border-color: #93733C;
}
.TagClassName
{
border-color: #93733C;
}
</style>