#A47D4E

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

Shades of Muesli #A47D4E

Tints of Muesli #A47D4E

Color information

#A47D4E (or 0xA47D4E) is unknown color: approx Muesli. HEX triplet: A4, 7D and 4E. RGB value is (164,125,78). Sum of RGB (Red+Green+Blue) = 164+125+78=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A47D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47D4E is #5B82B1. Grayscale: #838383. Windows color (decimal): -5997234 or 5143972. OLE color: 5143972.

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

Color convert

RGB16412578-
CMYK00.240.520.36
HSL32.79º35.54%47.45%-
HSV(B)32.79º52.44%64.31%-
XYZ24.0223.1110.4-
YUV131.397.92151.32-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.69%
GREEN value IS 125 (49.22% from 255) = 34.06%
BLUE value IS 78 (30.86% from 255) = 21.25%
R=44.69%
G=34.06%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641257800.240.520.3632.7935.5447.45
HexA47D4E018342421242f
Octal2441751160306444414457
Binary1010010011111011001110011000110100100100100001100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A47D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A47D4E; }

 p { color: rgb(164,125,78); }

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

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

 a { background-color: rgb(164,125,78); }

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

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

 span { border-color: rgb(164,125,78); }

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