#A37238

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

Shades of Buttered Rum #A37238

Tints of Buttered Rum #A37238

Color information

#A37238 (or 0xA37238) is unknown color: approx Buttered Rum. HEX triplet: A3, 72 and 38. RGB value is (163,114,56). Sum of RGB (Red+Green+Blue) = 163+114+56=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A37238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37238 is #5C8DC7. Grayscale: #7A7A7A. Windows color (decimal): -6065608 or 3699363. OLE color: 3699363.

HSL color Cylindrical-coordinate representation of color #A37238: hue angle of 32.52º 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 #A37238 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB16311456-
CMYK00.300.660.36
HSL32.52º48.86%42.94%-
HSV(B)32.52º65.64%63.92%-
XYZ21.8420.116.47-
YUV122.0490.73157.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.95%
GREEN value IS 114 (44.92% from 255) = 34.23%
BLUE value IS 56 (22.27% from 255) = 16.82%
R=48.95%
G=34.23%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631145600.300.660.3632.5248.8642.94
HexA3723801E422421312b
Octal2431627003610244416153
Binary1010001111100101110000111101000010100100100001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A37238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A37238; }

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

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

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

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

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

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

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

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