Shades of Buttered Rum #95783B
Tints of Buttered Rum #95783B
RGB
CMYK
RGB Variations
Color information
#95783B (or 0x95783B) is known color: Buttered Rum. HEX triplet: 95, 78 and 3B. RGB value is (149,120,59). Sum of RGB (Red+Green+Blue) = 149+120+59=328 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.43% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 149 - color contains mainly: red. Hex color #95783B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95783B is #6A87C4. Grayscale: #797979. Windows color (decimal): -6981573 or 3897493. OLE color: 3897493.
HSL color Cylindrical-coordinate representation of color #95783B: hue angle of 40.67º 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 #95783B is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 120 | 59 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.42 |
| HSL | 40.67º | 0.43% | 0.41% | - |
| HSV(B) | 40.67º | 0.6% | 0.58% | - |
| XYZ | 19.9 | 20.14 | 6.98 | - |
| YUV | 121.72 | 92.61 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 120 | 59 | 0 | 0.19 | 0.60 | 0.42 | 40.67 | 0.43 | 0.41 |
| Hex | 95 | 78 | 3B | 0 | 13 | 3C | 2A | 29 | 2B | 29 |
| Octal | 225 | 170 | 73 | 0 | 23 | 74 | 52 | 51 | 53 | 51 |
| Binary | 10010101 | 1111000 | 111011 | 0 | 10011 | 111100 | 101010 | 101001 | 101011 | 101001 |
Color Harmonies of #95783B
Complementary color
Monochromatic Colors of #95783B
Black with #95783B
Text Example
Text Example
White with #95783B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95783B; }
p { color: rgb(149,120,59); }
H1.HeaderClassName
{
color: #95783B;
}
.AnyTagClassName
{
color: #95783B;
}
</style>
background-color css
<style>
a { background-color: #95783B; }
a { background-color: rgb(149,120,59); }
div.DivClassName
{
background-color: #95783B;
}
.BgClassName
{
background-color: #95783B;
}
</style>
border-color css
<style>
span { border-color: #95783B; }
span { border-color: rgb(149,120,59); }
td.TdClassName
{
border-color: #95783B;
}
.TagClassName
{
border-color: #95783B;
}
</style>