Shades of Buttered Rum #95723C
Tints of Buttered Rum #95723C
RGB
CMYK
RGB Variations
Color information
#95723C (or 0x95723C) is known color: Buttered Rum. HEX triplet: 95, 72 and 3C. RGB value is (149,114,60). Sum of RGB (Red+Green+Blue) = 149+114+60=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #95723C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95723C is #6A8DC3. Grayscale: #767676. Windows color (decimal): -6983108 or 3961493. OLE color: 3961493.
HSL color Cylindrical-coordinate representation of color #95723C: hue angle of 36.4º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #95723C is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 114 | 60 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.42 |
| HSL | 36.4º | 0.43% | 0.41% | - |
| HSV(B) | 36.4º | 0.6% | 0.58% | - |
| XYZ | 19.23 | 18.75 | 6.88 | - |
| YUV | 118.31 | 95.1 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 114 | 60 | 0 | 0.23 | 0.60 | 0.42 | 36.4 | 0.43 | 0.41 |
| Hex | 95 | 72 | 3C | 0 | 17 | 3C | 2A | 24 | 2B | 29 |
| Octal | 225 | 162 | 74 | 0 | 27 | 74 | 52 | 44 | 53 | 51 |
| Binary | 10010101 | 1110010 | 111100 | 0 | 10111 | 111100 | 101010 | 100100 | 101011 | 101001 |
Color Harmonies of #95723C
Complementary color
Monochromatic Colors of #95723C
Black with #95723C
Text Example
Text Example
White with #95723C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95723C; }
p { color: rgb(149,114,60); }
H1.HeaderClassName
{
color: #95723C;
}
.AnyTagClassName
{
color: #95723C;
}
</style>
background-color css
<style>
a { background-color: #95723C; }
a { background-color: rgb(149,114,60); }
div.DivClassName
{
background-color: #95723C;
}
.BgClassName
{
background-color: #95723C;
}
</style>
border-color css
<style>
span { border-color: #95723C; }
span { border-color: rgb(149,114,60); }
td.TdClassName
{
border-color: #95723C;
}
.TagClassName
{
border-color: #95723C;
}
</style>