#A3753C

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

Shades of Buttered Rum #A3753C

Tints of Buttered Rum #A3753C

Color information

#A3753C (or 0xA3753C) is unknown color: approx Buttered Rum. HEX triplet: A3, 75 and 3C. RGB value is (163,117,60). Sum of RGB (Red+Green+Blue) = 163+117+60=340 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.94% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 163 - color contains mainly: red. Hex color #A3753C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3753C is #5C8AC3. Grayscale: #7C7C7C. Windows color (decimal): -6064836 or 3962275. OLE color: 3962275.

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

Color convert

RGB16311760-
CMYK00.280.630.36
HSL33.2º46.19%43.73%-
HSV(B)33.2º63.19%63.92%-
XYZ22.2820.847.12-
YUV124.2691.74155.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.94%
GREEN value IS 117 (46.09% from 255) = 34.41%
BLUE value IS 60 (23.83% from 255) = 17.65%
R=47.94%
G=34.41%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631176000.280.630.3633.246.1943.73
HexA3753C01C3F24212e2c
Octal243165740347744415654
Binary101000111110101111100011100111111100100100001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3753C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3753C; }

 p { color: rgb(163,117,60); }

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

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

 a { background-color: rgb(163,117,60); }

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

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

 span { border-color: rgb(163,117,60); }

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