#A36B29

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

Shades of Buttered Rum #A36B29

Tints of Buttered Rum #A36B29

Color information

#A36B29 (or 0xA36B29) is unknown color: approx Buttered Rum. HEX triplet: A3, 6B and 29. RGB value is (163,107,41). Sum of RGB (Red+Green+Blue) = 163+107+41=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A36B29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36B29 is #5C94D6. Grayscale: #747474. Windows color (decimal): -6067415 or 2714531. OLE color: 2714531.

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

Color convert

RGB16310741-
CMYK00.340.750.36
HSL32.46º59.8%40%-
HSV(B)32.46º74.85%63.92%-
XYZ20.7618.464.57-
YUV116.2285.55161.37-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.41%
GREEN value IS 107 (42.19% from 255) = 34.41%
BLUE value IS 41 (16.41% from 255) = 13.18%
R=52.41%
G=34.41%
B=13.18%

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
Decimal1631074100.340.750.3632.4659.840
HexA36B290224B24203c28
Octal2431535104211344407450
Binary10100011110101110100101000101001011100100100000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36B29; }

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

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

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

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

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

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

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

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