#A37438

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

Shades of Buttered Rum #A37438

Tints of Buttered Rum #A37438

Color information

#A37438 (or 0xA37438) is unknown color: approx Buttered Rum. HEX triplet: A3, 74 and 38. RGB value is (163,116,56). Sum of RGB (Red+Green+Blue) = 163+116+56=335 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.66% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 163 - color contains mainly: red. Hex color #A37438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37438 is #5C8BC7. Grayscale: #7B7B7B. Windows color (decimal): -6065096 or 3699875. OLE color: 3699875.

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

Color convert

RGB16311656-
CMYK00.290.660.36
HSL33.64º48.86%42.94%-
HSV(B)33.64º65.64%63.92%-
XYZ22.0620.566.55-
YUV123.2190.07156.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.66%
GREEN value IS 116 (45.70% from 255) = 34.63%
BLUE value IS 56 (22.27% from 255) = 16.72%
R=48.66%
G=34.63%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631165600.290.660.3633.6448.8642.94
HexA3743801D422422312b
Octal2431647003510244426153
Binary1010001111101001110000111011000010100100100010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37438; }

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

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

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

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

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

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

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

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