Shades of Buttered Rum #93743A
Tints of Buttered Rum #93743A
RGB
CMYK
RGB Variations
Color information
#93743A (or 0x93743A) is known color: Buttered Rum. HEX triplet: 93, 74 and 3A. RGB value is (147,116,58). Sum of RGB (Red+Green+Blue) = 147+116+58=321 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.79% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 147 - color contains mainly: red. Hex color #93743A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93743A is #6C8BC5. Grayscale: #767676. Windows color (decimal): -7113670 or 3830931. OLE color: 3830931.
HSL color Cylindrical-coordinate representation of color #93743A: hue angle of 39.1º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #93743A is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 116 | 58 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.42 |
| HSL | 39.1º | 0.43% | 0.4% | - |
| HSV(B) | 39.1º | 0.61% | 0.58% | - |
| XYZ | 19.04 | 19 | 6.67 | - |
| YUV | 118.66 | 93.77 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 116 | 58 | 0 | 0.21 | 0.61 | 0.42 | 39.1 | 0.43 | 0.4 |
| Hex | 93 | 74 | 3A | 0 | 15 | 3D | 2A | 27 | 2B | 28 |
| Octal | 223 | 164 | 72 | 0 | 25 | 75 | 52 | 47 | 53 | 50 |
| Binary | 10010011 | 1110100 | 111010 | 0 | 10101 | 111101 | 101010 | 100111 | 101011 | 101000 |
Color Harmonies of #93743A
Complementary color
Monochromatic Colors of #93743A
Black with #93743A
Text Example
Text Example
White with #93743A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93743A; }
p { color: rgb(147,116,58); }
H1.HeaderClassName
{
color: #93743A;
}
.AnyTagClassName
{
color: #93743A;
}
</style>
background-color css
<style>
a { background-color: #93743A; }
a { background-color: rgb(147,116,58); }
div.DivClassName
{
background-color: #93743A;
}
.BgClassName
{
background-color: #93743A;
}
</style>
border-color css
<style>
span { border-color: #93743A; }
span { border-color: rgb(147,116,58); }
td.TdClassName
{
border-color: #93743A;
}
.TagClassName
{
border-color: #93743A;
}
</style>