Shades of Buttered Rum #957C3C
Tints of Buttered Rum #957C3C
RGB
CMYK
RGB Variations
Color information
#957C3C (or 0x957C3C) is known color: Buttered Rum. HEX triplet: 95, 7C and 3C. RGB value is (149,124,60). Sum of RGB (Red+Green+Blue) = 149+124+60=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #957C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957C3C is #6A83C3. Grayscale: #7C7C7C. Windows color (decimal): -6980548 or 3964053. OLE color: 3964053.
HSL color Cylindrical-coordinate representation of color #957C3C: hue angle of 43.15º 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 #957C3C is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 124 | 60 | - |
| CMYK | 0 | 0.17 | 0.60 | 0.42 |
| HSL | 43.15º | 0.43% | 0.41% | - |
| HSV(B) | 43.15º | 0.6% | 0.58% | - |
| XYZ | 20.42 | 21.13 | 7.28 | - |
| YUV | 124.18 | 91.78 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 124 | 60 | 0 | 0.17 | 0.60 | 0.42 | 43.15 | 0.43 | 0.41 |
| Hex | 95 | 7C | 3C | 0 | 11 | 3C | 2A | 2B | 2B | 29 |
| Octal | 225 | 174 | 74 | 0 | 21 | 74 | 52 | 53 | 53 | 51 |
| Binary | 10010101 | 1111100 | 111100 | 0 | 10001 | 111100 | 101010 | 101011 | 101011 | 101001 |
Color Harmonies of #957C3C
Complementary color
Monochromatic Colors of #957C3C
Black with #957C3C
Text Example
Text Example
White with #957C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957C3C; }
p { color: rgb(149,124,60); }
H1.HeaderClassName
{
color: #957C3C;
}
.AnyTagClassName
{
color: #957C3C;
}
</style>
background-color css
<style>
a { background-color: #957C3C; }
a { background-color: rgb(149,124,60); }
div.DivClassName
{
background-color: #957C3C;
}
.BgClassName
{
background-color: #957C3C;
}
</style>
border-color css
<style>
span { border-color: #957C3C; }
span { border-color: rgb(149,124,60); }
td.TdClassName
{
border-color: #957C3C;
}
.TagClassName
{
border-color: #957C3C;
}
</style>