#A3743B

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

Shades of Buttered Rum #A3743B

Tints of Buttered Rum #A3743B

Color information

#A3743B (or 0xA3743B) is unknown color: approx Buttered Rum. HEX triplet: A3, 74 and 3B. RGB value is (163,116,59). Sum of RGB (Red+Green+Blue) = 163+116+59=338 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.22% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 163 - color contains mainly: red. Hex color #A3743B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3743B is #5C8BC4. Grayscale: #7B7B7B. Windows color (decimal): -6065093 or 3896483. OLE color: 3896483.

HSL color Cylindrical-coordinate representation of color #A3743B: hue angle of 32.88º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A3743B is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB16311659-
CMYK00.290.640.36
HSL32.88º46.85%43.53%-
HSV(B)32.88º63.8%63.92%-
XYZ22.1420.596.95-
YUV123.5691.57156.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.22%
GREEN value IS 116 (45.70% from 255) = 34.32%
BLUE value IS 59 (23.44% from 255) = 17.46%
R=48.22%
G=34.32%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631165900.290.640.3632.8846.8543.53
HexA3743B01D4024212f2c
Octal2431647303510044415754
Binary1010001111101001110110111011000000100100100001101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3743B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3743B; }

 p { color: rgb(163,116,59); }

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

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

 a { background-color: rgb(163,116,59); }

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

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

 span { border-color: rgb(163,116,59); }

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