Shades of Buttered Rum #93753F
Tints of Buttered Rum #93753F
RGB
CMYK
RGB Variations
Color information
#93753F (or 0x93753F) is known color: Buttered Rum. HEX triplet: 93, 75 and 3F. RGB value is (147,117,63). Sum of RGB (Red+Green+Blue) = 147+117+63=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 147 - color contains mainly: red. Hex color #93753F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93753F is #6C8AC0. Grayscale: #787878. Windows color (decimal): -7113409 or 4158867. OLE color: 4158867.
HSL color Cylindrical-coordinate representation of color #93753F: hue angle of 38.57º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #93753F is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 117 | 63 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.42 |
| HSL | 38.57º | 0.4% | 0.41% | - |
| HSV(B) | 38.57º | 0.57% | 0.58% | - |
| XYZ | 19.29 | 19.28 | 7.41 | - |
| YUV | 119.81 | 95.94 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 117 | 63 | 0 | 0.20 | 0.57 | 0.42 | 38.57 | 0.4 | 0.41 |
| Hex | 93 | 75 | 3F | 0 | 14 | 39 | 2A | 27 | 28 | 29 |
| Octal | 223 | 165 | 77 | 0 | 24 | 71 | 52 | 47 | 50 | 51 |
| Binary | 10010011 | 1110101 | 111111 | 0 | 10100 | 111001 | 101010 | 100111 | 101000 | 101001 |
Color Harmonies of #93753F
Complementary color
Monochromatic Colors of #93753F
Black with #93753F
Text Example
Text Example
White with #93753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93753F; }
p { color: rgb(147,117,63); }
H1.HeaderClassName
{
color: #93753F;
}
.AnyTagClassName
{
color: #93753F;
}
</style>
background-color css
<style>
a { background-color: #93753F; }
a { background-color: rgb(147,117,63); }
div.DivClassName
{
background-color: #93753F;
}
.BgClassName
{
background-color: #93753F;
}
</style>
border-color css
<style>
span { border-color: #93753F; }
span { border-color: rgb(147,117,63); }
td.TdClassName
{
border-color: #93753F;
}
.TagClassName
{
border-color: #93753F;
}
</style>