Shades of Buttered Rum #9A7023
Tints of Buttered Rum #9A7023
RGB
CMYK
RGB Variations
Color information
#9A7023 (or 0x9A7023) is known color: Buttered Rum. HEX triplet: 9A, 70 and 23. RGB value is (154,112,35). Sum of RGB (Red+Green+Blue) = 154+112+35=301 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.16% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 35 (14.06% from 255 or 11.63% from 301); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7023 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7023 is #658FDC. Grayscale: #747474. Windows color (decimal): -6655965 or 2322586. OLE color: 2322586.
HSL color Cylindrical-coordinate representation of color #9A7023: hue angle of 38.82º 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 #9A7023 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 112 | 35 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.40 |
| HSL | 38.82º | 0.63% | 0.37% | - |
| HSV(B) | 38.82º | 0.77% | 0.6% | - |
| XYZ | 19.42 | 18.58 | 4.15 | - |
| YUV | 115.78 | 82.41 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 112 | 35 | 0 | 0.27 | 0.77 | 0.40 | 38.82 | 0.63 | 0.37 |
| Hex | 9A | 70 | 23 | 0 | 1B | 4D | 28 | 27 | 3F | 25 |
| Octal | 232 | 160 | 43 | 0 | 33 | 115 | 50 | 47 | 77 | 45 |
| Binary | 10011010 | 1110000 | 100011 | 0 | 11011 | 1001101 | 101000 | 100111 | 111111 | 100101 |
Color Harmonies of #9A7023
Complementary color
Monochromatic Colors of #9A7023
Black with #9A7023
Text Example
Text Example
White with #9A7023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7023; }
p { color: rgb(154,112,35); }
H1.HeaderClassName
{
color: #9A7023;
}
.AnyTagClassName
{
color: #9A7023;
}
</style>
background-color css
<style>
a { background-color: #9A7023; }
a { background-color: rgb(154,112,35); }
div.DivClassName
{
background-color: #9A7023;
}
.BgClassName
{
background-color: #9A7023;
}
</style>
border-color css
<style>
span { border-color: #9A7023; }
span { border-color: rgb(154,112,35); }
td.TdClassName
{
border-color: #9A7023;
}
.TagClassName
{
border-color: #9A7023;
}
</style>