Shades of Buttered Rum #997023
Tints of Buttered Rum #997023
RGB
CMYK
RGB Variations
Color information
#997023 (or 0x997023) is known color: Buttered Rum. HEX triplet: 99, 70 and 23. RGB value is (153,112,35). Sum of RGB (Red+Green+Blue) = 153+112+35=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 35 (14.06% from 255 or 11.67% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #997023 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997023 is #668FDC. Grayscale: #737373. Windows color (decimal): -6721501 or 2322585. OLE color: 2322585.
HSL color Cylindrical-coordinate representation of color #997023: hue angle of 39.15º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #997023 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 112 | 35 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.4 |
| HSL | 39.15º | 0.63% | 0.37% | - |
| HSV(B) | 39.15º | 0.77% | 0.6% | - |
| XYZ | 19.23 | 18.48 | 4.14 | - |
| YUV | 115.48 | 82.58 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 35 | 0 | 0.27 | 0.77 | 0.4 | 39.15 | 0.63 | 0.37 |
| Hex | 99 | 70 | 23 | 0 | 1B | 4D | 28 | 27 | 3F | 25 |
| Octal | 231 | 160 | 43 | 0 | 33 | 115 | 50 | 47 | 77 | 45 |
| Binary | 10011001 | 1110000 | 100011 | 0 | 11011 | 1001101 | 101000 | 100111 | 111111 | 100101 |
Color Harmonies of #997023
Complementary color
Monochromatic Colors of #997023
Black with #997023
Text Example
Text Example
White with #997023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997023; }
p { color: rgb(153,112,35); }
H1.HeaderClassName
{
color: #997023;
}
.AnyTagClassName
{
color: #997023;
}
</style>
background-color css
<style>
a { background-color: #997023; }
a { background-color: rgb(153,112,35); }
div.DivClassName
{
background-color: #997023;
}
.BgClassName
{
background-color: #997023;
}
</style>
border-color css
<style>
span { border-color: #997023; }
span { border-color: rgb(153,112,35); }
td.TdClassName
{
border-color: #997023;
}
.TagClassName
{
border-color: #997023;
}
</style>