Shades of Buttered Rum #95773C
Tints of Buttered Rum #95773C
RGB
CMYK
RGB Variations
Color information
#95773C (or 0x95773C) is known color: Buttered Rum. HEX triplet: 95, 77 and 3C. RGB value is (149,119,60). Sum of RGB (Red+Green+Blue) = 149+119+60=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 119 (46.88% from 255 or 36.28% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #95773C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95773C is #6A88C3. Grayscale: #797979. Windows color (decimal): -6981828 or 3962773. OLE color: 3962773.
HSL color Cylindrical-coordinate representation of color #95773C: hue angle of 39.78º 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 #95773C is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 119 | 60 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.42 |
| HSL | 39.78º | 0.43% | 0.41% | - |
| HSV(B) | 39.78º | 0.6% | 0.58% | - |
| XYZ | 19.81 | 19.91 | 7.07 | - |
| YUV | 121.24 | 93.44 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 119 | 60 | 0 | 0.20 | 0.60 | 0.42 | 39.78 | 0.43 | 0.41 |
| Hex | 95 | 77 | 3C | 0 | 14 | 3C | 2A | 28 | 2B | 29 |
| Octal | 225 | 167 | 74 | 0 | 24 | 74 | 52 | 50 | 53 | 51 |
| Binary | 10010101 | 1110111 | 111100 | 0 | 10100 | 111100 | 101010 | 101000 | 101011 | 101001 |
Color Harmonies of #95773C
Complementary color
Monochromatic Colors of #95773C
Black with #95773C
Text Example
Text Example
White with #95773C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95773C; }
p { color: rgb(149,119,60); }
H1.HeaderClassName
{
color: #95773C;
}
.AnyTagClassName
{
color: #95773C;
}
</style>
background-color css
<style>
a { background-color: #95773C; }
a { background-color: rgb(149,119,60); }
div.DivClassName
{
background-color: #95773C;
}
.BgClassName
{
background-color: #95773C;
}
</style>
border-color css
<style>
span { border-color: #95773C; }
span { border-color: rgb(149,119,60); }
td.TdClassName
{
border-color: #95773C;
}
.TagClassName
{
border-color: #95773C;
}
</style>