Shades of Buttered Rum #93713B
Tints of Buttered Rum #93713B
RGB
CMYK
RGB Variations
Color information
#93713B (or 0x93713B) is known color: Buttered Rum. HEX triplet: 93, 71 and 3B. RGB value is (147,113,59). Sum of RGB (Red+Green+Blue) = 147+113+59=319 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.08% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 147 - color contains mainly: red. Hex color #93713B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93713B is #6C8EC4. Grayscale: #757575. Windows color (decimal): -7114437 or 3895699. OLE color: 3895699.
HSL color Cylindrical-coordinate representation of color #93713B: hue angle of 36.82º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #93713B is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 113 | 59 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.42 |
| HSL | 36.82º | 0.43% | 0.4% | - |
| HSV(B) | 36.82º | 0.6% | 0.58% | - |
| XYZ | 18.73 | 18.33 | 6.69 | - |
| YUV | 117.01 | 95.26 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 113 | 59 | 0 | 0.23 | 0.60 | 0.42 | 36.82 | 0.43 | 0.4 |
| Hex | 93 | 71 | 3B | 0 | 17 | 3C | 2A | 25 | 2B | 28 |
| Octal | 223 | 161 | 73 | 0 | 27 | 74 | 52 | 45 | 53 | 50 |
| Binary | 10010011 | 1110001 | 111011 | 0 | 10111 | 111100 | 101010 | 100101 | 101011 | 101000 |
Color Harmonies of #93713B
Complementary color
Monochromatic Colors of #93713B
Black with #93713B
Text Example
Text Example
White with #93713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93713B; }
p { color: rgb(147,113,59); }
H1.HeaderClassName
{
color: #93713B;
}
.AnyTagClassName
{
color: #93713B;
}
</style>
background-color css
<style>
a { background-color: #93713B; }
a { background-color: rgb(147,113,59); }
div.DivClassName
{
background-color: #93713B;
}
.BgClassName
{
background-color: #93713B;
}
</style>
border-color css
<style>
span { border-color: #93713B; }
span { border-color: rgb(147,113,59); }
td.TdClassName
{
border-color: #93713B;
}
.TagClassName
{
border-color: #93713B;
}
</style>