Shades of Buttered Rum #91733C
Tints of Buttered Rum #91733C
RGB
CMYK
RGB Variations
Color information
#91733C (or 0x91733C) is known color: Buttered Rum. HEX triplet: 91, 73 and 3C. RGB value is (145,115,60). Sum of RGB (Red+Green+Blue) = 145+115+60=320 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.31% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 145 - color contains mainly: red. Hex color #91733C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91733C is #6E8CC3. Grayscale: #757575. Windows color (decimal): -7244996 or 3961745. OLE color: 3961745.
HSL color Cylindrical-coordinate representation of color #91733C: hue angle of 38.82º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #91733C is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 115 | 60 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.43 |
| HSL | 38.82º | 0.41% | 0.4% | - |
| HSV(B) | 38.82º | 0.59% | 0.57% | - |
| XYZ | 18.62 | 18.61 | 6.89 | - |
| YUV | 117.7 | 95.44 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 115 | 60 | 0 | 0.21 | 0.59 | 0.43 | 38.82 | 0.41 | 0.4 |
| Hex | 91 | 73 | 3C | 0 | 15 | 3B | 2B | 27 | 29 | 28 |
| Octal | 221 | 163 | 74 | 0 | 25 | 73 | 53 | 47 | 51 | 50 |
| Binary | 10010001 | 1110011 | 111100 | 0 | 10101 | 111011 | 101011 | 100111 | 101001 | 101000 |
Color Harmonies of #91733C
Complementary color
Monochromatic Colors of #91733C
Black with #91733C
Text Example
Text Example
White with #91733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91733C; }
p { color: rgb(145,115,60); }
H1.HeaderClassName
{
color: #91733C;
}
.AnyTagClassName
{
color: #91733C;
}
</style>
background-color css
<style>
a { background-color: #91733C; }
a { background-color: rgb(145,115,60); }
div.DivClassName
{
background-color: #91733C;
}
.BgClassName
{
background-color: #91733C;
}
</style>
border-color css
<style>
span { border-color: #91733C; }
span { border-color: rgb(145,115,60); }
td.TdClassName
{
border-color: #91733C;
}
.TagClassName
{
border-color: #91733C;
}
</style>