#A36E2C

Color #A36E2C Buttered Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttered Rum #A36E2C

Tints of Buttered Rum #A36E2C

Color information

#A36E2C (or 0xA36E2C) is unknown color: approx Buttered Rum. HEX triplet: A3, 6E and 2C. RGB value is (163,110,44). Sum of RGB (Red+Green+Blue) = 163+110+44=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 44 (17.58% from 255 or 13.88% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36E2C is #5C91D3. Grayscale: #767676. Windows color (decimal): -6066644 or 2911907. OLE color: 2911907.

HSL color Cylindrical-coordinate representation of color #A36E2C: hue angle of 33.28º 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 #A36E2C is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB16311044-
CMYK00.330.730.36
HSL33.28º57.49%40.59%-
HSV(B)33.28º73.01%63.92%-
XYZ21.1319.124.96-
YUV118.3286.06159.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 51.42%
GREEN value IS 110 (43.36% from 255) = 34.70%
BLUE value IS 44 (17.58% from 255) = 13.88%
R=51.42%
G=34.70%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631104400.330.730.3633.2857.4940.59
HexA36E2C0214924213929
Octal2431565404111144417151
Binary10100011110111010110001000011001001100100100001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36E2C; }

 p { color: rgb(163,110,44); }

 H1.HeaderClassName
 {
   color: #A36E2C;
 }
 .AnyTagClassName
 {
   color: #A36E2C;
 }
</style>
background-color css

<style>
 a { background-color: #A36E2C; }

 a { background-color: rgb(163,110,44); }

 div.DivClassName
 {
   background-color: #A36E2C;
 }
 .BgClassName
 {
   background-color: #A36E2C;
 }
</style>
border-color css

<style>
 span { border-color: #A36E2C; }

 span { border-color: rgb(163,110,44); }

 td.TdClassName
 {
   border-color: #A36E2C;
 }
 .TagClassName
 {
   border-color: #A36E2C;
 }
</style>