#A27338

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

Shades of Buttered Rum #A27338

Tints of Buttered Rum #A27338

Color information

#A27338 (or 0xA27338) is unknown color: approx Buttered Rum. HEX triplet: A2, 73 and 38. RGB value is (162,115,56). Sum of RGB (Red+Green+Blue) = 162+115+56=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A27338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27338 is #5D8CC7. Grayscale: #7A7A7A. Windows color (decimal): -6130888 or 3699618. OLE color: 3699618.

HSL color Cylindrical-coordinate representation of color #A27338: hue angle of 33.4º degrees, saturation: 0.49, 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 #A27338 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB16211556-
CMYK00.290.650.36
HSL33.4º48.62%42.75%-
HSV(B)33.4º65.43%63.53%-
XYZ21.7420.236.5-
YUV122.3390.57156.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.65%
GREEN value IS 115 (45.31% from 255) = 34.53%
BLUE value IS 56 (22.27% from 255) = 16.82%
R=48.65%
G=34.53%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621155600.290.650.3633.448.6242.75
HexA2733801D412421312b
Octal2421637003510144416153
Binary1010001011100111110000111011000001100100100001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27338; }

 p { color: rgb(162,115,56); }

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

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

 a { background-color: rgb(162,115,56); }

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

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

 span { border-color: rgb(162,115,56); }

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