#a27139

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

Shades of Buttered Rum #A27139

Tints of Buttered Rum #A27139

Color information

#A27139 (or 0xA27139) is unknown color: approx Buttered Rum. HEX triplet: A2, 71 and 39. RGB value is (162,113,57). Sum of RGB (Red+Green+Blue) = 162+113+57=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 57 (22.66% from 255 or 17.17% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A27139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27139 is #5D8EC6. Grayscale: #797979. Windows color (decimal): -6131399 or 3764642. OLE color: 3764642.

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

Color convert

RGB16211357-
CMYK00.300.650.36
HSL32º47.95%42.94%-
HSV(B)32º64.81%63.53%-
XYZ21.5419.796.55-
YUV121.2791.73157.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.80%
GREEN value IS 113 (44.53% from 255) = 34.04%
BLUE value IS 57 (22.66% from 255) = 17.17%
R=48.80%
G=34.04%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621135700.300.650.363247.9542.94
HexA2713901E412420302b
Octal2421617103610144406053
Binary1010001011100011110010111101000001100100100000110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a27139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a27139; }

 p { color: rgb(162,113,57); }

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

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

 a { background-color: rgb(162,113,57); }

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

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

 span { border-color: rgb(162,113,57); }

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