Shades of Buttered Rum #95723A
Tints of Buttered Rum #95723A
RGB
CMYK
RGB Variations
Color information
#95723A (or 0x95723A) is known color: Buttered Rum. HEX triplet: 95, 72 and 3A. RGB value is (149,114,58). Sum of RGB (Red+Green+Blue) = 149+114+58=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #95723A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95723A is #6A8DC5. Grayscale: #767676. Windows color (decimal): -6983110 or 3830421. OLE color: 3830421.
HSL color Cylindrical-coordinate representation of color #95723A: hue angle of 36.92º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #95723A is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 114 | 58 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.42 |
| HSL | 36.92º | 0.44% | 0.41% | - |
| HSV(B) | 36.92º | 0.61% | 0.58% | - |
| XYZ | 19.18 | 18.73 | 6.61 | - |
| YUV | 118.08 | 94.1 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 114 | 58 | 0 | 0.23 | 0.61 | 0.42 | 36.92 | 0.44 | 0.41 |
| Hex | 95 | 72 | 3A | 0 | 17 | 3D | 2A | 25 | 2C | 29 |
| Octal | 225 | 162 | 72 | 0 | 27 | 75 | 52 | 45 | 54 | 51 |
| Binary | 10010101 | 1110010 | 111010 | 0 | 10111 | 111101 | 101010 | 100101 | 101100 | 101001 |
Color Harmonies of #95723A
Complementary color
Monochromatic Colors of #95723A
Black with #95723A
Text Example
Text Example
White with #95723A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95723A; }
p { color: rgb(149,114,58); }
H1.HeaderClassName
{
color: #95723A;
}
.AnyTagClassName
{
color: #95723A;
}
</style>
background-color css
<style>
a { background-color: #95723A; }
a { background-color: rgb(149,114,58); }
div.DivClassName
{
background-color: #95723A;
}
.BgClassName
{
background-color: #95723A;
}
</style>
border-color css
<style>
span { border-color: #95723A; }
span { border-color: rgb(149,114,58); }
td.TdClassName
{
border-color: #95723A;
}
.TagClassName
{
border-color: #95723A;
}
</style>