#A27236

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

Shades of Buttered Rum #A27236

Tints of Buttered Rum #A27236

Color information

#A27236 (or 0xA27236) is unknown color: approx Buttered Rum. HEX triplet: A2, 72 and 36. RGB value is (162,114,54). Sum of RGB (Red+Green+Blue) = 162+114+54=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A27236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27236 is #5D8DC9. Grayscale: #797979. Windows color (decimal): -6131146 or 3568290. OLE color: 3568290.

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

Color convert

RGB16211454-
CMYK00.300.670.36
HSL33.33º50%42.35%-
HSV(B)33.33º66.67%63.53%-
XYZ21.5819.986.21-
YUV121.5189.9156.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.09%
GREEN value IS 114 (44.92% from 255) = 34.55%
BLUE value IS 54 (21.48% from 255) = 16.36%
R=49.09%
G=34.55%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621145400.300.670.3633.335042.35
HexA2723601E432421322a
Octal2421626603610344416252
Binary1010001011100101101100111101000011100100100001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27236; }

 p { color: rgb(162,114,54); }

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

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

 a { background-color: rgb(162,114,54); }

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

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

 span { border-color: rgb(162,114,54); }

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