Shades of Buttered Rum #95703D
Tints of Buttered Rum #95703D
RGB
CMYK
RGB Variations
Color information
#95703D (or 0x95703D) is known color: Buttered Rum. HEX triplet: 95, 70 and 3D. RGB value is (149,112,61). Sum of RGB (Red+Green+Blue) = 149+112+61=322 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.27% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 149 - color contains mainly: red. Hex color #95703D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95703D is #6A8FC2. Grayscale: #757575. Windows color (decimal): -6983619 or 4026517. OLE color: 4026517.
HSL color Cylindrical-coordinate representation of color #95703D: hue angle of 34.77º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #95703D is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 112 | 61 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.42 |
| HSL | 34.77º | 0.42% | 0.41% | - |
| HSV(B) | 34.77º | 0.59% | 0.58% | - |
| XYZ | 19.03 | 18.31 | 6.95 | - |
| YUV | 117.25 | 96.26 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 112 | 61 | 0 | 0.25 | 0.59 | 0.42 | 34.77 | 0.42 | 0.41 |
| Hex | 95 | 70 | 3D | 0 | 19 | 3B | 2A | 23 | 2A | 29 |
| Octal | 225 | 160 | 75 | 0 | 31 | 73 | 52 | 43 | 52 | 51 |
| Binary | 10010101 | 1110000 | 111101 | 0 | 11001 | 111011 | 101010 | 100011 | 101010 | 101001 |
Color Harmonies of #95703D
Complementary color
Monochromatic Colors of #95703D
Black with #95703D
Text Example
Text Example
White with #95703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95703D; }
p { color: rgb(149,112,61); }
H1.HeaderClassName
{
color: #95703D;
}
.AnyTagClassName
{
color: #95703D;
}
</style>
background-color css
<style>
a { background-color: #95703D; }
a { background-color: rgb(149,112,61); }
div.DivClassName
{
background-color: #95703D;
}
.BgClassName
{
background-color: #95703D;
}
</style>
border-color css
<style>
span { border-color: #95703D; }
span { border-color: rgb(149,112,61); }
td.TdClassName
{
border-color: #95703D;
}
.TagClassName
{
border-color: #95703D;
}
</style>