#A37334

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

Shades of Buttered Rum #A37334

Tints of Buttered Rum #A37334

Color information

#A37334 (or 0xA37334) is unknown color: approx Buttered Rum. HEX triplet: A3, 73 and 34. RGB value is (163,115,52). Sum of RGB (Red+Green+Blue) = 163+115+52=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A37334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37334 is #5C8CCB. Grayscale: #7A7A7A. Windows color (decimal): -6065356 or 3437475. OLE color: 3437475.

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

Color convert

RGB16311552-
CMYK00.290.680.36
HSL34.05º51.63%42.16%-
HSV(B)34.05º68.1%63.92%-
XYZ21.8520.36.01-
YUV122.1788.4157.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 49.39%
GREEN value IS 115 (45.31% from 255) = 34.85%
BLUE value IS 52 (20.70% from 255) = 15.76%
R=49.39%
G=34.85%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631155200.290.680.3634.0551.6342.16
HexA3733401D442422342a
Octal2431636403510444426452
Binary1010001111100111101000111011000100100100100010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37334; }

 p { color: rgb(163,115,52); }

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

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

 a { background-color: rgb(163,115,52); }

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

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

 span { border-color: rgb(163,115,52); }

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