#A47B53

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

Shades of Muesli #A47B53

Tints of Muesli #A47B53

Color information

#A47B53 (or 0xA47B53) is unknown color: approx Muesli. HEX triplet: A4, 7B and 53. RGB value is (164,123,83). Sum of RGB (Red+Green+Blue) = 164+123+83=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A47B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47B53 is #5B84AC. Grayscale: #828282. Windows color (decimal): -5997741 or 5471140. OLE color: 5471140.

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

Color convert

RGB16412383-
CMYK00.250.490.36
HSL29.63º32.79%48.43%-
HSV(B)29.63º49.39%64.31%-
XYZ23.9522.6811.3-
YUV130.7101.08151.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.32%
GREEN value IS 123 (48.44% from 255) = 33.24%
BLUE value IS 83 (32.81% from 255) = 22.43%
R=44.32%
G=33.24%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641238300.250.490.3629.6332.7948.43
HexA47B5301931241e2130
Octal2441731230316144364160
Binary101001001111011101001101100111000110010011110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47B53; }

 p { color: rgb(164,123,83); }

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

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

 a { background-color: rgb(164,123,83); }

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

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

 span { border-color: rgb(164,123,83); }

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