Shades of Buttered Rum #92743C
Tints of Buttered Rum #92743C
RGB
CMYK
RGB Variations
Color information
#92743C (or 0x92743C) is known color: Buttered Rum. HEX triplet: 92, 74 and 3C. RGB value is (146,116,60). Sum of RGB (Red+Green+Blue) = 146+116+60=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 146 - color contains mainly: red. Hex color #92743C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92743C is #6D8BC3. Grayscale: #767676. Windows color (decimal): -7179204 or 3962002. OLE color: 3962002.
HSL color Cylindrical-coordinate representation of color #92743C: hue angle of 39.07º degrees, saturation: 0.42, 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 #92743C is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 116 | 60 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.43 |
| HSL | 39.07º | 0.42% | 0.4% | - |
| HSV(B) | 39.07º | 0.59% | 0.57% | - |
| XYZ | 18.92 | 18.93 | 6.93 | - |
| YUV | 118.59 | 94.94 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 116 | 60 | 0 | 0.21 | 0.59 | 0.43 | 39.07 | 0.42 | 0.4 |
| Hex | 92 | 74 | 3C | 0 | 15 | 3B | 2B | 27 | 2A | 28 |
| Octal | 222 | 164 | 74 | 0 | 25 | 73 | 53 | 47 | 52 | 50 |
| Binary | 10010010 | 1110100 | 111100 | 0 | 10101 | 111011 | 101011 | 100111 | 101010 | 101000 |
Color Harmonies of #92743C
Complementary color
Monochromatic Colors of #92743C
Black with #92743C
Text Example
Text Example
White with #92743C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92743C; }
p { color: rgb(146,116,60); }
H1.HeaderClassName
{
color: #92743C;
}
.AnyTagClassName
{
color: #92743C;
}
</style>
background-color css
<style>
a { background-color: #92743C; }
a { background-color: rgb(146,116,60); }
div.DivClassName
{
background-color: #92743C;
}
.BgClassName
{
background-color: #92743C;
}
</style>
border-color css
<style>
span { border-color: #92743C; }
span { border-color: rgb(146,116,60); }
td.TdClassName
{
border-color: #92743C;
}
.TagClassName
{
border-color: #92743C;
}
</style>