Shades of Buttered Rum #A36F2C
Tints of Buttered Rum #A36F2C
RGB
CMYK
RGB Variations
Color information
#A36F2C (or 0xA36F2C) is known color: Buttered Rum. HEX triplet: A3, 6F and 2C. RGB value is (163,111,44). Sum of RGB (Red+Green+Blue) = 163+111+44=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36F2C is #5C90D3. Grayscale: #777777. Windows color (decimal): -6066388 or 2912163. OLE color: 2912163.
HSL color Cylindrical-coordinate representation of color #A36F2C: hue angle of 33.78º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A36F2C is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 111 | 44 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.36 |
| HSL | 33.78º | 0.57% | 0.41% | - |
| HSV(B) | 33.78º | 0.73% | 0.64% | - |
| XYZ | 21.24 | 19.34 | 5 | - |
| YUV | 118.91 | 85.73 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 44 | 0 | 0.32 | 0.73 | 0.36 | 33.78 | 0.57 | 0.41 |
| Hex | A3 | 6F | 2C | 0 | 20 | 49 | 24 | 22 | 39 | 29 |
| Octal | 243 | 157 | 54 | 0 | 40 | 111 | 44 | 42 | 71 | 51 |
| Binary | 10100011 | 1101111 | 101100 | 0 | 100000 | 1001001 | 100100 | 100010 | 111001 | 101001 |
Color Harmonies of #A36F2C
Complementary color
Monochromatic Colors of #A36F2C
Black with #A36F2C
Text Example
Text Example
White with #A36F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36F2C; }
p { color: rgb(163,111,44); }
H1.HeaderClassName
{
color: #A36F2C;
}
.AnyTagClassName
{
color: #A36F2C;
}
</style>
background-color css
<style>
a { background-color: #A36F2C; }
a { background-color: rgb(163,111,44); }
div.DivClassName
{
background-color: #A36F2C;
}
.BgClassName
{
background-color: #A36F2C;
}
</style>
border-color css
<style>
span { border-color: #A36F2C; }
span { border-color: rgb(163,111,44); }
td.TdClassName
{
border-color: #A36F2C;
}
.TagClassName
{
border-color: #A36F2C;
}
</style>