#A37436

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

Shades of Buttered Rum #A37436

Tints of Buttered Rum #A37436

Color information

#A37436 (or 0xA37436) is unknown color: approx Buttered Rum. HEX triplet: A3, 74 and 36. RGB value is (163,116,54). Sum of RGB (Red+Green+Blue) = 163+116+54=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 116 (45.70% from 255 or 34.83% from 333); Blue value is 54 (21.48% from 255 or 16.22% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A37436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37436 is #5C8BC9. Grayscale: #7B7B7B. Windows color (decimal): -6065098 or 3568803. OLE color: 3568803.

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

Color convert

RGB16311654-
CMYK00.290.670.36
HSL34.13º50.23%42.55%-
HSV(B)34.13º66.87%63.92%-
XYZ22.0220.546.3-
YUV122.9889.07156.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.95%
GREEN value IS 116 (45.70% from 255) = 34.83%
BLUE value IS 54 (21.48% from 255) = 16.22%
R=48.95%
G=34.83%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631165400.290.670.3634.1350.2342.55
HexA3743601D432422322b
Octal2431646603510344426253
Binary1010001111101001101100111011000011100100100010110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37436; }

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

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

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

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

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

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

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

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