Shades of Buttered Rum #92703A
Tints of Buttered Rum #92703A
RGB
CMYK
RGB Variations
Color information
#92703A (or 0x92703A) is known color: Buttered Rum. HEX triplet: 92, 70 and 3A. RGB value is (146,112,58). Sum of RGB (Red+Green+Blue) = 146+112+58=316 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.20% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 146 - color contains mainly: red. Hex color #92703A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #92703A is #6D8FC5. Grayscale: #747474. Windows color (decimal): -7180230 or 3829906. OLE color: 3829906.
HSL color Cylindrical-coordinate representation of color #92703A: hue angle of 36.82º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #92703A is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 112 | 58 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.43 |
| HSL | 36.82º | 0.43% | 0.4% | - |
| HSV(B) | 36.82º | 0.6% | 0.57% | - |
| XYZ | 18.41 | 18 | 6.51 | - |
| YUV | 116.01 | 95.26 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 112 | 58 | 0 | 0.23 | 0.60 | 0.43 | 36.82 | 0.43 | 0.4 |
| Hex | 92 | 70 | 3A | 0 | 17 | 3C | 2B | 25 | 2B | 28 |
| Octal | 222 | 160 | 72 | 0 | 27 | 74 | 53 | 45 | 53 | 50 |
| Binary | 10010010 | 1110000 | 111010 | 0 | 10111 | 111100 | 101011 | 100101 | 101011 | 101000 |
Color Harmonies of #92703A
Complementary color
Monochromatic Colors of #92703A
Black with #92703A
Text Example
Text Example
White with #92703A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92703A; }
p { color: rgb(146,112,58); }
H1.HeaderClassName
{
color: #92703A;
}
.AnyTagClassName
{
color: #92703A;
}
</style>
background-color css
<style>
a { background-color: #92703A; }
a { background-color: rgb(146,112,58); }
div.DivClassName
{
background-color: #92703A;
}
.BgClassName
{
background-color: #92703A;
}
</style>
border-color css
<style>
span { border-color: #92703A; }
span { border-color: rgb(146,112,58); }
td.TdClassName
{
border-color: #92703A;
}
.TagClassName
{
border-color: #92703A;
}
</style>