Shades of Buttered Rum #A3743A
Tints of Buttered Rum #A3743A
RGB
CMYK
RGB Variations
Color information
#A3743A (or 0xA3743A) is known color: Buttered Rum. HEX triplet: A3, 74 and 3A. RGB value is (163,116,58). Sum of RGB (Red+Green+Blue) = 163+116+58=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A3743A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3743A is #5C8BC5. Grayscale: #7B7B7B. Windows color (decimal): -6065094 or 3830947. OLE color: 3830947.
HSL color Cylindrical-coordinate representation of color #A3743A: hue angle of 33.14º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A3743A is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 116 | 58 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.36 |
| HSL | 33.14º | 0.48% | 0.43% | - |
| HSV(B) | 33.14º | 0.64% | 0.64% | - |
| XYZ | 22.11 | 20.58 | 6.81 | - |
| YUV | 123.44 | 91.07 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 116 | 58 | 0 | 0.29 | 0.64 | 0.36 | 33.14 | 0.48 | 0.43 |
| Hex | A3 | 74 | 3A | 0 | 1D | 40 | 24 | 21 | 30 | 2B |
| Octal | 243 | 164 | 72 | 0 | 35 | 100 | 44 | 41 | 60 | 53 |
| Binary | 10100011 | 1110100 | 111010 | 0 | 11101 | 1000000 | 100100 | 100001 | 110000 | 101011 |
Color Harmonies of #A3743A
Complementary color
Monochromatic Colors of #A3743A
Black with #A3743A
Text Example
Text Example
White with #A3743A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3743A; }
p { color: rgb(163,116,58); }
H1.HeaderClassName
{
color: #A3743A;
}
.AnyTagClassName
{
color: #A3743A;
}
</style>
background-color css
<style>
a { background-color: #A3743A; }
a { background-color: rgb(163,116,58); }
div.DivClassName
{
background-color: #A3743A;
}
.BgClassName
{
background-color: #A3743A;
}
</style>
border-color css
<style>
span { border-color: #A3743A; }
span { border-color: rgb(163,116,58); }
td.TdClassName
{
border-color: #A3743A;
}
.TagClassName
{
border-color: #A3743A;
}
</style>