#A36C29

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

Shades of Buttered Rum #A36C29

Tints of Buttered Rum #A36C29

Color information

#A36C29 (or 0xA36C29) is unknown color: approx Buttered Rum. HEX triplet: A3, 6C and 29. RGB value is (163,108,41). Sum of RGB (Red+Green+Blue) = 163+108+41=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A36C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36C29 is #5C93D6. Grayscale: #757575. Windows color (decimal): -6067159 or 2714787. OLE color: 2714787.

HSL color Cylindrical-coordinate representation of color #A36C29: hue angle of 32.95º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A36C29 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB16310841-
CMYK00.340.750.36
HSL32.95º59.8%40%-
HSV(B)32.95º74.85%63.92%-
XYZ20.8718.674.6-
YUV116.8185.22160.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.24%
GREEN value IS 108 (42.58% from 255) = 34.62%
BLUE value IS 41 (16.41% from 255) = 13.14%
R=52.24%
G=34.62%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631084100.340.750.3632.9559.840
HexA36C290224B24213c28
Octal2431545104211344417450
Binary10100011110110010100101000101001011100100100001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36C29; }

 p { color: rgb(163,108,41); }

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

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

 a { background-color: rgb(163,108,41); }

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

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

 span { border-color: rgb(163,108,41); }

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