Shades of Buttered Rum #A37339
Tints of Buttered Rum #A37339
RGB
CMYK
RGB Variations
Color information
#A37339 (or 0xA37339) is known color: Buttered Rum. HEX triplet: A3, 73 and 39. RGB value is (163,115,57). Sum of RGB (Red+Green+Blue) = 163+115+57=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A37339 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37339 is #5C8CC6. Grayscale: #7B7B7B. Windows color (decimal): -6065351 or 3765155. OLE color: 3765155.
HSL color Cylindrical-coordinate representation of color #A37339: hue angle of 32.83º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A37339 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 115 | 57 | - |
| CMYK | 0 | 0.29 | 0.65 | 0.36 |
| HSL | 32.83º | 0.48% | 0.43% | - |
| HSV(B) | 32.83º | 0.65% | 0.64% | - |
| XYZ | 21.97 | 20.34 | 6.64 | - |
| YUV | 122.74 | 90.9 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 115 | 57 | 0 | 0.29 | 0.65 | 0.36 | 32.83 | 0.48 | 0.43 |
| Hex | A3 | 73 | 39 | 0 | 1D | 41 | 24 | 21 | 30 | 2B |
| Octal | 243 | 163 | 71 | 0 | 35 | 101 | 44 | 41 | 60 | 53 |
| Binary | 10100011 | 1110011 | 111001 | 0 | 11101 | 1000001 | 100100 | 100001 | 110000 | 101011 |
Color Harmonies of #A37339
Complementary color
Monochromatic Colors of #A37339
Black with #A37339
Text Example
Text Example
White with #A37339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37339; }
p { color: rgb(163,115,57); }
H1.HeaderClassName
{
color: #A37339;
}
.AnyTagClassName
{
color: #A37339;
}
</style>
background-color css
<style>
a { background-color: #A37339; }
a { background-color: rgb(163,115,57); }
div.DivClassName
{
background-color: #A37339;
}
.BgClassName
{
background-color: #A37339;
}
</style>
border-color css
<style>
span { border-color: #A37339; }
span { border-color: rgb(163,115,57); }
td.TdClassName
{
border-color: #A37339;
}
.TagClassName
{
border-color: #A37339;
}
</style>