Shades of Buttered Rum #957233
Tints of Buttered Rum #957233
RGB
CMYK
RGB Variations
Color information
#957233 (or 0x957233) is known color: Buttered Rum. HEX triplet: 95, 72 and 33. RGB value is (149,114,51). Sum of RGB (Red+Green+Blue) = 149+114+51=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #957233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957233 is #6A8DCC. Grayscale: #757575. Windows color (decimal): -6983117 or 3371669. OLE color: 3371669.
HSL color Cylindrical-coordinate representation of color #957233: hue angle of 38.57º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #957233 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 114 | 51 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.42 |
| HSL | 38.57º | 0.49% | 0.39% | - |
| HSV(B) | 38.57º | 0.66% | 0.58% | - |
| XYZ | 19.01 | 18.66 | 5.73 | - |
| YUV | 117.28 | 90.6 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 114 | 51 | 0 | 0.23 | 0.66 | 0.42 | 38.57 | 0.49 | 0.39 |
| Hex | 95 | 72 | 33 | 0 | 17 | 42 | 2A | 27 | 31 | 27 |
| Octal | 225 | 162 | 63 | 0 | 27 | 102 | 52 | 47 | 61 | 47 |
| Binary | 10010101 | 1110010 | 110011 | 0 | 10111 | 1000010 | 101010 | 100111 | 110001 | 100111 |
Color Harmonies of #957233
Complementary color
Monochromatic Colors of #957233
Black with #957233
Text Example
Text Example
White with #957233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957233; }
p { color: rgb(149,114,51); }
H1.HeaderClassName
{
color: #957233;
}
.AnyTagClassName
{
color: #957233;
}
</style>
background-color css
<style>
a { background-color: #957233; }
a { background-color: rgb(149,114,51); }
div.DivClassName
{
background-color: #957233;
}
.BgClassName
{
background-color: #957233;
}
</style>
border-color css
<style>
span { border-color: #957233; }
span { border-color: rgb(149,114,51); }
td.TdClassName
{
border-color: #957233;
}
.TagClassName
{
border-color: #957233;
}
</style>