Shades of Buttered Rum #A3753B
Tints of Buttered Rum #A3753B
RGB
CMYK
RGB Variations
Color information
#A3753B (or 0xA3753B) is known color: Buttered Rum. HEX triplet: A3, 75 and 3B. RGB value is (163,117,59). Sum of RGB (Red+Green+Blue) = 163+117+59=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 163 - color contains mainly: red. Hex color #A3753B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3753B is #5C8AC4. Grayscale: #7C7C7C. Windows color (decimal): -6064837 or 3896739. OLE color: 3896739.
HSL color Cylindrical-coordinate representation of color #A3753B: hue angle of 33.46º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A3753B is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 117 | 59 | - |
| CMYK | 0 | 0.28 | 0.64 | 0.36 |
| HSL | 33.46º | 0.47% | 0.44% | - |
| HSV(B) | 33.46º | 0.64% | 0.64% | - |
| XYZ | 22.25 | 20.82 | 6.98 | - |
| YUV | 124.14 | 91.24 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 117 | 59 | 0 | 0.28 | 0.64 | 0.36 | 33.46 | 0.47 | 0.44 |
| Hex | A3 | 75 | 3B | 0 | 1C | 40 | 24 | 21 | 2F | 2C |
| Octal | 243 | 165 | 73 | 0 | 34 | 100 | 44 | 41 | 57 | 54 |
| Binary | 10100011 | 1110101 | 111011 | 0 | 11100 | 1000000 | 100100 | 100001 | 101111 | 101100 |
Color Harmonies of #A3753B
Complementary color
Monochromatic Colors of #A3753B
Black with #A3753B
Text Example
Text Example
White with #A3753B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3753B; }
p { color: rgb(163,117,59); }
H1.HeaderClassName
{
color: #A3753B;
}
.AnyTagClassName
{
color: #A3753B;
}
</style>
background-color css
<style>
a { background-color: #A3753B; }
a { background-color: rgb(163,117,59); }
div.DivClassName
{
background-color: #A3753B;
}
.BgClassName
{
background-color: #A3753B;
}
</style>
border-color css
<style>
span { border-color: #A3753B; }
span { border-color: rgb(163,117,59); }
td.TdClassName
{
border-color: #A3753B;
}
.TagClassName
{
border-color: #A3753B;
}
</style>