#a47852

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

Shades of Muesli #A47852

Tints of Muesli #A47852

Color information

#A47852 (or 0xA47852) is unknown color: approx Muesli. HEX triplet: A4, 78 and 52. RGB value is (164,120,82). Sum of RGB (Red+Green+Blue) = 164+120+82=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A47852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47852 is #5B87AD. Grayscale: #818181. Windows color (decimal): -5998510 or 5404836. OLE color: 5404836.

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

Color convert

RGB16412082-
CMYK00.270.50.36
HSL27.8º33.33%48.24%-
HSV(B)27.8º50%64.31%-
XYZ23.5521.9310.98-
YUV128.82101.58153.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.81%
GREEN value IS 120 (47.27% from 255) = 32.79%
BLUE value IS 82 (32.42% from 255) = 22.40%
R=44.81%
G=32.79%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.5
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641208200.270.50.3627.833.3348.24
HexA4785201B32241c2130
Octal2441701220336244344160
Binary101001001111000101001001101111001010010011100100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a47852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a47852; }

 p { color: rgb(164,120,82); }

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

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

 a { background-color: rgb(164,120,82); }

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

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

 span { border-color: rgb(164,120,82); }

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