#A3743A

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

Shades of Buttered Rum #A3743A

Tints of Buttered Rum #A3743A

Color information

#A3743A (or 0xA3743A) is unknown color: approx Buttered Rum. HEX triplet: A3, 74 and 3A. RGB value is (163,116,58). Sum of RGB (Red+Green+Blue) = 163+116+58=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A3743A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3743A is #5C8BC5. Grayscale: #7B7B7B. Windows color (decimal): -6065094 or 3830947. OLE color: 3830947.

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

Color convert

RGB16311658-
CMYK00.290.640.36
HSL33.14º47.51%43.33%-
HSV(B)33.14º64.42%63.92%-
XYZ22.1120.586.81-
YUV123.4491.07156.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.37%
GREEN value IS 116 (45.70% from 255) = 34.42%
BLUE value IS 58 (23.05% from 255) = 17.21%
R=48.37%
G=34.42%
B=17.21%

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
Decimal1631165800.290.640.3633.1447.5143.33
HexA3743A01D402421302b
Octal2431647203510044416053
Binary1010001111101001110100111011000000100100100001110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3743A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3743A; }

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

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

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

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

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

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

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

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