#A47A4B

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

Shades of Muesli #A47A4B

Tints of Muesli #A47A4B

Color information

#A47A4B (or 0xA47A4B) is unknown color: approx Muesli. HEX triplet: A4, 7A and 4B. RGB value is (164,122,75). Sum of RGB (Red+Green+Blue) = 164+122+75=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A47A4B is #5B85B4. Grayscale: #818181. Windows color (decimal): -5998005 or 4946596. OLE color: 4946596.

HSL color Cylindrical-coordinate representation of color #A47A4B: hue angle of 31.69º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A47A4B is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB16412275-
CMYK00.260.540.36
HSL31.69º37.24%46.86%-
HSV(B)31.69º54.27%64.31%-
XYZ23.5422.329.72-
YUV129.297.41152.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.43%
GREEN value IS 122 (48.05% from 255) = 33.80%
BLUE value IS 75 (29.69% from 255) = 20.78%
R=45.43%
G=33.80%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641227500.260.540.3631.6937.2446.86
HexA47A4B01A362420252f
Octal2441721130326644404557
Binary1010010011110101001011011010110110100100100000100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47A4B; }

 p { color: rgb(164,122,75); }

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

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

 a { background-color: rgb(164,122,75); }

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

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

 span { border-color: rgb(164,122,75); }

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